Commit 3be61fb826006b23780a5709efd3047bf5b0af13
1 parent
4c20e737
Exists in
master
and in
7 other branches
new items
Showing
16 changed files
with
215 additions
and
20 deletions
Show diff stats
184 KB
24.3 KB
28.3 KB
... | ... | @@ -0,0 +1,24 @@ |
1 | +<html xmlns:default="http://www.spase-group.org/data/schema"> | |
2 | +<body> | |
3 | +<h2>MEX IMA proton solar wind proxy</h2> | |
4 | +Mex IMA protons density and velocity in SW is a subset of IMA ion moments dataset on applying an orbital restrictions. | |
5 | +IMA ion moments are calculated in IRAP using Andrei Fedorov procedure. | |
6 | +<b>Caveats</b> | |
7 | +<ul> | |
8 | +<li>IMA/MEX operates in two modes -16 / 2 elevation angles (averaged). In <i>2 elevations</i> mode the quailty flag value is undefined (== 0). | |
9 | + Normally the quality of IMA measurements in SW is good enough. | |
10 | + Density quality flag values : | |
11 | + <ul> | |
12 | + <li> 0.0 : Undefined (2 elevation angles mode) | |
13 | + <li> 0.0 - 0.6 : Poor | |
14 | + <li> 0.6 - 0.8 : Satisfactory | |
15 | + <li> 0.8 - 0.9 : Good | |
16 | + <li> 0.9 - 1.0 : Exellent | |
17 | + </ul> | |
18 | +<li>Due to instrument limitations IMA/MEX measures protons with the energies higher than 1 keV. If possible | |
19 | +the proton parameters are reconsructed from the <a target='new' href="help/auto/img/mex_ima.png">ghost' distrubution function.</a> | |
20 | +<br/> To compare : MAVEN/SWIA - MEX/IMA for 90 episodes in SW when the distance between s/c is less than 1 Rm : | |
21 | +<a target='new' href="help/auto/img/sw_density.png">density</a> and <a target='new' href="help/auto/img/sw_velocity.png">velocity</a> | |
22 | +</ul> | |
23 | +</body> | |
24 | +</html> | |
0 | 25 | \ No newline at end of file | ... | ... |
PARAM_DEF/mav_swia_vmso.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="mav_swia_vmso"><!--<TemporaryFillValue>-1.e31</TemporaryFillValue>--><get><vi name="mavpds:swia:momboard"><baseParam name="velocity_mso"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="mav_swia_vmso"> | |
3 | + <get> | |
4 | + <vi name="mavpds:swia:momboard"> | |
5 | + <baseParam name="velocity_mso"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process/> | |
9 | + <output/> | |
10 | +</param> | ... | ... |
PARAM_DEF/mex_flag_sw.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="mex_flag_sw"> |
3 | - <!--<info> | |
3 | + <info> | |
4 | 4 | <status_def> |
5 | - <status minVal="0" maxVal="0" name="Outside"/> | |
6 | - <status minVal="1" maxVal="1" name="Inside"/> | |
5 | + <status minVal="0" maxVal="0" name="Undefined"/> | |
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 | 10 | </status_def> |
8 | 11 | </info> |
9 | - <TemporaryFillValue>NaN</TemporaryFillValue>--> | |
10 | 12 | <get> |
11 | 13 | <vi name="mex:ima:sw"> |
12 | 14 | <baseParam name="Flag"/> |
13 | 15 | </vi> |
14 | 16 | </get> |
15 | 17 | <process/> |
16 | - <output><!--<plot>STATUS</plot>--></output> | |
18 | + <output><plot> | |
19 | + <statusPlot position="top" colorMapIndex="0"> | |
20 | + <params> | |
21 | + <param id="mex_flag_sw"> | |
22 | + <serie/> | |
23 | + </param> | |
24 | + </params> | |
25 | + </statusPlot> | |
26 | + </plot> | |
27 | + </output> | |
17 | 28 | </param> | ... | ... |
PARAM_DEF/mex_h_qual.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="mex_h_qual"><get><vi name="mex:ima:param"><baseParam name="Quality_P"/></vi></get><process/> | |
3 | -<output><!--<plot>STATUS</plot>--></output></param> | |
2 | +<param xml:id="mex_h_qual"> | |
3 | + <info> | |
4 | + <status_def> | |
5 | + <status minVal="0" maxVal="0" name="Undefined"/> | |
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"/> | |
10 | + </status_def> | |
11 | + </info> | |
12 | + <get> | |
13 | + <vi name="mex:ima:param"> | |
14 | + <baseParam name="Quality_P"/> | |
15 | + </vi> | |
16 | + </get> | |
17 | + <process/> | |
18 | + <output> | |
19 | + <plot> | |
20 | + <statusPlot position="top" colorMapIndex="0"> | |
21 | + <params> | |
22 | + <param id="mex_h_qual"> | |
23 | + <serie/> | |
24 | + </param> | |
25 | + </params> | |
26 | + </statusPlot> | |
27 | + </plot> | |
28 | + </output> | |
29 | +</param> | ... | ... |
PARAM_DEF/mex_marsis_tecflag.xml
PARAM_DEF/mex_n_sw.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<!-- TBD add quality --> | |
3 | -<param xml:id="mex_n_sw"><get><vi name="mex:ima:sw"><baseParam name="N"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="mex_n_sw"> | |
3 | + <get> | |
4 | + <vi name="mex:ima:sw"> | |
5 | + <baseParam name="N"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process/> | |
9 | + <output/> | |
10 | +</param> | ... | ... |
PARAM_DEF/mex_o_qual.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="mex_o_qual"> |
3 | - <get><vi name="mex:ima:param"> | |
3 | + <info> | |
4 | + <status_def> | |
5 | + <status minVal="0" maxVal="0" name="Undefined"/> | |
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"/> | |
10 | + </status_def> | |
11 | + </info> | |
12 | + <get> | |
13 | + <vi name="mex:ima:param"> | |
4 | 14 | <baseParam name="Quality_O"/> |
5 | - </vi></get><process/><output><!--<plot>STATUS</plot>--></output></param> | |
15 | + </vi> | |
16 | + </get> | |
17 | + <process/> | |
18 | + <output> | |
19 | + <plot> | |
20 | + <statusPlot position="top" colorMapIndex="0"> | |
21 | + <params> | |
22 | + <param id="mex_o_qual"> | |
23 | + <serie/> | |
24 | + </param> | |
25 | + </params> | |
26 | + </statusPlot> | |
27 | + </plot> | |
28 | + </output> | |
29 | +</param> | ... | ... |
PARAM_DEF/pol_mex_pc.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="pol_mex_pc"> | |
3 | - <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | - <get><vi name="mex:orb:all"><baseParam name="MEX"/></vi></get><process><!--TBD mso2ac --></process><output/></param> | |
2 | +<param xml:id="pol_mex_pc"> | |
3 | + <get> | |
4 | + <vi name="mex:orb:all"> | |
5 | + <baseParam name="MEX"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process/> | |
9 | + <output/> | |
10 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,28 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="vex_flag_sw"> | |
3 | + <info> | |
4 | + <status_def> | |
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"/> | |
9 | + </status_def> | |
10 | + </info> | |
11 | + <get> | |
12 | + <vi name="vex:ima:sw"> | |
13 | + <baseParam name="Flag"/> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <statusPlot position="top" colorMapIndex="0"> | |
20 | + <params> | |
21 | + <param id="vex_flag_sw"> | |
22 | + <serie/> | |
23 | + </param> | |
24 | + </params> | |
25 | + </statusPlot> | |
26 | + </plot> | |
27 | + </output> | |
28 | +</param> | ... | ... |
PARAM_DEF/vex_h_qual.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="vex_h_qual"><get><vi name="vex:ima:param"><baseParam name="Quality_P"/></vi></get><process/> | |
3 | -<output><!--<plot>STATUS</plot>--></output></param> | |
2 | +<param xml:id="vex_h_qual"> | |
3 | + <info> | |
4 | + <status_def> | |
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"/> | |
9 | + </status_def> | |
10 | + </info> | |
11 | + <get> | |
12 | + <vi name="vex:ima:param"> | |
13 | + <baseParam name="Quality_P"/> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <statusPlot position="top" colorMapIndex="0"> | |
20 | + <params> | |
21 | + <param id="vex_h_qual"> | |
22 | + <serie/> | |
23 | + </param> | |
24 | + </params> | |
25 | + </statusPlot> | |
26 | + </plot> | |
27 | + </output> | |
28 | +</param> | ... | ... |
PARAM_DEF/vex_o_qual.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="vex_o_qual"><get><vi name="vex:ima:param"><baseParam name="Quality_O"/></vi></get><process/><output> | |
3 | - <!--<plot>STATUS</plot>--></output></param> | |
2 | +<param xml:id="vex_o_qual"> | |
3 | + <info> | |
4 | + <status_def> | |
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"/> | |
9 | + </status_def> | |
10 | + </info> | |
11 | + <get> | |
12 | + <vi name="vex:ima:param"> | |
13 | + <baseParam name="Quality_O"/> | |
14 | + </vi> | |
15 | + </get> | |
16 | + <process/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <statusPlot position="top" colorMapIndex="0"> | |
20 | + <params> | |
21 | + <param id="vex_o_qual"> | |
22 | + <serie/> | |
23 | + </param> | |
24 | + </params> | |
25 | + </statusPlot> | |
26 | + </plot> | |
27 | + </output> | |
28 | +</param> | ... | ... |