Commit 75268175972ad38aead1d86f009e8ac7524e68f1

Authored by Erdogan Furkan
1 parent 8b7138f1
Exists in juice_jdc and in 1 other branch amdadev

Adding HelioSwarm parameters

PARAM_DEF/hs_ephem_mag.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="hs_ephem_mag_##node##">
  3 +<!--<TemporaryFillValue>-1.e31</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="helioswarm:ephem">
  6 + <baseParam name="magnitude_##node##"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
0 12 \ No newline at end of file
... ...
PARAM_DEF/hs_ephem_ta.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="hs_ephem_ta_##node##">
  3 +<!--<TemporaryFillValue>-1.e31</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="helioswarm:ephem">
  6 + <baseParam name="true_anomaly_##node##"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
0 12 \ No newline at end of file
... ...
PARAM_DEF/hs_ephem_tmfr.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="hs_ephem_tmfr_##node##">
  3 +<!--<TemporaryFillValue>-1.e31</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="helioswarm:ephem">
  6 + <baseParam name="total_mass_flow_rate_##node##"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
0 12 \ No newline at end of file
... ...
PARAM_DEF/hs_ephem_xyz_gse.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="hs_ephem_xyz_gse_##node##">
  3 +<!--<TemporaryFillValue>-1.e31</TemporaryFillValue>-->
  4 + <get>
  5 + <vi name="helioswarm:ephem">
  6 + <baseParam name="xyz_gse_##node##"/>
  7 + </vi>
  8 + </get>
  9 + <process/>
  10 + <output/>
  11 +</param>
0 12 \ No newline at end of file
... ...
PARAM_INFO_PREDEFINED/info_hs_ephem_mag.xml 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<paraminfo id="helioswarm_ephem_magnitude"><dimensions dim_1="1" dim_2="1"/><tables/></paraminfo>
... ...
PARAM_INFO_PREDEFINED/info_hs_ephem_ta.xml 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<paraminfo id="helioswarm_ephem_true_anomaly"><dimensions dim_1="1" dim_2="1"/><tables/></paraminfo>
... ...
PARAM_INFO_PREDEFINED/info_hs_ephem_tmfr.xml 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<paraminfo id="helioswarm_ephem_total_mass_flow_rate"><dimensions dim_1="1" dim_2="1"/><tables/></paraminfo>
... ...
PARAM_INFO_PREDEFINED/info_hs_ephem_xyz_gse.xml 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<paraminfo id="helioswarm_ephem_xyz_gse"><dimensions dim_1="3" dim_2="1"/>
  3 + <components>
  4 + <component index_1="0" name="x"/>
  5 + <component index_1="1" name="y"/>
  6 + <component index_1="2" name="z"/>
  7 + </components>
  8 + <tables/>
  9 +</paraminfo>
... ...