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,10 +2,10 @@ | ||
2 | <param xml:id="dsc_xyz_gse"> | 2 | <param xml:id="dsc_xyz_gse"> |
3 | <get> | 3 | <get> |
4 | <vi name="dsc:orb:all"> | 4 | <vi name="dsc:orb:all"> |
5 | - <baseParam name="Pos_GSE"/> | 5 | + <baseParam name="GSE"/> |
6 | </vi> | 6 | </vi> |
7 | </get> | 7 | </get> |
8 | - <process>$dsc_orb_all_Pos_GSE/RADIUS_EARTH</process> | 8 | + <process>$dsc_orb_all_GSE/RADIUS_EARTH</process> |
9 | <output> | 9 | <output> |
10 | <!--<plot>ORBIT</plot>--> | 10 | <!--<plot>ORBIT</plot>--> |
11 | </output> | 11 | </output> |
PARAM_DEF/dsc_xyz_gsm.xml
@@ -2,10 +2,10 @@ | @@ -2,10 +2,10 @@ | ||
2 | <param xml:id="dsc_xyz_gsm"> | 2 | <param xml:id="dsc_xyz_gsm"> |
3 | <get> | 3 | <get> |
4 | <vi name="dsc:orb:all"> | 4 | <vi name="dsc:orb:all"> |
5 | - <baseParam name="Pos_GSM"/> | 5 | + <baseParam name="GSM"/> |
6 | </vi> | 6 | </vi> |
7 | </get> | 7 | </get> |
8 | - <process>$dsc_orb_all_Pos_GSM/RADIUS_EARTH</process> | 8 | + <process>$dsc_orb_all_GSM/RADIUS_EARTH</process> |
9 | <output> | 9 | <output> |
10 | <!--<plot>ORBIT</plot>--> | 10 | <!--<plot>ORBIT</plot>--> |
11 | </output> | 11 | </output> |