Commit 75268175972ad38aead1d86f009e8ac7524e68f1
1 parent
8b7138f1
Exists in
juice_jdc
and in
1 other branch
Adding HelioSwarm parameters
Showing
8 changed files
with
59 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="hs_ephem_mag_##node##"> | |
3 | +<!--<TemporaryFillValue>-1.e31</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="helioswarm:ephem"> | |
6 | + <baseParam name="magnitude_##node##"/> | |
7 | + </vi> | |
8 | + </get> | |
9 | + <process/> | |
10 | + <output/> | |
11 | +</param> | |
0 | 12 | \ No newline at end of file |
... | ... |
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="hs_ephem_ta_##node##"> | |
3 | +<!--<TemporaryFillValue>-1.e31</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="helioswarm:ephem"> | |
6 | + <baseParam name="true_anomaly_##node##"/> | |
7 | + </vi> | |
8 | + </get> | |
9 | + <process/> | |
10 | + <output/> | |
11 | +</param> | |
0 | 12 | \ No newline at end of file |
... | ... |
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="hs_ephem_tmfr_##node##"> | |
3 | +<!--<TemporaryFillValue>-1.e31</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="helioswarm:ephem"> | |
6 | + <baseParam name="total_mass_flow_rate_##node##"/> | |
7 | + </vi> | |
8 | + </get> | |
9 | + <process/> | |
10 | + <output/> | |
11 | +</param> | |
0 | 12 | \ No newline at end of file |
... | ... |
... | ... | @@ -0,0 +1,11 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="hs_ephem_xyz_gse_##node##"> | |
3 | +<!--<TemporaryFillValue>-1.e31</TemporaryFillValue>--> | |
4 | + <get> | |
5 | + <vi name="helioswarm:ephem"> | |
6 | + <baseParam name="xyz_gse_##node##"/> | |
7 | + </vi> | |
8 | + </get> | |
9 | + <process/> | |
10 | + <output/> | |
11 | +</param> | |
0 | 12 | \ No newline at end of file |
... | ... |
... | ... | @@ -0,0 +1,9 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<paraminfo id="helioswarm_ephem_xyz_gse"><dimensions dim_1="3" dim_2="1"/> | |
3 | + <components> | |
4 | + <component index_1="0" name="x"/> | |
5 | + <component index_1="1" name="y"/> | |
6 | + <component index_1="2" name="z"/> | |
7 | + </components> | |
8 | + <tables/> | |
9 | +</paraminfo> | |
... | ... |