Commit 45a7ca8525d31918f10bb4f78c2b68a17810bc55
1 parent
a99814cf
Exists in
master
and in
7 other branches
access without EPIC, hia spectro
Showing
3 changed files
with
29 additions
and
6 deletions
Show diff stats
ACCESS/access.xml
... | ... | @@ -2,15 +2,15 @@ |
2 | 2 | <accessRights> |
3 | 3 | <!--<mission xml:id='Ephemerides' group='NOTTESTED' restriction=''/>--> |
4 | 4 | <!--<observatory xml:id='Model_Magnetic_Field_Earth' group='TBD' restriction=''/>--> |
5 | - <instrument xml:id='SO_pas' group='PAS' restriction=''/> | |
6 | - <instrument xml:id='Geotail_epic' group='TBD' restriction=''/> | |
5 | + <!--<instrument xml:id='SO_pas' group='PAS' restriction=''/>--> | |
6 | + <!--<instrument xml:id='Geotail_epic' group='TBD' restriction=''/>--> | |
7 | 7 | <instrument xml:id='cain_cainrun' group='TBD' restriction=''/> |
8 | 8 | <instrument xml:id='Rosetta_ica' group='TBD' restriction=''/> |
9 | 9 | <instrument xml:id="Cluster1_rapid" group='TBD' restriction=''/> |
10 | 10 | <instrument xml:id="Cluster2_rapid" group='TBD' restriction=''/> |
11 | 11 | <instrument xml:id="Cluster3_rapid" group='TBD' restriction=''/> |
12 | 12 | <instrument xml:id="Cluster4_rapid" group='TBD' restriction=''/> |
13 | - <datasetGroup xml:id='mich_sat' group='TBD' restriction=''/> | |
13 | + <datasetGroup xml:id='mich_sat' group='TBD' restriction=''/> | |
14 | 14 | <dataset xml:id='ros-rsn-den' group='Rosetta' restriction='plotOnly'/> |
15 | 15 | <dataset xml:id='ros-lap-est' group='Rosetta' restriction='plotOnly'/> |
16 | 16 | <dataset xml:id='ros-mip-estim' group='Rosetta' restriction=''/> | ... | ... |
PARAM_DEF/c1_hia_pad.xml
... | ... | @@ -14,5 +14,23 @@ |
14 | 14 | </vi> |
15 | 15 | </get> |
16 | 16 | <process/> |
17 | - <output/> | |
17 | + <output> | |
18 | + <plot> | |
19 | + <timePlot> | |
20 | + <params> | |
21 | + <param id="c1_hia_pad"> | |
22 | + <spectro yAxis="y-left"/> | |
23 | + </param> | |
24 | + </params> | |
25 | + <axes> | |
26 | + <yAxis> | |
27 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
28 | + </yAxis> | |
29 | + <zAxis> | |
30 | + <colorAxis scale="logarithmic"/> | |
31 | + </zAxis> | |
32 | + </axes> | |
33 | + </timePlot> | |
34 | + </plot> | |
35 | + </output> | |
18 | 36 | </param> | ... | ... |
PARAM_DEF/imf_gsm.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="imf_gsm"><!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>--><get><amdaParam name="imf"/></get> | |
3 | -<process>#framesTransformation($imf;GSE;GSM;false)</process><output/></param> | |
2 | +<param xml:id="imf_gsm"> | |
3 | + <get> | |
4 | + <amdaParam name="imf"/> | |
5 | + </get> | |
6 | + <process>#framesTransformation($imf;GSE;GSM;false)</process> | |
7 | + <output/> | |
8 | +</param> | ... | ... |