Commit dc5e2b6f02fa70d7a3ae8e6a44396e7c28a6cb96
1 parent
fbcd3ed0
Exists in
master
and in
7 other branches
mars lon/lat hci
Showing
5 changed files
with
25 additions
and
3 deletions
Show diff stats
PARAM_DEF/mars_sol_lat.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="mars_sol_lat"> |
3 | - <get><vi name="mars:orb:all"><baseParam name="LAT_IAU_SUN"/></vi></get><process/><output/></param> | |
3 | + <get><vi name="mars:orb:all"><baseParam name="LAT_IAU_SUN"/></vi></get> | |
4 | + <process>$mars_orb_all_LAT_IAU_SUN*RAD2DEG</process> | |
5 | + <output/> | |
6 | +</param> | ... | ... |
PARAM_DEF/mars_sol_lon.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="mars_sol_lon"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="mars:orb:all"><baseParam name="LON_IAU_SUN"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="mars_sol_lon"> | |
3 | + <get><vi name="mars:orb:all"><baseParam name="LON_IAU_SUN"/></vi></get> | |
4 | + <process>$mars_orb_all_LON_IAU_SUN*RAD2DEG</process> | |
5 | + <output/> | |
6 | +</param> | ... | ... |
PARAM_DEF/mars_sol_ls.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="mars_sol_ls"> |
3 | - <get><vi name="mars:orb:all"><baseParam name="Ls"/></vi></get><process/><output/></param> | |
3 | + <get><vi name="mars:orb:all"><baseParam name="Ls"/></vi></get> | |
4 | + <process>$mars_orb_all_Ls*RAD2DEG</process> | |
5 | + <output/> | |
6 | +</param> | ... | ... |