Commit 033fbea225eaeb7af9f007551efaeee64e2a48f4
1 parent
be234fb4
Exists in
master
and in
7 other branches
new parameters for Galileo PLS fitted and correction on tao spiral for Solo input dscovr
Showing
11 changed files
with
102 additions
and
3 deletions
Show diff stats
PARAM_DEF/c1_pea_pad.xml
... | ... | @@ -25,10 +25,10 @@ |
25 | 25 | </params> |
26 | 26 | <axes> |
27 | 27 | <yAxis> |
28 | - <digitalAxis id="y-left" scale="linear"/> | |
28 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" showLegend="true" showTickMark="true"/> | |
29 | 29 | </yAxis> |
30 | 30 | <zAxis> |
31 | - <colorAxis scale="logarithmic"/> | |
31 | + <colorAxis scale="logarithmic" showLegend="true" showTickMark="true"/> | |
32 | 32 | </zAxis> |
33 | 33 | </axes> |
34 | 34 | </timePlot> |
... | ... |
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="gll_pls_fitqf"> | |
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="gll:pls:fit"> | |
6 | + <baseParam name="JGR" useNearestValue="true"/> | |
7 | + </vi> | |
8 | + </get> | |
9 | + <process/> | |
10 | + <output/> | |
11 | +</param> | |
... | ... |
PARAM_DEF/so_dsc_bx.xml
... | ... | @@ -6,6 +6,6 @@ |
6 | 6 | <amdaParam name="so_r_sun"/> |
7 | 7 | <amdaParam name="so_dsc_b"/> |
8 | 8 | </get> |
9 | - <process>$so_dsc_b*$so_dsc_v[0]*349177070.064/($so_r_sun*ASTRONOMICAL_UNIT)</process> | |
9 | + <process>$so_dsc_b*$so_dsc_v[0]*349177070/(1737500-$so_r_sun*ASTRONOMICAL_UNIT)</process> | |
10 | 10 | <output/> |
11 | 11 | </param> |
... | ... |