Commit 0c3fc652e3fc67625db77c5851c6aef484463a31
1 parent
a9e914dc
Exists in
master
and in
7 other branches
degrees
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
PARAM_DEF/psp_lon_hci.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="psp_lon_hci"> |
3 | - <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | 3 | <get> |
5 | 4 | <vi name="psp:orb:all"> |
6 | 5 | <baseParam name="LON_HCI"/> |
7 | 6 | </vi> |
8 | 7 | </get> |
9 | - <process/> | |
10 | - <output><!--<plot>ORBIT</plot>--></output> | |
8 | + <process>$psp_orb_all_LON_HCI*RAD2DEG</process> | |
9 | + <output/> | |
11 | 10 | </param> |
... | ... |