Commit 248d999b6cc851ca02be0c19b0221e557e1cb0ec
1 parent
861d4cc5
Exists in
master
and in
7 other branches
juno cruise in km
Showing
2 changed files
with
18 additions
and
2 deletions
Show diff stats
PARAM_DEF/juno_cruise_r.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="juno_cruise_r"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="juno:cruise:all"><baseParam name="R_IAU_SUN"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="juno_cruise_r"> | |
3 | + <get> | |
4 | + <vi name="juno:cruise:all"> | |
5 | + <baseParam name="R_IAU_SUN"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process>$juno_cruise_all_R_IAU_SUN/ASTRONOMICAL_UNIT</process> | |
9 | + <output/> | |
10 | +</param> | |
... | ... |
PARAM_DEF/juno_cruise_xyz.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="juno_cruise_xyz"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="juno:cruise:all"><baseParam name="IAU_SUN"/></vi></get><process/><output><!--<plot>ORBIT</plot>--></output></param> | |
2 | +<param xml:id="juno_cruise_xyz"> | |
3 | + <get> | |
4 | + <vi name="juno:cruise:all"> | |
5 | + <baseParam name="IAU_SUN"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process>$juno_cruise_all_IAU_SUN/ASTRONOMICAL_UNIT</process> | |
9 | + <output><!--<plot>ORBIT</plot>--></output> | |
10 | +</param> | |
... | ... |