Commit c8665ad5e59c510bb53c5badd68e1520d7f4a7bb

Authored by Quentin Brzustowski
1 parent 677bb6d9

new parameters for UKS and CCE distance to earth

PARAM_DEF/cce_orb_mag.xml 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='cce_orb_mag'>
  3 + <get>
  4 + <amdaParam name="cce_orb_xyz"/>
  5 + </get>
  6 + <process description="magnitude(cce_orb_xyz)">magnitude($cce_orb_xyz)</process>
  7 + <output/>
  8 + </param>
  9 +
... ...
PARAM_DEF/psp_let1_1min_BHefu.Xml deleted
... ... @@ -1,43 +0,0 @@
1   -<?xml version="1.0"?>
2   -<param xml:id='psp_let1_1min_BHefu'>
3   - <info>
4   - <table>
5   - <centerAutoTable name="Energy" centerName="enTabHe" units="MeV/nuc" log="false"/>
6   - </table>
7   - </info>
8   - <get>
9   - <vi name='psp:let1:1min'>
10   - <baseParam name='B_He_Uncertainty'>
11   - <clb name="enTabHe"/>
12   - </baseParam>
13   - </vi>
14   - </get>
15   - <process/>
16   - <output>
17   - <plot>
18   - <timePlot>
19   - <params>
20   - <param id="psp_let1_1min_BHefu">
21   - <spectro yAxis="y-left"/>
22   - </param>
23   - </params>
24   - <axes>
25   - <yAxis>
26   - <digitalAxis id="y-left" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
27   - <range extend="true"/>
28   - <tick position="outwards" minorGrid="false" majorGrid="false"/>
29   - <legend/>
30   - </digitalAxis>
31   - </yAxis>
32   - <zAxis>
33   - <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true">
34   - <range extend="true"/>
35   - <tick position="outwards" minorGrid="false" majorGrid="false"/>
36   - </colorAxis>
37   - </zAxis>
38   - </axes>
39   - </timePlot>
40   - </plot>
41   - </output>
42   - </param>
43   -
PARAM_DEF/uks_orb_mag.xml 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='uks_orb_mag'>
  3 + <get>
  4 + <amdaParam name="uks_orb_xyz"/>
  5 + </get>
  6 + <process description="magnitude(uks_orb_xyz)">magnitude($uks_orb_xyz)</process>
  7 + <output/>
  8 + </param>
  9 +
... ...