Commit bf0a8409b6d0141c02da1fe83c4adc401d0fe861
1 parent
cb1af298
Exists in
master
and in
7 other branches
test on 2D spectra for wedged-flux in PSP epiLo
Showing
1 changed file
with
37 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,37 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="psp_omicw_he4f"> | |
3 | + <info> | |
4 | + <table> | |
5 | + <centerTable dim="0" name="wedge" centerName="wedges" units=""/> | |
6 | + <centerTable dim="1" name="Energy" centerName="enTabHe4" units="keV"/> | |
7 | + </table> | |
8 | + </info> | |
9 | + <get> | |
10 | + <vi name="psp:loic:omc"> | |
11 | + <baseParam name="He4_Flux_w"> | |
12 | + <clb name="enTabHe4"/> | |
13 | + <clb name="wedge"/> | |
14 | + </baseParam> | |
15 | + </vi> | |
16 | + </get> | |
17 | + <process/> | |
18 | + <output> | |
19 | + <plot> | |
20 | + <timePlot> | |
21 | + <params> | |
22 | + <param id="psp_omicw_he4f"> | |
23 | + <spectro yAxis="y-left"/> | |
24 | + </param> | |
25 | + </params> | |
26 | + <axes> | |
27 | + <yAxis> | |
28 | + <digitalAxis id="y-left" scale="logarithmic"/> | |
29 | + </yAxis> | |
30 | + <zAxis> | |
31 | + <colorAxis scale="logarithmic"/> | |
32 | + </zAxis> | |
33 | + </axes> | |
34 | + </timePlot> | |
35 | + </plot> | |
36 | + </output> | |
37 | +</param> | ... | ... |