Commit 919dd78bd76667d79189b9313cf9d4eb88ef3ce0

Authored by Hacene SI HADJ MOHAND
1 parent aa269fc9

maven ok

src/Parameters/Process.hh
... ... @@ -106,7 +106,6 @@ protected:
106 106 ParameterSPtr _refParameterSPtr;
107 107 double _gapThreshold;
108 108 bool _isUserProcess;
109   - SemiVariableTable _semiVariableTable;
110 109 };
111 110  
112 111 typedef boost::shared_ptr<Process> ProcessSPtr;
... ...
test/data/DataBaseParameters/mav_c6_energy_ave.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mav_c6_energy_ave">
  3 + <get>
  4 + <amdaParam name="mav_sta_c6_ind"/>
  5 + </get>
  6 + <process description="MAVEN STATIC C6 Energy - ave">#getMavenStaticEnergy($mav_sta_c6_ind;32;0)</process>
  7 + <output/>
  8 +</param>
... ...
test/data/DataBaseParameters/mav_c6_mass_ave.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mav_c6_mass_ave">
  3 + <get>
  4 + <amdaParam name="mav_sta_c6_ind"/>
  5 + </get>
  6 + <process description="MAVEN STATIC C6 Mass - ave">#getMavenStaticEnergy($mav_sta_c6_ind;16;1)</process>
  7 + <output/>
  8 +</param>
... ...
test/data/DataBaseParameters/mav_sta_c6_2.xml 0 → 100644
... ... @@ -0,0 +1,29 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mav_sta_c6_2">
  3 + <info>
  4 + <name>mav_sta_c6</name>
  5 + <short_name>ion eflux : 64Mx32E</short_name>
  6 + <components/>
  7 + <units>eV/cm^2-sr-s-eV</units>
  8 + <coordinates_system/>
  9 + <tensor_order/>
  10 + <si_conversion/>
  11 + <table>
  12 + <centerAutoTable dim="0" variable="true" name="Mass" units="AMU" centerName="mav_c6_mass_ave" log="false"/>
  13 + <centerAutoTable dim="1" variable="true" name="Energy" units="eV" centerName="mav_c6_energy_ave" log="false"/>
  14 + </table>
  15 + <fill_value/>
  16 + <ucd>phys.atmol.ionStage</ucd>
  17 + <dataset_id>mavpds-sta-c6</dataset_id>
  18 + <instrument_id>MAVEN_static</instrument_id>
  19 + </info>
  20 + <get>
  21 + <vi name="mavpds:sta:c6">
  22 + <baseParam name="eflux"/>
  23 + </vi>
  24 + <amdaParam name="mav_c6_energy_ave"/>
  25 + <amdaParam name="mav_c6_mass_ave"/>
  26 + </get>
  27 + <process/>
  28 + <output/>
  29 +</param>
... ...
test/data/DataBaseParameters/mav_sta_c6_ind.xml 0 → 100644
... ... @@ -0,0 +1,29 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="mav_sta_c6_ind">
  3 + <info>
  4 + <name>mav_sta_c6_ind</name>
  5 + <short_name>table index</short_name>
  6 + <components/>
  7 + <units/>
  8 + <coordinates_system/>
  9 + <tensor_order>0</tensor_order>
  10 + <si_conversion/>
  11 + <fill_value/>
  12 + <ucd/>
  13 + <dataset_id>mavpds-sta-c6</dataset_id>
  14 + <instrument_id>MAVEN_static</instrument_id>
  15 + </info>
  16 + <get>
  17 + <vi name="mavpds:sta:c6">
  18 + <baseParam name="swp_ind" useNearestValue="true">
  19 + <clb name="mass_arr"/>
  20 + <clb name="energy"/>
  21 + <clb name="nswp"/>
  22 + <clb name="nmass"/>
  23 + <clb name="nenergy"/>
  24 + </baseParam>
  25 + </vi>
  26 + </get>
  27 + <process/>
  28 + <output/>
  29 +</param>
... ...