Commit 20337aab73fc66a63e9eb99372e800e22e679595
1 parent
c6d50f99
Exists in
master
and in
7 other branches
new parameters redmine 8022
Showing
5 changed files
with
42 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,9 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="sta_xyz_iausun"> | |
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="sta:l2:orb"> | |
6 | + <baseParam name="IAU_SUN"/> | |
7 | + </vi> | |
8 | +</get> | |
9 | +<process description="km2au=6.68e-9">$sta_l2_orb_IAU_SUN*6.68e-9</process><output><!--<plot>ORBIT</plot>--></output></param> | ... | ... |
... | ... | @@ -0,0 +1,9 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="stb_xyz_iausun"> | |
3 | + <!--<TemporaryFillValue>NaN</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="stb:l2:orb"> | |
6 | + <baseParam name="IAU_SUN"/> | |
7 | + </vi> | |
8 | +</get> | |
9 | +<process description="km2au=6.68e-9">$stb_l2_orb_IAU_SUN*6.68e-9</process><output><!--<plot>ORBIT</plot>--></output></param> | ... | ... |