Commit 0944b04dd42932a8b9db752a3899f2412f431d36

Authored by Quentin Brzustowski
1 parent 75c3efe9

Added Orbit and mag in GSM for CCE, IRM and UKS

PARAM_DEF/cce_b_gsm.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='cce_b_gsm'>
  3 + <get>
  4 + <vi name='cce:mag:all'>
  5 + <baseParam name='B_GSE'/>
  6 + </vi>
  7 + </get>
  8 + <process>#framesTransformation($cce_mag_all_B_GSE;GSE;GSM;false)</process>
  9 + <output/>
  10 + </param>
  11 +
... ...
PARAM_DEF/cce_orb_gsm.xml 0 → 100644
... ... @@ -0,0 +1,39 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='cce_orb_gsm'>
  3 + <get>
  4 + <vi name='cce:orb:all'>
  5 + <baseParam name='POSITION_GSE'/>
  6 + </vi>
  7 + </get>
  8 + <process>#framesTransformation($cce_orb_all_POSITION_GSE;GSE;GSM;false)/RADIUS_EARTH</process>
  9 + <output>
  10 + <plot>
  11 + <xyPlot isotropic="true">
  12 + <params>
  13 + <param id="cce_orb_gsm">
  14 + <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1">
  15 + <line type="line" style="plain" width="1" color="[0,0,255]" />
  16 + <timeTick step="auto" number="0" minor="0" color="[255,0,0]">
  17 + <font name="sans-serif" size="8" style="upright" weight="bold"/>
  18 + <firstSymbol type="triangle" size="4" color="[0,255,0]"/>
  19 + <symbol type="full-circle" size="4" color="[255,0,255]"/>
  20 + </timeTick>
  21 + </orbitserie>
  22 + </param>
  23 + </params>
  24 + <additionalObjects>
  25 + <curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot">
  26 + <function name="bowshock_farris"/>
  27 + </curvePlot>
  28 + <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot">
  29 + <function name="magnetopause_shue"/>
  30 + </curvePlot>
  31 + <curvePlot serieId="1" color="[255,128,0]" width="4" style="plain">
  32 + <function name="circle"/>
  33 + </curvePlot>
  34 + </additionalObjects>
  35 + </xyPlot>
  36 + </plot>
  37 + </output>
  38 +</param>
  39 +
... ...
PARAM_DEF/irm_b_gsm.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='irm_b_gsm'>
  3 + <get>
  4 + <vi name='irm:mag:all'>
  5 + <baseParam name='B_gse_xyz'/>
  6 + </vi>
  7 + </get>
  8 + <process>#framesTransformation($irm_mag_all_B_gse_xyz;GSE;GSM;false)</process>
  9 + <output/>
  10 + </param>
  11 +
... ...
PARAM_DEF/irm_orb_gsm.xml 0 → 100644
... ... @@ -0,0 +1,39 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='irm_orb_gsm'>
  3 + <get>
  4 + <vi name='irm:orb:all'>
  5 + <baseParam name='POSITION_GSE'/>
  6 + </vi>
  7 + </get>
  8 + <process>#framesTransformation($irm_orb_all_POSITION_GSE;GSE;GSM;false)/RADIUS_EARTH</process>
  9 + <output>
  10 + <plot>
  11 + <xyPlot isotropic="true">
  12 + <params>
  13 + <param id="irm_orb_gsm">
  14 + <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1">
  15 + <line type="line" style="plain" width="1" color="[0,0,255]" />
  16 + <timeTick step="auto" number="0" minor="0" color="[255,0,0]">
  17 + <font name="sans-serif" size="8" style="upright" weight="bold"/>
  18 + <firstSymbol type="triangle" size="4" color="[0,255,0]"/>
  19 + <symbol type="full-circle" size="4" color="[255,0,255]"/>
  20 + </timeTick>
  21 + </orbitserie>
  22 + </param>
  23 + </params>
  24 + <additionalObjects>
  25 + <curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot">
  26 + <function name="bowshock_farris"/>
  27 + </curvePlot>
  28 + <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot">
  29 + <function name="magnetopause_shue"/>
  30 + </curvePlot>
  31 + <curvePlot serieId="1" color="[255,128,0]" width="4" style="plain">
  32 + <function name="circle"/>
  33 + </curvePlot>
  34 + </additionalObjects>
  35 + </xyPlot>
  36 + </plot>
  37 + </output>
  38 + </param>
  39 +
... ...
PARAM_DEF/uks_b_gsm.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='uks_b_gsm'>
  3 + <get>
  4 + <vi name='uks:mag:all'>
  5 + <baseParam name='B_mag'/>
  6 + </vi>
  7 + </get>
  8 + <process>#framesTransformation($uks_mag_all_B_mag;GSE;GSM;false)</process>
  9 + <output/>
  10 + </param>
  11 +
... ...
PARAM_DEF/uks_orb_gsm.xml 0 → 100644
... ... @@ -0,0 +1,39 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='uks_orb_gsm'>
  3 + <get>
  4 + <vi name='uks:orb:all'>
  5 + <baseParam name='UKS_xyz_gse'/>
  6 + </vi>
  7 + </get>
  8 + <process>#framesTransformation($uks_orb_all_UKS_xyz_gse;GSE;GSM;false)</process>
  9 + <output>
  10 + <plot>
  11 + <xyPlot isotropic="true">
  12 + <params>
  13 + <param id="uks_orb_xyz">
  14 + <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1">
  15 + <line type="line" style="plain" width="1" color="[0,0,255]" />
  16 + <timeTick step="auto" number="0" minor="0" color="[255,0,0]">
  17 + <font name="sans-serif" size="8" style="upright" weight="bold"/>
  18 + <firstSymbol type="triangle" size="4" color="[0,255,0]"/>
  19 + <symbol type="full-circle" size="4" color="[255,0,255]"/>
  20 + </timeTick>
  21 + </orbitserie>
  22 + </param>
  23 + </params>
  24 + <additionalObjects>
  25 + <curvePlot serieId="1" color="[0,0,255]" width="4" style="long-spaced-dot">
  26 + <function name="bowshock_farris"/>
  27 + </curvePlot>
  28 + <curvePlot serieId="1" color="[255,0,0]" width="4" style="dot">
  29 + <function name="magnetopause_shue"/>
  30 + </curvePlot>
  31 + <curvePlot serieId="1" color="[255,128,0]" width="4" style="plain">
  32 + <function name="circle"/>
  33 + </curvePlot>
  34 + </additionalObjects>
  35 + </xyPlot>
  36 + </plot>
  37 + </output>
  38 + </param>
  39 +
... ...
PARAM_DEF/uks_orb_vgsm.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='uks_orb_vgsm'>
  3 + <get>
  4 + <vi name='uks:orb:all'>
  5 + <baseParam name='UKS_vel_gse'/>
  6 + </vi>
  7 + </get>
  8 + <process>#framesTransformation($uks_orb_all_UKS_vel_gse;GSE;GSM;false)</process>
  9 + <output/>
  10 + </param>
  11 +
... ...
PARAM_DEF/uks_orb_xyz.xml
... ... @@ -10,7 +10,7 @@
10 10 <plot>
11 11 <xyPlot isotropic="true">
12 12 <params>
13   - <param id="uks_orb_xyz">
  13 + <param id="uks_orb_gsm">
14 14 <orbitserie projection="XR" xAxis="xaxis_id" yAxis="y-left" id="1">
15 15 <line type="line" style="plain" width="1" color="[0,0,255]" />
16 16 <timeTick step="auto" number="0" minor="0" color="[255,0,0]">
... ...