Commit 40f9e963dea0da7d1094a061bd7bc7a5beb67b8b
1 parent
da2009c5
Exists in
master
and in
7 other branches
polar orbit
Showing
4 changed files
with
25 additions
and
6 deletions
Show diff stats
ace_xyz_gsm.xml
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <baseParam name="Pos_GSE"/> |
6 | 6 | </vi> |
7 | 7 | </get> |
8 | - <process description="@RE=6400.">#framesTransformation($ace_orb_all_Pos_GSE;GSE;GSM;true)/6400.</process> | |
8 | + <process>#framesTransformation($ace_orb_all_Pos_GSE;GSE;GSM;true)/RADIUS_EARTH</process> | |
9 | 9 | <output> |
10 | 10 | <!--<plot>ORBIT</plot>--> |
11 | 11 | </output> | ... | ... |
plr_xyz.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="plr_xyz"> | |
3 | - <!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>--> | |
4 | - <get><vi name="plr:orb:all"><baseParam name="Pos_GSE"/></vi> | |
5 | - </get><process description="km2re=1.5696e-4">$plr_orb_all_Pos_GSE*1.5696e-4</process><output><!--<plot>ORBIT</plot>--></output></param> | |
2 | +<param xml:id="plr_xyz"> | |
3 | + <get> | |
4 | + <vi name="plr:orb:all"> | |
5 | + <baseParam name="Pos_GSE"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process>$plr_orb_all_Pos_GSE/RADIUS_EARTH</process> | |
9 | + <output><!--<plot>ORBIT</plot>--></output> | |
10 | +</param> | ... | ... |
plr_xyz_gsm.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="plr_xyz_gsm"><!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>--><get> <amdaParam name="plr_xyz"/></get><process><!-- TBD gse2gsm --></process><output><!--<plot>ORBIT</plot>--></output></param> | |
2 | +<param xml:id="plr_xyz_gsm"> | |
3 | + <get> | |
4 | + <amdaParam name="plr_xyz"/> | |
5 | + </get> | |
6 | + <process>#framesTransformation($plr_xyz;GSE;GSM;true)</process> | |
7 | + <output><!--<plot>ORBIT</plot>--></output> | |
8 | +</param> | ... | ... |