Commit 1b33a4ddc1466b34442366ce89437702f53ee814

Authored by Quentin Brzustowski
1 parent 49edb281

parameters for CLUSTER PEACE spectros

Showing 2 changed files with 74 additions and 0 deletions   Show diff stats
PARAM_DEF/c1_pea_bckgrd.xml 0 → 100644
... ... @@ -0,0 +1,37 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="c1_pea_bckgrd">
  3 + <info>
  4 + <table>
  5 + <centerAutoTable dim="0" name="PA" centerName="PATab" units="deg" log="false"/>
  6 + <centerAutoTable dim="1" variable="true" fullVariable="true" name="Energy" centerName="c1_pea_paentab" units="keV" log="false"/>
  7 + </table>
  8 + </info>
  9 + <get>
  10 + <vi name="clust1:pea:pa">
  11 + <baseParam name="Background">
  12 + <clb name="PATab"/>
  13 + </baseParam>
  14 + </vi>
  15 + <amdaParam name='c1_pea_paentab' />
  16 + </get>
  17 + <process/>
  18 + <output>
  19 + <plot>
  20 + <timePlot>
  21 + <params>
  22 + <param id="c1_pea_bckgrd">
  23 + <spectro yAxis="y-left"/>
  24 + </param>
  25 + </params>
  26 + <axes>
  27 + <yAxis>
  28 + <digitalAxis id="y-left" scale="linear"/>
  29 + </yAxis>
  30 + <zAxis>
  31 + <colorAxis scale="logarithmic"/>
  32 + </zAxis>
  33 + </axes>
  34 + </timePlot>
  35 + </plot>
  36 + </output>
  37 +</param>
... ...
PARAM_DEF/c1_pea_pad.xml 0 → 100644
... ... @@ -0,0 +1,37 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id="c1_pea_pad">
  3 + <info>
  4 + <table>
  5 + <centerAutoTable dim="0" name="PA" centerName="PATab" units="deg" log="false"/>
  6 + <centerAutoTable dim="1" variable="true" fullVariable="true" name="Energy" centerName="c1_pea_paentab" units="keV" log="false"/>
  7 + </table>
  8 + </info>
  9 + <get>
  10 + <vi name="clust1:pea:pa">
  11 + <baseParam name="PAD">
  12 + <clb name="PATab"/>
  13 + </baseParam>
  14 + </vi>
  15 + <amdaParam name='c1_pea_paentab' />
  16 + </get>
  17 + <process/>
  18 + <output>
  19 + <plot>
  20 + <timePlot>
  21 + <params>
  22 + <param id="c1_pea_pad">
  23 + <spectro yAxis="y-left"/>
  24 + </param>
  25 + </params>
  26 + <axes>
  27 + <yAxis>
  28 + <digitalAxis id="y-left" scale="linear"/>
  29 + </yAxis>
  30 + <zAxis>
  31 + <colorAxis scale="logarithmic"/>
  32 + </zAxis>
  33 + </axes>
  34 + </timePlot>
  35 + </plot>
  36 + </output>
  37 +</param>
... ...