Commit 8cdc3dc9c6bc779c5e2ded157c804b5cbecc52bf
1 parent
d2c9918a
Exists in
master
and in
7 other branches
pluto hci
Showing
5 changed files
with
26 additions
and
3 deletions
Show diff stats
PARAM_DEF/pluto_sol_lat.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="pluto_sol_lat"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="pluto:orb:all"><baseParam name="LAT_IAU_SUN"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="pluto_sol_lat"> | |
3 | + <get><vi name="pluto:orb:all"><baseParam name="LAT_IAU_SUN"/></vi></get> | |
4 | + <process>$pluto_orb_all_LAT_IAU_SUN*RAD2DEG</process> | |
5 | + <output/> | |
6 | +</param> | ... | ... |
PARAM_DEF/pluto_sol_lon.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="pluto_sol_lon"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="pluto:orb:all"><baseParam name="LON_IAU_SUN"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="pluto_sol_lon"> | |
3 | + <get><vi name="pluto:orb:all"><baseParam name="LON_IAU_SUN"/></vi></get> | |
4 | + <process>$pluto_orb_all_LON_IAU_SUN*RAD2DEG</process> | |
5 | + <output/> | |
6 | +</param> | ... | ... |
PARAM_DEF/pluto_sol_ls.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="pluto_sol_ls"> |
3 | - <get><vi name="pluto:orb:all"><baseParam name="Ls"/></vi></get><process/><output/></param> | |
3 | + <get><vi name="pluto:orb:all"><baseParam name="Ls"/></vi></get> | |
4 | + <process>$pluto_orb_all_Ls*RAD2DEG</process> | |
5 | + <output/> | |
6 | +</param> | ... | ... |