Commit 5bc91a8dfe0163727b30b0cab8849af9a65d0aec
1 parent
9dcdd2c4
Exists in
master
and in
7 other branches
corrections for DSCOVR orbit
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
PARAM_DEF/dsc_xyz_gse.xml
... | ... | @@ -2,10 +2,10 @@ |
2 | 2 | <param xml:id="dsc_xyz_gse"> |
3 | 3 | <get> |
4 | 4 | <vi name="dsc:orb:all"> |
5 | - <baseParam name="Pos_GSE"/> | |
5 | + <baseParam name="GSE"/> | |
6 | 6 | </vi> |
7 | 7 | </get> |
8 | - <process>$dsc_orb_all_Pos_GSE/RADIUS_EARTH</process> | |
8 | + <process>$dsc_orb_all_GSE/RADIUS_EARTH</process> | |
9 | 9 | <output> |
10 | 10 | <!--<plot>ORBIT</plot>--> |
11 | 11 | </output> | ... | ... |
PARAM_DEF/dsc_xyz_gsm.xml
... | ... | @@ -2,10 +2,10 @@ |
2 | 2 | <param xml:id="dsc_xyz_gsm"> |
3 | 3 | <get> |
4 | 4 | <vi name="dsc:orb:all"> |
5 | - <baseParam name="Pos_GSM"/> | |
5 | + <baseParam name="GSM"/> | |
6 | 6 | </vi> |
7 | 7 | </get> |
8 | - <process>$dsc_orb_all_Pos_GSM/RADIUS_EARTH</process> | |
8 | + <process>$dsc_orb_all_GSM/RADIUS_EARTH</process> | |
9 | 9 | <output> |
10 | 10 | <!--<plot>ORBIT</plot>--> |
11 | 11 | </output> | ... | ... |