Blame view

NumericalData/CDPP-AMDA/STEREO-A/Ephemeris/sta-l2-orb.xml 9.05 KB
dbc930ab   Elena.Budnik   redmine #7309
1
<?xml version="1.0" encoding="UTF-8"?>
7e407638   Elena.Budnik   schema locally
2
<Spase xmlns="http://www.spase-group.org/data/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.spase-group.org/data/schema http://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd">
dbc930ab   Elena.Budnik   redmine #7309
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    <Version>2.3.1</Version>
    <NumericalData>
        <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/STEREO-A/Ephemeris/sta-l2-orb</ResourceID>
        <ResourceHeader>
            <ResourceName>orbit</ResourceName>
            <AlternateName>STEREO-A orbit</AlternateName>
            <ReleaseDate>2015-10-14T11:46:29Z</ReleaseDate>
            <Description>STEREO-A orbit is calculated using SPICE kernels from https://sohowww.nascom.nasa.gov at IRAP</Description>
            <Contact>
                <PersonID>spase://CNES/Person/Elena.Budnik</PersonID>
                <Role>TechnicalContact</Role>
            </Contact>
        </ResourceHeader>
        <AccessInformation>
eed3b876   Elena.Budnik   RepositoryId change
17
            <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID>
dbc930ab   Elena.Budnik   redmine #7309
18
19
20
21
22
23
24
25
            <Availability>Online</Availability>
            <AccessRights>Open</AccessRights>
            <AccessURL>
                 <URL>http://amda.cdpp.eu</URL>
            </AccessURL>
            <Format>Text</Format>
        </AccessInformation>
        <ProviderName>https://sohowww.nascom.nasa.gov</ProviderName>
d1fe7122   Elena.Budnik   redmine 7309 cont...
26
        <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/STEREO-A/Ephemeris</InstrumentID>
dbc930ab   Elena.Budnik   redmine #7309
27
28
29
30
31
32
33
34
35
36
        <MeasurementType>Ephemeris</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
                <StartDate>2006-10-27T00:00:00Z</StartDate>
                <StopDate>2018-11-29T00:00:00Z</StopDate>
            </TimeSpan>
            <Cadence>PT900S</Cadence>
        </TemporalDescription>
        <Parameter>
            <Name>xyz_gse</Name>
bc331014   Quentin Brzustowski   new parameters fo...
37
            <ParameterKey>sta_xyz_gse</ParameterKey>
dbc930ab   Elena.Budnik   redmine #7309
38
39
40
41
42
43
44
45
46
47
48
49
50
51
            <Ucd>pos.earth;instr.obsty</Ucd>
            <Units>Re</Units>
            <CoordinateSystem>
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>GSE</CoordinateSystemName>
            </CoordinateSystem>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>x</Name>
                    <Index>1</Index>
bc331014   Quentin Brzustowski   new parameters fo...
52
                    <ParameterKey>sta_xyz_gse(0)</ParameterKey>
dbc930ab   Elena.Budnik   redmine #7309
53
54
55
56
                </Element>
                <Element>
                    <Name>y</Name>
                    <Index>2</Index>
bc331014   Quentin Brzustowski   new parameters fo...
57
                    <ParameterKey>sta_xyz_gse(1)</ParameterKey>
dbc930ab   Elena.Budnik   redmine #7309
58
59
60
61
                </Element>
                <Element>
                    <Name>z</Name>
                    <Index>3</Index>
bc331014   Quentin Brzustowski   new parameters fo...
62
                    <ParameterKey>sta_xyz_gse(2)</ParameterKey>
dbc930ab   Elena.Budnik   redmine #7309
63
64
65
66
67
68
69
                </Element>
            </Structure>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
        <Parameter>
dbc930ab   Elena.Budnik   redmine #7309
70
            <Name>xyz_hee</Name>
bc331014   Quentin Brzustowski   new parameters fo...
71
            <ParameterKey>sta_xyz_hee</ParameterKey>
dbc930ab   Elena.Budnik   redmine #7309
72
73
74
75
76
77
78
79
80
81
82
83
84
85
            <Ucd>pos.heliocentric;pos.distance;instr.obsty</Ucd>
            <Units>AU</Units>
            <CoordinateSystem>
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>HEE</CoordinateSystemName>
            </CoordinateSystem>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>x</Name>
                    <Index>1</Index>
bc331014   Quentin Brzustowski   new parameters fo...
86
                    <ParameterKey>sta_xyz_hee(0)</ParameterKey>
dbc930ab   Elena.Budnik   redmine #7309
87
88
89
90
                </Element>
                <Element>
                    <Name>y</Name>
                    <Index>2</Index>
bc331014   Quentin Brzustowski   new parameters fo...
91
                    <ParameterKey>sta_xyz_hee(1)</ParameterKey>
dbc930ab   Elena.Budnik   redmine #7309
92
93
94
95
                </Element>
                <Element>
                    <Name>z</Name>
                    <Index>3</Index>
bc331014   Quentin Brzustowski   new parameters fo...
96
                    <ParameterKey>sta_xyz_hee(2)</ParameterKey>
dbc930ab   Elena.Budnik   redmine #7309
97
98
99
100
101
                </Element>
            </Structure>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
88c3e2c3   Quentin Brzustowski   corrected stereo ...
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
    </Parameter>
	    <Parameter>
            <Name>xyz_hci</Name>
            <ParameterKey>sta_xyz_hci</ParameterKey>
            <Units>AU</Units>
            <CoordinateSystem>
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>HCI</CoordinateSystemName>
            </CoordinateSystem>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>x</Name>
                    <Index>1</Index>
                    <ParameterKey>sta_xyz_hci(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>y</Name>
                    <Index>2</Index>
                    <ParameterKey>sta_xyz_hci(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>z</Name>
                    <Index>3</Index>
                    <ParameterKey>sta_xyz_hci(2)</ParameterKey>
                </Element>
            </Structure>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
dbc930ab   Elena.Budnik   redmine #7309
135
        </Parameter>
88c3e2c3   Quentin Brzustowski   corrected stereo ...
136
137
138
139
140
141
142
143
144
145
146
147
148
149

	 <Parameter>
            <Name>distance sta-earth</Name>
            <ParameterKey>sta_r_gse</ParameterKey>
            <Ucd>pos.distance</Ucd>
            <Units>Re</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
	<Parameter>
dbc930ab   Elena.Budnik   redmine #7309
150
151
152
153
154
155
156
157
158
159
160
            <Name>distance sta-sun</Name>
            <ParameterKey>sta_r_hee</ParameterKey>
            <Ucd>pos.distance</Ucd>
            <Units>AU</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
5d30898f   Quentin Brzustowski   added IAU sun for...
161
162
163
164
165
166
167
168
169
170
171
172
	<Parameter>
            <Name>lon iau_sun</Name>
            <ParameterKey>sta_lon_sun</ParameterKey>
            <Units>deg</Units>
            <CoordinateSystem>
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>IAU_SUN</CoordinateSystemName>
            </CoordinateSystem>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
        </Parameter>
bc331014   Quentin Brzustowski   new parameters fo...
173
        <Parameter>
5d30898f   Quentin Brzustowski   added IAU sun for...
174
175
176
177
178
179
180
181
182
183
184
185
            <Name>lat iau_sun</Name>
            <ParameterKey>sta_lat_sun</ParameterKey>
            <Units>deg</Units>
            <CoordinateSystem>
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>IAU_SUN</CoordinateSystemName>
            </CoordinateSystem>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
        </Parameter>       
	<Parameter>
a6fb9547   Quentin Brzustowski   added parameters ...
186
187
            <Name>lon hee</Name>
            <ParameterKey>sta_lon_hee</ParameterKey>
6afacffc   Quentin Brzustowski   added units for l...
188
189
	    <Units>deg</Units>
	    <CoordinateSystem>
a6fb9547   Quentin Brzustowski   added parameters ...
190
191
192
193
194
195
196
197
198
199
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>HEE</CoordinateSystemName>
            </CoordinateSystem>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
        </Parameter>
        <Parameter>
            <Name>lat hee</Name>
            <ParameterKey>sta_lat_hee</ParameterKey>
6afacffc   Quentin Brzustowski   added units for l...
200
201
	    <Units>deg</Units>
	    <CoordinateSystem>
a6fb9547   Quentin Brzustowski   added parameters ...
202
203
204
205
206
207
208
209
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>HEE</CoordinateSystemName>
            </CoordinateSystem>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
        </Parameter>
        <Parameter>
bc331014   Quentin Brzustowski   new parameters fo...
210
211
            <Name>lon hci</Name>
            <ParameterKey>sta_lon_hci</ParameterKey>
d061ca03   Quentin Brzustowski   added units to la...
212
            <Units>deg</Units>
bc331014   Quentin Brzustowski   new parameters fo...
213
214
215
216
217
218
219
220
221
222
223
            <CoordinateSystem>
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>HCI</CoordinateSystemName>
            </CoordinateSystem>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
        </Parameter>
        <Parameter>
            <Name>lat hci</Name>
            <ParameterKey>sta_lat_hci</ParameterKey>
d061ca03   Quentin Brzustowski   added units to la...
224
            <Units>deg</Units>
bc331014   Quentin Brzustowski   new parameters fo...
225
226
227
228
229
230
231
232
233
            <CoordinateSystem>
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>HCI</CoordinateSystemName>
            </CoordinateSystem>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
        </Parameter>
    </NumericalData>
dbc930ab   Elena.Budnik   redmine #7309
234
</Spase>