Commit c03732d8ae0d3832d67b9fad3ed0975c9762b773

Authored by Elena.Budnik
1 parent 9d6e4718

new params

ACCESS/access.xml
... ... @@ -5,13 +5,14 @@
5 5 <!--<mission xml:id='Ephemerides' group='NOTTESTED' restriction=''/>-->
6 6 <observatory xml:id='Model_Magnetic_Field_Earth' group='TBD' restriction=''/>
7 7 <instrument xml:id='Geotail_epic' group='TBD' restriction=''/>
  8 + <!--<instrument xml:id='Juno_JEDI' group='TBD' restriction=''/>-->
8 9 <instrument xml:id='Galileo_models' group='TBD' restriction=''/>
9 10 <instrument xml:id='cain_cainrun' group='TBD' restriction=''/>
10 11 <instrument xml:id='Rosetta_ica' group='TBD' restriction=''/>
11 12 <instrument xml:id='Rosetta_lap' group='TBD' restriction=''/>
12 13 <instrument xml:id='Rosetta_mip' group='TBD' restriction=''/>
13   - <instrument xml:id='MEX_els' group='TBD' restriction=''/>
14   - <instrument xml:id='VEX_els' group='TBD' restriction=''/>
  14 + <!--<instrument xml:id='MEX_els' group='TBD' restriction=''/>-->
  15 + <!--<instrument xml:id='VEX_els' group='TBD' restriction=''/>-->
15 16 <instrument xml:id='MAVEN_static' group='TODEFINEARGS' restriction=''/>
16 17 <instrument xml:id="Cluster-Rumba_cis-codif" group='TBD' restriction=''/>
17 18 <instrument xml:id="Cluster-Samba_cis-codif" group='TBD' restriction=''/>
... ... @@ -31,7 +32,7 @@
31 32 <dataset xml:id='cass-caps-ionmo' group='ERROR' restriction=''/>
32 33 <dataset xml:id='cass-caps-scpot' group='ERROR' restriction=''/>
33 34 <dataset xml:id='clust1-hia-pad' group='TODEFINEARGS' restriction=''/>
34   - <dataset xml:id='clust3-hia-pad' group='TODEFINEARGS' restriction=''/>
  35 + <dataset xml:id='clust3-hia-pad' group='TODEFINEARGS' restriction=''/>
35 36 <!--<dataset xml:id='tao-mars-omni' group='ACE_MAG' restriction='time'/>-->
36 37 <!--datasetGroup xml:id='mich_sat' group='MICHIGAN' restriction='absolute'/>-->
37 38 </accessRights>
... ...
PARAM_DEF/cass_lp_ni.xml
1 1 <?xml version="1.0"?>
2 2 <param xml:id="cass_lp_ni">
3   - <!--<gap_threshold>30</gap_threshold>-->
  3 + <gap_threshold>30</gap_threshold>
4 4 <get>
5 5 <vi name="cass:lp:ni">
6 6 <baseParam name="LPni"/>
... ... @@ -13,8 +13,8 @@
13 13 <params>
14 14 <param id="cass_lp_ni">
15 15 <serie yAxis="y-left">
16   - <line type="no" style="plain" width="1"/>
17   - <symbol type="circle" size="3" color="[0,0,255]"/>
  16 + <!--<line type="no" style="plain" width="1"/>-->
  17 + <symbol type="full-circle" size="5" color="[0,0,255]"/>
18 18 </serie>
19 19 </param>
20 20 </params>
... ...
PARAM_DEF/cass_lp_ni_err.xml 0 → 100644
... ... @@ -0,0 +1,29 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="cass_lp_ni_err">
  3 + <gap_threshold>30</gap_threshold>
  4 + <get>
  5 + <vi name="cass:lp:ni">
  6 + <baseParam name="error"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output>
  11 + <plot>
  12 + <timePlot>
  13 + <params>
  14 + <param id="cass_lp_ni_err">
  15 + <serie yAxis="y-left">
  16 + <!--<line type="no" style="plain" width="1"/>-->
  17 + <symbol type="full-circle" size="5" color="[255,0,0]"/>
  18 + </serie>
  19 + </param>
  20 + </params>
  21 + <axes>
  22 + <yAxis>
  23 + <digitalAxis id="y-left"/>
  24 + </yAxis>
  25 + </axes>
  26 + </timePlot>
  27 + </plot>
  28 + </output>
  29 +</param>
... ...