From eb9cb589ebd33df15f6a85a98ab89160394e9fc7 Mon Sep 17 00:00:00 2001 From: Benjamin Renard <benjamin.renard@akka.eu> Date: Tue, 18 Jan 2022 14:33:27 +0100 Subject: [PATCH] Add parameters for SOHO/COSTEP/EPHIN 10min + 60min --- PARAM_DEF/soho_ephin_10minhe.xml | 10 ++++++++++ PARAM_DEF/soho_ephin_10minp.xml | 10 ++++++++++ PARAM_DEF/soho_ephin_60minhe.xml | 10 ++++++++++ PARAM_DEF/soho_ephin_60minp.xml | 10 ++++++++++ 4 files changed, 40 insertions(+), 0 deletions(-) create mode 100644 PARAM_DEF/soho_ephin_10minhe.xml create mode 100644 PARAM_DEF/soho_ephin_10minp.xml create mode 100644 PARAM_DEF/soho_ephin_60minhe.xml create mode 100644 PARAM_DEF/soho_ephin_60minp.xml diff --git a/PARAM_DEF/soho_ephin_10minhe.xml b/PARAM_DEF/soho_ephin_10minhe.xml new file mode 100644 index 0000000..c2e1efe --- /dev/null +++ b/PARAM_DEF/soho_ephin_10minhe.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<param xml:id='soho_ephin_60minhe'> + <get> + <vi name='soho:ephin:60min'> + <baseParam name='int_h'/> + </vi> + </get> + <process/> + <output/> +</param> diff --git a/PARAM_DEF/soho_ephin_10minp.xml b/PARAM_DEF/soho_ephin_10minp.xml new file mode 100644 index 0000000..6f9cf36 --- /dev/null +++ b/PARAM_DEF/soho_ephin_10minp.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<param xml:id='soho_ephin_10minp'> + <get> + <vi name='soho:ephin:10min'> + <baseParam name='int_p'/> + </vi> + </get> + <process/> + <output/> +</param> diff --git a/PARAM_DEF/soho_ephin_60minhe.xml b/PARAM_DEF/soho_ephin_60minhe.xml new file mode 100644 index 0000000..c2e1efe --- /dev/null +++ b/PARAM_DEF/soho_ephin_60minhe.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<param xml:id='soho_ephin_60minhe'> + <get> + <vi name='soho:ephin:60min'> + <baseParam name='int_h'/> + </vi> + </get> + <process/> + <output/> +</param> diff --git a/PARAM_DEF/soho_ephin_60minp.xml b/PARAM_DEF/soho_ephin_60minp.xml new file mode 100644 index 0000000..1bea872 --- /dev/null +++ b/PARAM_DEF/soho_ephin_60minp.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<param xml:id='soho_ephin_60minp'> + <get> + <vi name='soho:ephin:60min'> + <baseParam name='int_p'/> + </vi> + </get> + <process/> + <output/> +</param> -- libgit2 0.21.2