Commit 444b8b33f67aa3256295c242283d24c0485d5023
1 parent
352a50c5
Exists in
master
and in
7 other branches
neptun, bepi hci
Showing
7 changed files
with
46 additions
and
3 deletions
Show diff stats
PARAM_DEF/neptune_sol_lat.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="neptune_sol_lat"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="neptune:orb:all"><baseParam name="LAT_IAU_SUN"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="neptune_sol_lat"> | |
3 | + <get><vi name="neptune:orb:all"><baseParam name="LAT_IAU_SUN"/></vi></get> | |
4 | + <process>$neptune_orb_all_LAT_IAU_SUN*RAD2DEG</process> | |
5 | + <output/> | |
6 | +</param> | ... | ... |
PARAM_DEF/neptune_sol_lon.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="neptune_sol_lon"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="neptune:orb:all"><baseParam name="LON_IAU_SUN"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="neptune_sol_lon"> | |
3 | + <get><vi name="neptune:orb:all"><baseParam name="LON_IAU_SUN"/></vi></get> | |
4 | + <process>$neptune_orb_all_LON_IAU_SUN*RAD2DEG</process> | |
5 | + <output/> | |
6 | +</param> | ... | ... |
PARAM_DEF/neptune_sol_ls.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="neptune_sol_ls"> |
3 | - <get><vi name="neptune:orb:all"><baseParam name="Ls"/></vi></get><process/><output/></param> | |
3 | + <get><vi name="neptune:orb:all"><baseParam name="Ls"/></vi></get> | |
4 | + <process>$neptune_orb_all_Ls*RAD2DEG</process> | |
5 | + <output/> | |
6 | +</param> | ... | ... |