Blame view

PARAM_DEF/solo_ept_tot_eflux.xml 1.13 KB
2b6b22fb   Elena.Budnik   solo ept tot
1
<?xml version="1.0"?>
12ce57e6   Elena.Budnik   error in solo e t...
2
<param xml:id='solo_ept_tot_eflux'>
2b6b22fb   Elena.Budnik   solo ept tot
3
4
5
6
7
8
    <info>
        <table>
                <minMaxTable name="Energy" units="MeV" minName="Electron_Bins_Low_Energy" maxName="Electron_Bins_High_Energy"/>
        </table>
    </info>  
  <get>
420f0262   Elena.Budnik   soslo tot flux se...
9
    <amdaParam name="solo_ept_anti_eflux"/>
2b6b22fb   Elena.Budnik   solo ept tot
10
11
12
13
    <amdaParam name="solo_ept_sun_eflux"/>
    <amdaParam name="solo_ept_north_eflux"/>
    <amdaParam name="solo_ept_south_eflux"/>
  </get>
7ac8fd46   Elena.Budnik   soslo tot flux se...
14
  <process>$solo_ept_anti_eflux + $solo_ept_sun_eflux + $solo_ept_north_eflux + $solo_ept_south_eflux</process>
2b6b22fb   Elena.Budnik   solo ept tot
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
  <output> 
      <plot>
        <timePlot>
                <params>
                        <param id="solo_ept_tot_eflux">
                            <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>