Commit 94642f7909b85b81c733d92b497db98e8fd96d96

Authored by Benjamin Renard
1 parent 23b4583c

Add new SolarOrbiter PAS / L2 / diff E flux for test

PARAM_DEF/pas_l2_omni_new.xml 0 → 100644
... ... @@ -0,0 +1,36 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="pas_l2_omni_new">
  3 + <info>
  4 + <table>
  5 + <minMaxTable name="Energy" units="eV" minName="eMin" maxName="eMax"/>
  6 + </table>
  7 + </info>
  8 + <get>
  9 + <vi name="so:pas:l2.omni.new">
  10 + <baseParam name="eflux">
  11 + <clb name="eMin"/>
  12 + <clb name="eMax"/>
  13 + </baseParam>
  14 + </vi>
  15 + </get>
  16 + <process/>
  17 + <output>
  18 + <plot>
  19 + <timePlot>
  20 + <params>
  21 + <param id="pas_l2_omni_new">
  22 + <spectro yAxis="y-left" uselog0asmin="true"/>
  23 + </param>
  24 + </params>
  25 + <axes>
  26 + <yAxis>
  27 + <digitalAxis id="y-left" scale="logarithmic"/>
  28 + </yAxis>
  29 + <zAxis>
  30 + <colorAxis scale="logarithmic"/>
  31 + </zAxis>
  32 + </axes>
  33 + </timePlot>
  34 + </plot>
  35 + </output>
  36 +</param>
... ...
PARAM_DEF/pas_omni_e0_new.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="pas_omni_e0_new">
  3 + <get>
  4 + <vi name="so:pas:l2.omni.new">
  5 + <baseParam name="start_energy"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/pas_omni_enb_new.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="pas_omni_enb_new">
  3 + <get>
  4 + <vi name="so:pas:l2.omni.new">
  5 + <baseParam name="nb_energy"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 +</param>
... ...
PARAM_DEF/pas_omni_quality.xml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="pas_omni_quality">
  3 + <get>
  4 + <vi name="so:pas:l2.omni.new">
  5 + <baseParam name="quality_factor"/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 +</param>
... ...