Commit adbea7b22422161cd3d2986c5a1431b771ead944
1 parent
4df6f32e
Exists in
master
and in
7 other branches
dipole tilt
Showing
4 changed files
with
76 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,22 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="attitude_dipole_GSE_60"> | |
3 | + <info> | |
4 | + <name>attitude_dipole_GSE_60</name> | |
5 | + <short_name>attitude_dipole_GSE</short_name> | |
6 | + <components>x,y,z</components> | |
7 | + <units>non</units> | |
8 | + <coordinates_system>GSE</coordinates_system> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id>earth_dipole</dataset_id> | |
14 | + <instrument_id>tsyganenko96_tsyg96run</instrument_id> | |
15 | + </info> | |
16 | + <get> | |
17 | + <amdaParam name="const_1d_float"/> | |
18 | + </get> | |
19 | + <process description="#attitude_gse($const_1d_float)">#attitude_gse($const_1d_float)</process> | |
20 | + <output/> | |
21 | +</param> | |
22 | + | ... | ... |
... | ... | @@ -0,0 +1,22 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="attitude_dipole_GSM_60"> | |
3 | + <info> | |
4 | + <name>attitude_dipole_GSM_60</name> | |
5 | + <short_name>attitude_dipole_GSM</short_name> | |
6 | + <components>x,y,z</components> | |
7 | + <units>non</units> | |
8 | + <coordinates_system>GSM</coordinates_system> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id>earth_dipole</dataset_id> | |
14 | + <instrument_id>tsyganenko96_tsyg96run</instrument_id> | |
15 | + </info> | |
16 | + <get> | |
17 | + <amdaParam name="const_1d_float"/> | |
18 | + </get> | |
19 | + <process description="#attitude_gsm($const_1d_float)">#attitude_gsm($const_1d_float)</process> | |
20 | + <output/> | |
21 | +</param> | |
22 | + | ... | ... |
... | ... | @@ -0,0 +1,22 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="tilt_angle_60"> | |
3 | + <info> | |
4 | + <name>tilt_angle_60</name> | |
5 | + <short_name>dipole_tile_angle</short_name> | |
6 | + <components/> | |
7 | + <units>deg</units> | |
8 | + <coordinates_system/> | |
9 | + <tensor_order>0</tensor_order> | |
10 | + <si_conversion/> | |
11 | + <fill_value/> | |
12 | + <ucd/> | |
13 | + <dataset_id>earth_dipole</dataset_id> | |
14 | + <instrument_id>tsyganenko96_tsyg96run</instrument_id> | |
15 | + </info> | |
16 | + <get> | |
17 | + <amdaParam name="const_1d_float"/> | |
18 | + </get> | |
19 | + <process description="#tilt_angle($const_1d_float)">#tilt_angle($const_1d_float)</process> | |
20 | + <output/> | |
21 | +</param> | |
22 | + | ... | ... |