Commit 39d7b477f294ff54e0c1093fdfe22dada3d5e42d
1 parent
509038d1
Exists in
master
and in
7 other branches
jupiter orbit new
Showing
3 changed files
with
27 additions
and
3 deletions
Show diff stats
PARAM_DEF/r_jupiter.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="r_jupiter"><get><vi name="jupiter:orb:all"><baseParam name="R_IAU_SUN"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="r_jupiter"> | |
3 | + <get> | |
4 | + <vi name="jupiter:orb:all"> | |
5 | + <baseParam name="R_IAU_SUN"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process>$jupiter_orb_all_R_IAU_SUN/ASTRONOMICAL_UNIT</process> | |
9 | + <output/> | |
10 | +</param> | |
... | ... |
PARAM_DEF/xyz_jupiter_hci.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="xyz_jupiter_hci"><get><vi name="jupiter:orb:all"><baseParam name="HCI"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="xyz_jupiter_hci"> | |
3 | + <get> | |
4 | + <vi name="jupiter:orb:all"> | |
5 | + <baseParam name="HCI"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process>$jupiter_orb_all_HCI/ASTRONOMICAL_UNIT</process> | |
9 | + <output/> | |
10 | +</param> | |
... | ... |
PARAM_DEF/xyz_jupiter_hee.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="xyz_jupiter_hee"><get><vi name="jupiter:orb:all"><baseParam name="HEE"/></vi></get><process/><output><!--<plot>ORBIT</plot>--></output></param> | |
2 | +<param xml:id="xyz_jupiter_hee"> | |
3 | + <get> | |
4 | + <vi name="jupiter:orb:all"> | |
5 | + <baseParam name="HEE"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process>$jupiter_orb_all_HEE/ASTRONOMICAL_UNIT</process> | |
9 | + <output/> | |
10 | +</param> | |
... | ... |