Commit b8608549a6703f41a1b925d7819589f286b7f286
Exists in
master
and in
7 other branches
Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_INTERNAL_METADATA
Showing
7 changed files
with
31 additions
and
10 deletions
Show diff stats
PARAM_DEF/psp_swrt_da.xml
PARAM_DEF/psp_swrt_n.xml
PARAM_DEF/psp_swrt_pdyn.xml
PARAM_DEF/psp_swrt_t.xml
PARAM_DEF/psp_swrt_v.xml
... | ... | @@ -0,0 +1,9 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="solo_bls_dsc_da"> | |
3 | + <time_resolution>3600</time_resolution> | |
4 | + <get> | |
5 | + <amdaParam name="so_xyz_hee"/> | |
6 | + </get> | |
7 | + <process>RAD2DEG*acos($so_xyz_hee[0]/sqrt($so_xyz_hee[0]*$so_xyz_hee[0]+$so_xyz_hee[1]*$so_xyz_hee[1]))*Sign($so_xyz_hee[1])</process> | |
8 | + <output/> | |
9 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="solo_bls_dsc_lag"> | |
3 | + <time_resolution>3600</time_resolution> | |
4 | + <get> | |
5 | + <amdaParam name="dsc_vpr"/> | |
6 | + <amdaParam name="so_r_sun"/> | |
7 | + <amdaParam name="r_earth"/> | |
8 | + <amdaParam name="solo_bls_dsc_da"/> | |
9 | + </get> | |
10 | + <process>($so_r_sun-$r_earth)/$dsc_vpr*1731.46+$solo_bls_dsc_da/14.1844</process> | |
11 | + <output/> | |
12 | +</param> | ... | ... |