Commit 563bda323b580820113946ae1004c09320b38761
1 parent
d24cd75a
Exists in
master
and in
7 other branches
parameters for Juice Orbit
Showing
10 changed files
with
53 additions
and
1 deletions
Show diff stats
PARAM_DEF/juice_cruise_r.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="juice_cruise_r"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="juice:cruise:all"><baseParam name="R_IAU_SUN"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="juice_cruise_r"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
3 | + <get> | |
4 | + <vi name="juice:cruise:all"> | |
5 | + <baseParam name="R_IAU_SUN"/> | |
6 | + </vi></get> | |
7 | + <process>$juice_cruise_all_R_IAU_SUN/ASTRONOMICAL_UNIT</process><output/></param> | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="juice_cruise_xyz_hci"> | |
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="juice:cruise:all"><baseParam name="HCI"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process>$juice_cruise_all_HCI/ASTRONOMICAL_UNIT</process> | |
9 | + <output> | |
10 | + <!--<plot>ORBIT</plot>--> | |
11 | + </output> | |
12 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="juice_cruise_xyz_hee"> | |
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="juice:cruise:all"> | |
6 | + <baseParam name="HEE"/> | |
7 | +</vi> | |
8 | +</get> | |
9 | + <process>$juice_cruise_all_HEE/ASTRONOMICAL_UNIT</process> | |
10 | + <output><!--<plot>ORBIT</plot>--></output> | |
11 | +</param> | |
12 | + | ... | ... |
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="juice_cruise_xyz_iausun"> | |
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="juice:cruise:all"> | |
6 | + <baseParam name="IAU_SUN"/> | |
7 | + </vi> | |
8 | + </get> | |
9 | + <process>$juice_cruise_all_IAU_SUN/ASTRONOMICAL_UNIT</process> | |
10 | + <output><!--<plot>ORBIT</plot>--></output> | |
11 | +</param> | ... | ... |