Blame view

PARAM_DEF/hs_ephem_ta.xml 643 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_ta_##node##">
    <info>
        <name>@@node@@ true_anomaly</name>
        <short_name>##node## true anomaly</short_name>
        <components/>
        <units>deg</units>
        <coordinates_system/>
        <tensor_order/>
        <si_conversion/>
        <table/>
        <fill_value/>
        <ucd/>
        <dataset_id>hs-ephem-##node##</dataset_id>
        <instrument_id>HelioSwarm_ephemeris</instrument_id>
    </info>
    <get>
        <vi name="helioswarm:ephem:test">
            <baseParam name="true_anomaly_##node##"/>
        </vi>
    </get>
    <process/>
    <output/>
</param>