Blame view

PARAM_DEF/hs_ephem_mag.xml 711 Bytes
f58335b7   Benjamin Renard   Merge HelioSwarm ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<param xml:id="hs_ephem_mag_##node##">
    <info>
        <name>##node##_r</name>
        <short_name>distance ##node##-earth</short_name>
        <components/>
        <units>Re</units>
        <coordinates_system/>
        <tensor_order/>
        <si_conversion/>
        <table/>
        <fill_value/>
        <ucd>pos.distance</ucd>
        <dataset_id>hs-ephem-##node##</dataset_id>
        <instrument_id>HelioSwarm_ephemeris</instrument_id>
    </info>
    <get>
        <vi name="helioswarm:ephem:test">
            <baseParam name="magnitude_##node##"/>
        </vi>
    </get>
    <process>$helioswarm_ephem_test_magnitude_##node##/RADIUS_EARTH</process>
    <output/>
</param>