Commit adbea7b22422161cd3d2986c5a1431b771ead944

Authored by Elena.Budnik
1 parent 4df6f32e

dipole tilt

INTERNAL_PARAM_DEF/const_1d_float.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='const_1d_float'>
  3 + <get>
  4 + <constant>
  5 + <param sampling='60' type='float' value="10"/>
  6 + </constant>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/attitude_dipole_GSE_60.xml 0 → 100644
... ... @@ -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 +
... ...
PARAM_DEF/attitude_dipole_GSM_60.xml 0 → 100644
... ... @@ -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 +
... ...
PARAM_DEF/tilt_angle_60.xml 0 → 100644
... ... @@ -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 +
... ...