Commit 93ca453adcfd3ee430ff98d3f4418e962b4d7bdc
1 parent
d5af1d56
Exists in
master
and in
7 other branches
parameters for Freja charging events
Showing
10 changed files
with
117 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,13 @@ | @@ -0,0 +1,13 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="fja_sc_entab"> | ||
3 | + <get> | ||
4 | + <vi name="fja:sc:charg"> | ||
5 | + <baseParam name="enTab" useNearestValue="true"> | ||
6 | + <clb name="TESP"/> | ||
7 | + <clb name="MATE"/> | ||
8 | + </baseParam> | ||
9 | + </vi> | ||
10 | + </get> | ||
11 | + <process>#getClbInfo($fja_sc_charg_enTab;1:TESP;2:MATE)</process> | ||
12 | + <output/> | ||
13 | +</param> |
@@ -0,0 +1,48 @@ | @@ -0,0 +1,48 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="fja_sc_df"> | ||
3 | + <info> | ||
4 | + <table> | ||
5 | + <centerAutoTable name="energy" variable="true" fullVariable="true" centerName="fja_sc_entab" log="false" units="eV"/> | ||
6 | + </table> | ||
7 | + </info> | ||
8 | + <get> | ||
9 | + <vi name="fja:sc:charg"> | ||
10 | + <baseParam name="Electron_DF"/> | ||
11 | + </vi> | ||
12 | + <amdaParam name='fja_sc_entab'/> | ||
13 | + </get> | ||
14 | + <process/> | ||
15 | + <output> | ||
16 | + <plot> | ||
17 | + <timePlot> | ||
18 | + <params> | ||
19 | + <param id="fja_sc_df"> | ||
20 | + <spectro yAxis="y-left"/> | ||
21 | + </param> | ||
22 | + </params> | ||
23 | + <axes> | ||
24 | + <xAxis> | ||
25 | + <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | ||
26 | + <range extend="true"/> | ||
27 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | ||
28 | + <legend/> | ||
29 | + </timeAxis> | ||
30 | + </xAxis> | ||
31 | + <yAxis> | ||
32 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | ||
33 | + <range extend="true"/> | ||
34 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | ||
35 | + <legend/> | ||
36 | + </digitalAxis> | ||
37 | + </yAxis> | ||
38 | + <zAxis> | ||
39 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | ||
40 | + <range extend="true"/> | ||
41 | + <tick position="outwards" minorGrid="false" majorGrid="false"/> | ||
42 | + </colorAxis> | ||
43 | + </zAxis> | ||
44 | + </axes> | ||
45 | + </timePlot> | ||
46 | + </plot> | ||
47 | + </output> | ||
48 | +</param> |
@@ -0,0 +1,7 @@ | @@ -0,0 +1,7 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="fja_sc_n"> | ||
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | ||
4 | + <get> | ||
5 | + <vi name="fja:sc:charg"> | ||
6 | + <baseParam name="density"/> | ||
7 | +</vi></get><process>$fja_sc_charg_density*0.000001</process><output><!--<plot>ORBIT</plot>--></output></param> |
@@ -0,0 +1,7 @@ | @@ -0,0 +1,7 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="fja_sc_orb"> | ||
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | ||
4 | + <get> | ||
5 | + <vi name="fja:sc:charg"> | ||
6 | + <baseParam name="orb_num" useNearestValue="true"/> | ||
7 | +</vi></get><process/><output><!--<plot>ORBIT</plot>--></output></param> |
@@ -0,0 +1,7 @@ | @@ -0,0 +1,7 @@ | ||
1 | +<?xml version="1.0"?> | ||
2 | +<param xml:id="fja_sc_sun"> | ||
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | ||
4 | + <get> | ||
5 | + <vi name="fja:sc:charg"> | ||
6 | + <baseParam name="sunlight" useNearestValue="true"/> | ||
7 | +</vi></get><process/><output><!--<plot>ORBIT</plot>--></output></param> |