Commit 0e7fec22a1f0d9c066c360e2c0522661cb1a3a87
1 parent
d199c5f0
Exists in
master
and in
7 other branches
maven swiaspec
Showing
6 changed files
with
22 additions
and
17 deletions
Show diff stats
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mav_swia_energy"> | |
3 | + <get> | |
4 | + <vi name='mavpds:swia:specboard'> | |
5 | + <baseParam name="EnergyTable"> | |
6 | + <clb name="EnergyBounds"/> | |
7 | + </baseParam> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process>#getClbInfo($mavpds_swia_specboard_EnergyTable;0:EnergyBounds_0;1:EnergyBounds_1)</process> | |
11 | + <output/> | |
12 | +</param> | |
0 | 13 | \ No newline at end of file | ... | ... |
PARAM_DEF/mav_swea_svyspec.xml
PARAM_DEF/mav_swia_cspec.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<!-- TBD ENERGY TABLE CHANGING --> | |
3 | 2 | <param xml:id="mav_swia_cspec"> |
4 | 3 | <info> |
5 | 4 | <table> |
6 | - <boundsTable name="Energy" boundsName="EnergyBounds" units="eV"/> | |
5 | + <boundsTable variable="true" name="Energy" boundsName="mav_swia_energy" units="eV"/> | |
7 | 6 | </table> |
8 | 7 | </info> |
9 | 8 | <get> |
10 | 9 | <vi name="mavpds:swia:specboard"> |
11 | - <baseParam name="spectra_counts"> | |
12 | - <clb name="EnergyBounds"/> | |
13 | - </baseParam> | |
10 | + <baseParam name="spectra_counts"/> | |
14 | 11 | </vi> |
12 | + <amdaParam name='mav_swia_energy'/> | |
15 | 13 | </get> |
16 | 14 | <process/> |
17 | 15 | <output> | ... | ... |
PARAM_DEF/mav_swia_fspec.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<!-- TBD ENERGY TABLE CHANGING --> | |
3 | 2 | <param xml:id="mav_swia_fspec"> |
4 | 3 | <info> |
5 | 4 | <table> |
6 | - <boundsTable name="Energy" boundsName="EnergyBounds" units="eV"/> | |
5 | + <boundsTable name="Energy" variable="true" name="Energy" boundsName="mav_swia_energy" units="eV"/> | |
7 | 6 | </table> |
8 | 7 | </info> |
9 | 8 | <get> |
10 | 9 | <vi name="mavpds:swia:specboard"> |
11 | - <baseParam name="spectra_diff_en_fluxes"> | |
12 | - <clb name="EnergyBounds"/> | |
13 | - </baseParam> | |
10 | + <baseParam name="spectra_diff_en_fluxes"/> | |
14 | 11 | </vi> |
12 | + <amdaParam name='mav_swia_energy'/> | |
15 | 13 | </get> |
16 | 14 | <process/> |
17 | 15 | <output> | ... | ... |
PARAM_DEF/mex_flag_sw.xml
... | ... | @@ -4,9 +4,8 @@ |
4 | 4 | <status_def> |
5 | 5 | <status minVal="0" maxVal="0" name="Undefined"/> |
6 | 6 | <status minVal="0.001" maxVal="0.6" name="Poor"/> |
7 | - <status minVal="0.6" maxVal="0.8" name="Satisfactory"/> | |
8 | - <status minVal="0.8" maxVal="0.9" name="Good"/> | |
9 | - <status minVal="0.9" maxVal="1.0" name="Exellent"/> | |
7 | + <status minVal="0.6" maxVal="0.8" name="Acceptable"/> | |
8 | + <status minVal="0.8" maxVal="1.0" name="Good"/> | |
10 | 9 | </status_def> |
11 | 10 | </info> |
12 | 11 | <get> | ... | ... |
PARAM_DEF/vex_flag_sw.xml
... | ... | @@ -3,9 +3,8 @@ |
3 | 3 | <info> |
4 | 4 | <status_def> |
5 | 5 | <status minVal="0.0" maxVal="0.6" name="Poor"/> |
6 | - <status minVal="0.6" maxVal="0.8" name="Satisfactory"/> | |
7 | - <status minVal="0.8" maxVal="0.9" name="Good"/> | |
8 | - <status minVal="0.9" maxVal="1.0" name="Exellent"/> | |
6 | + <status minVal="0.6" maxVal="0.8" name="Acceptable"/> | |
7 | + <status minVal="0.8" maxVal="1.0" name="Good"/> | |
9 | 8 | </status_def> |
10 | 9 | </info> |
11 | 10 | <get> | ... | ... |