From 75268175972ad38aead1d86f009e8ac7524e68f1 Mon Sep 17 00:00:00 2001
From: Furkan <furkan.erdogan1205@gmail.com>
Date: Wed, 15 Feb 2023 11:21:46 +0000
Subject: [PATCH] Adding HelioSwarm parameters

---
 PARAM_DEF/hs_ephem_mag.xml                      | 11 +++++++++++
 PARAM_DEF/hs_ephem_ta.xml                       | 11 +++++++++++
 PARAM_DEF/hs_ephem_tmfr.xml                     | 11 +++++++++++
 PARAM_DEF/hs_ephem_xyz_gse.xml                  | 11 +++++++++++
 PARAM_INFO_PREDEFINED/info_hs_ephem_mag.xml     |  2 ++
 PARAM_INFO_PREDEFINED/info_hs_ephem_ta.xml      |  2 ++
 PARAM_INFO_PREDEFINED/info_hs_ephem_tmfr.xml    |  2 ++
 PARAM_INFO_PREDEFINED/info_hs_ephem_xyz_gse.xml |  9 +++++++++
 8 files changed, 59 insertions(+), 0 deletions(-)
 create mode 100644 PARAM_DEF/hs_ephem_mag.xml
 create mode 100644 PARAM_DEF/hs_ephem_ta.xml
 create mode 100644 PARAM_DEF/hs_ephem_tmfr.xml
 create mode 100644 PARAM_DEF/hs_ephem_xyz_gse.xml
 create mode 100644 PARAM_INFO_PREDEFINED/info_hs_ephem_mag.xml
 create mode 100644 PARAM_INFO_PREDEFINED/info_hs_ephem_ta.xml
 create mode 100644 PARAM_INFO_PREDEFINED/info_hs_ephem_tmfr.xml
 create mode 100644 PARAM_INFO_PREDEFINED/info_hs_ephem_xyz_gse.xml

diff --git a/PARAM_DEF/hs_ephem_mag.xml b/PARAM_DEF/hs_ephem_mag.xml
new file mode 100644
index 0000000..b87fa13
--- /dev/null
+++ b/PARAM_DEF/hs_ephem_mag.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<param xml:id="hs_ephem_mag_##node##">
+<!--<TemporaryFillValue>-1.e31</TemporaryFillValue>-->
+    <get>
+        <vi name="helioswarm:ephem">
+            <baseParam name="magnitude_##node##"/>
+        </vi>
+    </get>
+    <process/>
+    <output/>
+</param>
\ No newline at end of file
diff --git a/PARAM_DEF/hs_ephem_ta.xml b/PARAM_DEF/hs_ephem_ta.xml
new file mode 100644
index 0000000..faee534
--- /dev/null
+++ b/PARAM_DEF/hs_ephem_ta.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<param xml:id="hs_ephem_ta_##node##">
+<!--<TemporaryFillValue>-1.e31</TemporaryFillValue>-->
+    <get>
+        <vi name="helioswarm:ephem">
+            <baseParam name="true_anomaly_##node##"/>
+        </vi>
+    </get>
+    <process/>
+    <output/>
+</param>
\ No newline at end of file
diff --git a/PARAM_DEF/hs_ephem_tmfr.xml b/PARAM_DEF/hs_ephem_tmfr.xml
new file mode 100644
index 0000000..aea1562
--- /dev/null
+++ b/PARAM_DEF/hs_ephem_tmfr.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<param xml:id="hs_ephem_tmfr_##node##">
+<!--<TemporaryFillValue>-1.e31</TemporaryFillValue>-->
+    <get>
+        <vi name="helioswarm:ephem">
+            <baseParam name="total_mass_flow_rate_##node##"/>
+        </vi>
+    </get>
+    <process/>
+    <output/>
+</param>
\ No newline at end of file
diff --git a/PARAM_DEF/hs_ephem_xyz_gse.xml b/PARAM_DEF/hs_ephem_xyz_gse.xml
new file mode 100644
index 0000000..c245dad
--- /dev/null
+++ b/PARAM_DEF/hs_ephem_xyz_gse.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<param xml:id="hs_ephem_xyz_gse_##node##">
+<!--<TemporaryFillValue>-1.e31</TemporaryFillValue>-->
+    <get>
+        <vi name="helioswarm:ephem">
+            <baseParam name="xyz_gse_##node##"/>
+        </vi>
+    </get>
+    <process/>
+    <output/>
+</param>
\ No newline at end of file
diff --git a/PARAM_INFO_PREDEFINED/info_hs_ephem_mag.xml b/PARAM_INFO_PREDEFINED/info_hs_ephem_mag.xml
new file mode 100644
index 0000000..fab0a13
--- /dev/null
+++ b/PARAM_INFO_PREDEFINED/info_hs_ephem_mag.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<paraminfo id="helioswarm_ephem_magnitude"><dimensions dim_1="1" dim_2="1"/><tables/></paraminfo>
diff --git a/PARAM_INFO_PREDEFINED/info_hs_ephem_ta.xml b/PARAM_INFO_PREDEFINED/info_hs_ephem_ta.xml
new file mode 100644
index 0000000..220a00f
--- /dev/null
+++ b/PARAM_INFO_PREDEFINED/info_hs_ephem_ta.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<paraminfo id="helioswarm_ephem_true_anomaly"><dimensions dim_1="1" dim_2="1"/><tables/></paraminfo>
diff --git a/PARAM_INFO_PREDEFINED/info_hs_ephem_tmfr.xml b/PARAM_INFO_PREDEFINED/info_hs_ephem_tmfr.xml
new file mode 100644
index 0000000..c283d1e
--- /dev/null
+++ b/PARAM_INFO_PREDEFINED/info_hs_ephem_tmfr.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<paraminfo id="helioswarm_ephem_total_mass_flow_rate"><dimensions dim_1="1" dim_2="1"/><tables/></paraminfo>
diff --git a/PARAM_INFO_PREDEFINED/info_hs_ephem_xyz_gse.xml b/PARAM_INFO_PREDEFINED/info_hs_ephem_xyz_gse.xml
new file mode 100644
index 0000000..e118d4b
--- /dev/null
+++ b/PARAM_INFO_PREDEFINED/info_hs_ephem_xyz_gse.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<paraminfo id="helioswarm_ephem_xyz_gse"><dimensions dim_1="3" dim_2="1"/>
+    <components>
+        <component index_1="0" name="x"/>
+        <component index_1="1" name="y"/>
+        <component index_1="2" name="z"/>
+    </components>
+    <tables/>
+</paraminfo>
--
libgit2 0.21.2