From 70aed1f759bd0c73f2b9a8f2315f8ced6b75dc67 Mon Sep 17 00:00:00 2001
From: Quentin Brzustowski <quentin.brzustowski@irap.omp.eu>
Date: Fri, 3 Apr 2020 15:33:24 +0200
Subject: [PATCH] corrected HAE--> HEE

---
 PARAM_DEF/bepi_lat_hae.xml | 10 ----------
 PARAM_DEF/bepi_lon_hae.xml | 10 ----------
 PARAM_DEF/psp_lat_hae.xml  | 10 ----------
 PARAM_DEF/psp_lon_hae.xml  | 10 ----------
 PARAM_DEF/so_lat_hae.xml   | 10 ----------
 PARAM_DEF/so_lon_hae.xml   | 10 ----------
 6 files changed, 0 insertions(+), 60 deletions(-)
 delete mode 100644 PARAM_DEF/bepi_lat_hae.xml
 delete mode 100644 PARAM_DEF/bepi_lon_hae.xml
 delete mode 100644 PARAM_DEF/psp_lat_hae.xml
 delete mode 100644 PARAM_DEF/psp_lon_hae.xml
 delete mode 100644 PARAM_DEF/so_lat_hae.xml
 delete mode 100644 PARAM_DEF/so_lon_hae.xml

diff --git a/PARAM_DEF/bepi_lat_hae.xml b/PARAM_DEF/bepi_lat_hae.xml
deleted file mode 100644
index a41c15a..0000000
--- a/PARAM_DEF/bepi_lat_hae.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-<param xml:id="bepi_lat_hae">
-  <get>
-        <vi name="bepi:cruise:all">
-         <baseParam name="HEE"/>
-        </vi>
-  </get>
-  <process description="LAT HAE">atan($bepi_cruise_all_HEE[3]/sqrt(pow($bepi_cruise_all_HEE[1],2)+pow($bepi_cruise_all_HEE[2],2)))*RAD2DEG</process>
-  <output/>
-</param>
\ No newline at end of file
diff --git a/PARAM_DEF/bepi_lon_hae.xml b/PARAM_DEF/bepi_lon_hae.xml
deleted file mode 100644
index 14896a9..0000000
--- a/PARAM_DEF/bepi_lon_hae.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-<param xml:id="bepi_lon_hae">
-  <get>
-        <vi name="bepi:cruise:all">
-         <baseParam name="HEE"/>
-        </vi>
-  </get>
-  <process description="LON HAE">atan($bepi_cruise_all_HEE[2]/$bepi_cruise_all_HEE[1])*RAD2DEG</process>
-  <output/>
-</param>
\ No newline at end of file
diff --git a/PARAM_DEF/psp_lat_hae.xml b/PARAM_DEF/psp_lat_hae.xml
deleted file mode 100644
index 11291fb..0000000
--- a/PARAM_DEF/psp_lat_hae.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-<param xml:id="psp_lat_hae">
-  <get>
-        <vi name="psp:orb:all">
-         <baseParam name="HEE"/>
-        </vi>
-  </get>
-  <process description="LAT HAE">atan($psp_orb_all_HEE[3]/sqrt(pow($psp_orb_all_HEE[1],2) + pow($psp_orb_all_HEE[2],2)))*RAD2DEG</process>
-  <output/>
-</param>
diff --git a/PARAM_DEF/psp_lon_hae.xml b/PARAM_DEF/psp_lon_hae.xml
deleted file mode 100644
index 343d3e1..0000000
--- a/PARAM_DEF/psp_lon_hae.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-<param xml:id="psp_lon_hae">
-  <get>
-        <vi name="psp:orb:all">
-         <baseParam name="HEE"/>
-        </vi>
-  </get>
-  <process description="LON HAE">atan($psp_orb_all_HEE[2]/$psp_orb_all_HEE[1])*RAD2DEG</process>
-  <output/>
-</param>
\ No newline at end of file
diff --git a/PARAM_DEF/so_lat_hae.xml b/PARAM_DEF/so_lat_hae.xml
deleted file mode 100644
index 9890c46..0000000
--- a/PARAM_DEF/so_lat_hae.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-<param xml:id="so_lat_hae">
-  <get>
-        <vi name="so:orb:all">
-         <baseParam name="HEE"/>
-        </vi>
-  </get>
-  <process description="LAT HAE">atan($so_orb_all_HEE[3]/sqrt(pow($so_orb_all_HEE[1],2) + pow($so_orb_all_HEE[2],2)))*RAD2DEG</process>
-  <output/>
-</param>
diff --git a/PARAM_DEF/so_lon_hae.xml b/PARAM_DEF/so_lon_hae.xml
deleted file mode 100644
index 08867c2..0000000
--- a/PARAM_DEF/so_lon_hae.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0"?>
-<param xml:id="so_lon_hae">
-  <get>
-        <vi name="so:orb:all">
-         <baseParam name="HEE"/>
-        </vi>
-  </get>
-  <process description="LON HAE">atan($so_orb_all_HEE[2]/$so_orb_all_HEE[1])*RAD2DEG</process>
-  <output/>
-</param>
--
libgit2 0.21.2