From fc5578ab913f8ad4ce4bd1a276424957e6ddcb32 Mon Sep 17 00:00:00 2001 From: Elena.Budnik <ebudnik@irap.omp.eu> Date: Thu, 10 Dec 2020 11:37:43 +0100 Subject: [PATCH] changed m10_m1_xyz_mo.xml m10_m1_xyz_mso.xml --- PARAM_DEF/m10_m1_xyz_mo.xml | 38 -------------------------------------- PARAM_DEF/m10_m1_xyz_mso.xml | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 PARAM_DEF/m10_m1_xyz_mo.xml create mode 100644 PARAM_DEF/m10_m1_xyz_mso.xml diff --git a/PARAM_DEF/m10_m1_xyz_mo.xml b/PARAM_DEF/m10_m1_xyz_mo.xml deleted file mode 100644 index 9d166de..0000000 --- a/PARAM_DEF/m10_m1_xyz_mo.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<param xml:id="m10_m1_xyz_mo"> - <get> - <vi name="m10:m1:orb"> - <baseParam name="POS_MO"/> - </vi> - </get> - <process></process> - <output> - <plot> - <xyPlot isotropic="true"> - <params> - <param id="m10_m1_xyz_mo"> - <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1"> - <line type="line" style="plain" width="1" color="[0,0,255]" /> - <timeTick step="auto" number="0" minor="0" color="[255,0,0]"> - <font name="sans-serif" size="8" style="upright" weight="bold"/> - <firstSymbol type="triangle" size="4" color="[0,255,0]"/> - <symbol type="full-circle" size="4" color="[255,0,255]"/> - </timeTick> - </orbitserie> - </param> - </params> - <additionalObjects> - <curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot"> - <function name="mercury_bowshock"/> - </curvePlot> - <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot"> - <function name="mercury_magnetopause"/> - </curvePlot> - <curvePlot serieId="1" color="[255,128,0]" width="4" style="plain"> - <function name="circle"/> - </curvePlot> - </additionalObjects> - </xyPlot> - </plot> - </output> -</param> diff --git a/PARAM_DEF/m10_m1_xyz_mso.xml b/PARAM_DEF/m10_m1_xyz_mso.xml new file mode 100644 index 0000000..8835144 --- /dev/null +++ b/PARAM_DEF/m10_m1_xyz_mso.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<param xml:id="m10_m1_xyz_mso"> + <get> + <vi name="m10:m1:orb"> + <baseParam name="POS_MO"/> + </vi> + </get> + <process></process> + <output> + <plot> + <xyPlot isotropic="true"> + <params> + <param id="m10_m1_xyz_mso"> + <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1"> + <line type="line" style="plain" width="1" color="[0,0,255]" /> + <timeTick step="auto" number="0" minor="0" color="[255,0,0]"> + <font name="sans-serif" size="8" style="upright" weight="bold"/> + <firstSymbol type="triangle" size="4" color="[0,255,0]"/> + <symbol type="full-circle" size="4" color="[255,0,255]"/> + </timeTick> + </orbitserie> + </param> + </params> + <additionalObjects> + <curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot"> + <function name="mercury_bowshock"/> + </curvePlot> + <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot"> + <function name="mercury_magnetopause"/> + </curvePlot> + <curvePlot serieId="1" color="[255,128,0]" width="4" style="plain"> + <function name="circle"/> + </curvePlot> + </additionalObjects> + </xyPlot> + </plot> + </output> +</param> -- libgit2 0.21.2