Commit 2adcf557e8416da9392253f5b8a16bdfe17e4b61
1 parent
346fbc5a
Exists in
master
and in
7 other branches
calcul baslistique pour PSP
Showing
2 changed files
with
21 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,9 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="psp_bls_da"> | |
3 | + <time_resolution>3600</time_resolution> | |
4 | + <get> | |
5 | + <amdaParam name="psp_xyz_hee"/> | |
6 | + </get> | |
7 | + <process>RAD2DEG*acos($psp_xyz_hee[0]/sqrt($psp_xyz_hee[0]*$psp_xyz_hee[0]+$psp_xyz_hee[1]*$psp_xyz_hee[1]))*Sign($psp_xyz_hee[1])</process> | |
8 | + <output/> | |
9 | +</param> | ... | ... |
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="psp_bls_lag"> | |
3 | + <time_resolution>3600</time_resolution> | |
4 | + <get> | |
5 | + <amdaParam name="omni_sw_v"/> | |
6 | + <amdaParam name="psp_r_sun"/> | |
7 | + <amdaParam name="r_earth"/> | |
8 | + <amdaParam name="psp_bls_da"/> | |
9 | + </get> | |
10 | + <process>($psp_r_sun-$r_earth)/$omni_sw_v*1731.46+$psp_bls_da/14.1844</process> | |
11 | + <output/> | |
12 | +</param> | ... | ... |