Commit 4e98da1314437191a9ae9d274e8db6794a607ddf
1 parent
9191d85e
Exists in
master
and in
7 other branches
created parameters for WIND orbit
Showing
6 changed files
with
59 additions
and
2 deletions
Show diff stats
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="wnd_lat_hee"> | |
3 | + <!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="wnd:orb:all"> | |
6 | + <baseParam name="LAT_HEE"/></vi> | |
7 | + </get> | |
8 | + <process>$wnd_orb_all_LAT_HEE*RAD2DEG</process> | |
9 | + <output/> | |
10 | +</param> | |
... | ... |
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="wnd_lon_hee"> | |
3 | + <!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="wnd:orb:all"> | |
6 | + <baseParam name="LON_HEE"/></vi> | |
7 | + </get> | |
8 | + <process>$wnd_orb_all_LON_HEE*RAD2DEG</process> | |
9 | + <output/> | |
10 | +</param> | |
... | ... |
PARAM_DEF/wnd_r.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="wnd_r"><!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>--><get><vi name="wnd:orb:all"><baseParam name="R"/></vi></get> | |
3 | -<process description="RE=6400">$wnd_orb_all_R/6400.0</process><output/></param> | |
2 | +<param xml:id="wnd_r"> | |
3 | + <!--<TemporaryFillValue>-1.e+31</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="wnd:orb:all"> | |
6 | + <baseParam name="R_GSE"/></vi> | |
7 | + </get> | |
8 | + <process description="RE=6400">$wnd_orb_all_R_GSE/RADIUS_EARTH</process> | |
9 | + <output/> | |
10 | +</param> | |
... | ... |