Commit ec887dce9e83e48e0a46605fb0eb4efe339b06ab

Authored by Benjamin Renard
1 parent 1513c203

Commit some missing parameters for tests

test/data/DataBaseParameters/jedi_e90_counts_0.xml 0 → 100755
... ... @@ -0,0 +1,47 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="jedi_e90_counts_0">
  3 + <info>
  4 + <name>jedi_e90_counts</name>
  5 + <short_name>counts</short_name>
  6 + <components/>
  7 + <units>counts</units>
  8 + <coordinates_system/>
  9 + <tensor_order>0</tensor_order>
  10 + <si_conversion/>
  11 + <table>
  12 + <minMaxTable variable="true" name="Energy" units="keV" minName="jedi_e90_lower_energy_0" maxName="jedi_e90_upper_energy_0"/>
  13 + </table>
  14 + <fill_value/>
  15 + <ucd/>
  16 + <dataset_id>juno-jedi-e090</dataset_id>
  17 + <instrument_id>Juno_jedi</instrument_id>
  18 + </info>
  19 + <gap_threshold>10</gap_threshold>
  20 + <get>
  21 + <vi name="juno:jedi:e090">
  22 + <baseParam name="COUNTS"/>
  23 + </vi>
  24 + <amdaParam name="jedi_e90_lower_energy_0"/>
  25 + <amdaParam name="jedi_e90_upper_energy_0"/>
  26 + </get>
  27 + <process description="LookDir 0">$juno_jedi_e090_COUNTS[0]</process>
  28 + <output>
  29 + <plot>
  30 + <timePlot>
  31 + <params>
  32 + <param id="jedi_e90_counts_0">
  33 + <spectro yAxis="y-left"/>
  34 + </param>
  35 + </params>
  36 + <axes>
  37 + <yAxis>
  38 + <digitalAxis id="y-left" scale="logarithmic"/>
  39 + </yAxis>
  40 + <zAxis>
  41 + <colorAxis scale="logarithmic"/>
  42 + </zAxis>
  43 + </axes>
  44 + </timePlot>
  45 + </plot>
  46 + </output>
  47 +</param>
... ...
test/data/DataBaseParameters/jedi_e90_lower_energy_0.xml 0 → 100755
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="jedi_e90_lower_energy_0">
  3 + <get>
  4 + <amdaParam name="jedi_e90_mode"/>
  5 + </get>
  6 + <process description="Lower energy for LookDir 0">#getJunoJediLowerEnergy($jedi_e90_mode;0)</process>
  7 + <output/>
  8 +</param>
... ...
test/data/DataBaseParameters/jedi_e90_mode.xml 0 → 100755
... ... @@ -0,0 +1,40 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="jedi_e90_mode">
  3 + <info>
  4 + <name>jedi_e90_mode</name>
  5 + <short_name>mode</short_name>
  6 + <components/>
  7 + <units/>
  8 + <coordinates_system/>
  9 + <tensor_order>0</tensor_order>
  10 + <si_conversion/>
  11 + <fill_value/>
  12 + <ucd/>
  13 + <status_def>
  14 + <status minVal="0" maxVal="0" name="Low-Res"/>
  15 + <status minVal="1" maxVal="1" name="High-res"/>
  16 + </status_def>
  17 + <dataset_id>juno-jedi-e090</dataset_id>
  18 + <instrument_id>Juno_jedi</instrument_id>
  19 + </info>
  20 + <get>
  21 + <vi name="juno:jedi:e090">
  22 + <baseParam name="Mode" useNearestValue="true">
  23 + <clb name="LowerEnergy"/>
  24 + <clb name="UpperEnergy"/>
  25 + </baseParam>
  26 + </vi>
  27 + </get>
  28 + <process/>
  29 + <output>
  30 + <plot>
  31 + <statusPlot position="top" colorMapIndex="0">
  32 + <params>
  33 + <param id="jedi_e90_mode">
  34 + <serie/>
  35 + </param>
  36 + </params>
  37 + </statusPlot>
  38 + </plot>
  39 + </output>
  40 +</param>
... ...
test/data/DataBaseParameters/jedi_e90_upper_energy_0.xml 0 → 100755
... ... @@ -0,0 +1,8 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="jedi_e90_upper_energy_0">
  3 + <get>
  4 + <amdaParam name="jedi_e90_mode"/>
  5 + </get>
  6 + <process description="Upper energy for LookDir 0">#getJunoJediUpperEnergy($jedi_e90_mode;0)</process>
  7 + <output/>
  8 +</param>
... ...