Blame view

PARAM_DEF/solo_het_tot_feflux.xml 1.21 KB
62ca7624   Elena.Budnik   SolO EPD total flux
1
2
3
4
5
6
7
<?xml version="1.0"?>
<param xml:id='solo_het_tot_feflux'>
    <info>
        <table>
                <minMaxTable name="Energy" units="MeV/n" minName="Fe_Bins_Low_Energy" maxName="Fe_Bins_High_Energy"/>
        </table>
    </info>  
687f1b21   Benjamin Renard   Merge in master s...
8
  <reference_parameter>solo_het_asun_feflux</reference_parameter>
62ca7624   Elena.Budnik   SolO EPD total flux
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  <get>
        <amdaParam name="solo_het_asun_feflux"/>
        <amdaParam name="solo_het_sun_feflux"/>
        <amdaParam name="solo_het_north_feflux"/>
        <amdaParam name="solo_het_south_feflux"/> 
  </get>
  <process>$solo_het_asun_feflux + $solo_het_sun_feflux + $solo_het_north_feflux + $solo_het_south_feflux</process> 
  <output> 
      <plot>
        <timePlot>
                <params>
                        <param id="solo_het_tot_feflux">
                            <spectro yAxis="y-left"/>
                        </param>
                </params>
                <axes>
                <yAxis>
                        <digitalAxis id="y-left" scale="logarithmic"/>
                </yAxis>
                        <zAxis>
                                <colorAxis scale="logarithmic"/>
                        </zAxis>
                </axes>
            </timePlot>
        </plot>
    </output>      
</param>