Commit a50cc58b356f100724ad9320e3ad018743614b46
1 parent
773e5537
Exists in
master
and in
7 other branches
modif in sun rosettat
Showing
3 changed files
with
26 additions
and
3 deletions
Show diff stats
PARAM_DEF/sun_cg_lat.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="sun_cg_lat"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="sun:pol:cgck"><baseParam name="LAT"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="sun_cg_lat"> | |
3 | + <get> | |
4 | + <vi name="sun:pol:cgck"> | |
5 | + <baseParam name="LAT"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process>$sun_pol_cgck_LAT*RAD2DEG</process> | |
9 | + <output/> | |
10 | +</param> | ... | ... |
PARAM_DEF/sun_cg_lon.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="sun_cg_lon"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="sun:pol:cgck"><baseParam name="LON"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="sun_cg_lon"> | |
3 | + <get><vi name="sun:pol:cgck"> | |
4 | + <baseParam name="LON"/> | |
5 | + </vi> | |
6 | + </get> | |
7 | + <process>$sun_pol_cgck_LON*RAD2DEG</process> | |
8 | + <output/> | |
9 | +</param> | ... | ... |
PARAM_DEF/sun_cg_r.xml
1 | 1 | <?xml version="1.0"?> |
2 | -<param xml:id="sun_cg_r"><!--<TemporaryFillValue>NaN</TemporaryFillValue>--><get><vi name="sun:pol:cgck"><baseParam name="R"/></vi></get><process/><output/></param> | |
2 | +<param xml:id="sun_cg_r"> | |
3 | + <get> | |
4 | + <vi name="sun:pol:cgck"> | |
5 | + <baseParam name="R"/> | |
6 | + </vi> | |
7 | + </get> | |
8 | + <process>$sun_pol_cgck_R/ASTRONOMICAL_UNIT</process> | |
9 | + <output/> | |
10 | +</param> | ... | ... |