Commit 198459736087e3f908a9ef88a3b20b845e5fe8ab
1 parent
ba6eca0b
Exists in
master
and in
7 other branches
Adapted param files to the new orbit from spice kernel
Showing
4 changed files
with
3 additions
and
41 deletions
Show diff stats
PARAM_DEF/irm_orb_lat.xml deleted
PARAM_DEF/irm_orb_lon.xml deleted
PARAM_DEF/irm_orb_mag.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id='irm_orb_mag'> |
3 | 3 | <get> |
4 | - <vi name='irm:orb:all'> | |
5 | - <baseParam name='magnitude'/> | |
6 | - </vi> | |
4 | + <amdaParam name='irm_orb_xyz'/> | |
7 | 5 | </get> |
8 | - <process/> | |
6 | + <process description="magnitude(irm_orb_xyz)">magnitude($irm_orb_xyz)</process> | |
9 | 7 | <output/> |
10 | 8 | |
11 | - </param> | |
12 | - | |
9 | + </param> | |
13 | 10 | \ No newline at end of file | ... | ... |