ionsatl2_h_int.xml
1.2 KB
1
2
3
4
5
6
7
8
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
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0"?>
<param xml:id="ionsatl2_h_int_##orbit##">
<info>
<name>Protons integrated flux @@orbit@@</name>
<short_name>Protons integrated flux</short_name>
<components/>
<units>1/(cm**2-s-sr-kev)</units>
<coordinates_system/>
<tensor_order/>
<si_conversion/>
<table/>
<fill_value/>
<ucd/>
<dataset_id/>
<instrument_id/>
</info>
<get>
<speasy_proxy>
<param speasyUID="extra/model/ionscompatl2/flux_model" name="Flux" minSampling="60.0" dim1="1" type="double">
<arguments>
<argument name="integral" type="bool">1</argument>
<argument name="specie">H</argument>
<argument name="orbit_id">##orbit##</argument>
</arguments>
</param>
</speasy_proxy>
</get>
<process/>
<output>
<plot>
<timePlot>
<params>
<param id="ionsatl2_h_int_##orbit##">
<serie yAxis="y-left"/>
</param>
</params>
<axes>
<yAxis>
<digitalAxis id="y-left" scale="logarithmic"/>
</yAxis>
</axes>
</timePlot>
</plot>
</output>
</param>