Blame view

NumericalData/CDPP-AMDA/PioneerVenusOrbiter/Ephemeris/pvo-orb-pos.xml 7.71 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
17
18
19
20
21
22
23
24
25
  <Version>2.3.1</Version>
  <NumericalData>
    <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/PioneerVenusOrbiter/Ephemeris/pvo-orb-pos</ResourceID>
    <ResourceHeader>
      <ResourceName>orbit venus</ResourceName>
      <ReleaseDate>2015-10-14T16:46:29Z</ReleaseDate>
      <Description>This dataset is   
sampled every 12 seconds near periapsis, and at 1 minute or 10 minute rates  
in the solar wind, the lowest rates near apoapsis.  Planetocentric and       
heliocentric position vectors and solar zenith angle (Sun-Venus-PVO) are     
also provided. The VSO parameters are derived from the PVO Supplemental      
Experimenter Data Records (SEDR), other parameters are taken                 
directly from the SEDR dataset. Due to the way the source trajectory files were generated and the
     lack of good quality tracking data for some periods during the
     mission the trajectory coverage during the interval above is NOT
     continuous and has almost 100 gaps ranging in size from minutes to
     hours to days to many months</Description>
      <Contact>
        <PersonID>spase://SMWG/Person/Raymond.J.Walker</PersonID>
        <Role>GeneralContact</Role>
      </Contact>
    </ResourceHeader>
    <AccessInformation>
eed3b876   Elena.Budnik   RepositoryId change
26
      <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID>
dbc930ab   Elena.Budnik   redmine #7309
27
28
29
30
31
32
33
34
35
      <Availability>Online</Availability>
      <AccessRights>Open</AccessRights>
      <AccessURL>
        <URL>http://amda.cdpp.eu</URL>
      </AccessURL>
      <Format>Text</Format>
    </AccessInformation>
    <ProviderName>PDS</ProviderName>
    <ProviderResourceName>PVO-V-POS-5--VSOCOORDS-12SEC-V1.0</ProviderResourceName>
d1fe7122   Elena.Budnik   redmine 7309 cont...
36
    <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/PioneerVenusOrbiter/Ephemeris</InstrumentID>
dbc930ab   Elena.Budnik   redmine #7309
37
38
39
40
41
42
43
    <MeasurementType>Ephemeris</MeasurementType>
    <TemporalDescription>
      <TimeSpan>
        <StartDate>1978-12-05T06:55:10Z</StartDate>
        <StopDate>1992-10-07T18:14:07Z</StopDate>
      </TimeSpan>
      <CadenceMin>PT12S</CadenceMin>
1ae3ed48   Elena.Budnik   Cadence_Max => Ca...
44
      <CadenceMax>PT600S</CadenceMax>
dbc930ab   Elena.Budnik   redmine #7309
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
    </TemporalDescription>
    <ObservedRegion>Venus</ObservedRegion>
    <Parameter>
      <Name>xyz_vso</Name>
      <ParameterKey>pvo_orb_xyzvso</ParameterKey>
      <Description>Pioneer Venus Orbiter trajectory in VSO coordinates</Description>
      <Ucd>pos.bodyrc;instr.obsty</Ucd>
      <Units>Rv</Units>
      <CoordinateSystem>
        <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
        <CoordinateSystemName>VSO</CoordinateSystemName>
      </CoordinateSystem>
      <RenderingHints>
        <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Structure>
        <Size>3</Size>
        <Element>
          <Name>x</Name>
          <Index>1</Index>
          <ParameterKey>pvo_orb_xyzvso(0)</ParameterKey>
        </Element>
        <Element>
          <Name>y</Name>
          <Index>2</Index>
          <ParameterKey>pvo_orb_xyzvso(1)</ParameterKey>
        </Element>
        <Element>
          <Name>z</Name>
          <Index>3</Index>
          <ParameterKey>pvo_orb_xyzvso(2)</ParameterKey>
        </Element>
      </Structure>
      <Support>
        <SupportQuantity>Positional</SupportQuantity>
      </Support>
    </Parameter>
    <Parameter>
      <Name>distance pvo-venus</Name>
      <ParameterKey>pvo_orb_r</ParameterKey>
      <Description>Range of the spacecraft from the Jupiter center of mass</Description>
      <Ucd>pos.distance;instr.obsty</Ucd>
      <Units>Rv</Units>
      <RenderingHints>
        <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Support>
        <SupportQuantity>Positional</SupportQuantity>
      </Support>
    </Parameter>
    <Parameter>
      <Name>altitude</Name>
      <ParameterKey>pvo_orb_alt</ParameterKey>
      <Units>km</Units>
      <RenderingHints>
        <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Support>
        <SupportQuantity>Positional</SupportQuantity>
      </Support>
    </Parameter>
    <Parameter>
      <Name>solar_zenith_angle</Name>
      <ParameterKey>pvo_orb_sza</ParameterKey>
      <Units>degrees</Units>
      <RenderingHints>
        <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Support>
        <SupportQuantity>Positional</SupportQuantity>
      </Support>
    </Parameter>
    <Parameter>
      <Name>lon planetographic (east)</Name>
      <ParameterKey>pvo_orb_lon</ParameterKey>
      <Description>Planetographic longitude of the spacecraft</Description>
      <Ucd>pos.bodyrc.long;instr.obsty</Ucd>
      <Units>deg</Units>
      <RenderingHints>
        <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Support>
        <SupportQuantity>Positional</SupportQuantity>
      </Support>
    </Parameter>
    <Parameter>
      <Name>lat planetographic</Name>
      <ParameterKey>pvo_orb_lat</ParameterKey>
      <Description>Planetographic latitude of the spacecraft</Description>
      <Ucd>pos.bodyrc.lat</Ucd>
      <Units>deg</Units>
      <RenderingHints>
        <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Support>
        <SupportQuantity>Positional</SupportQuantity>
      </Support>
    </Parameter>
    <Parameter>
      <Name>xyz_spin_axis_vso</Name>
      <ParameterKey>pvo_orb_spvso</ParameterKey>
       <CoordinateSystem>
        <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
        <CoordinateSystemName>VSO</CoordinateSystemName>
      </CoordinateSystem>
      <RenderingHints>
        <DisplayType>TimeSeries</DisplayType>
      </RenderingHints> 
      <Structure>
        <Size>3</Size>
        <Element>
          <Name>x</Name>
          <Index>1</Index>
          <ParameterKey>pvo_orb_spvso(0)</ParameterKey>
        </Element>
        <Element>
          <Name>y</Name>
          <Index>2</Index>
          <ParameterKey>pvo_orb_spvso(1)</ParameterKey>
        </Element>
        <Element>
          <Name>z</Name>
          <Index>3</Index>
          <ParameterKey>pvo_orb_spvso(2)</ParameterKey>
        </Element>
      </Structure>
      <Support>
        <SupportQuantity>Positional</SupportQuantity>
      </Support>
    </Parameter>
    <Parameter>
      <Name>lon_iau_sun</Name>
      <ParameterKey>pvo_orb_clon</ParameterKey>
      <Ucd>pos.bodyrc.long;instr.obsty</Ucd>
      <Units>deg</Units>
      <RenderingHints>
        <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Support>
        <SupportQuantity>Positional</SupportQuantity>
      </Support>
    </Parameter>
    <Parameter>
      <Name>lat_iau_sun</Name>
      <ParameterKey>pvo_orb_clat</ParameterKey>
      <Ucd>pos.bodyrc.lat</Ucd>
      <Units>deg</Units>
      <RenderingHints>
        <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Support>
        <SupportQuantity>Positional</SupportQuantity>
      </Support>
    </Parameter>
    <Parameter>
      <Name>earth lon_iau_sun</Name>
      <ParameterKey>pvo_orb_elon</ParameterKey>
      <Ucd>pos.bodyrc.long;instr.obsty</Ucd>
      <Units>degrees</Units>
      <RenderingHints>
        <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Support>
        <SupportQuantity>Positional</SupportQuantity>
      </Support>
    </Parameter>
    <Parameter>
      <Name>distance pvo-sun</Name>
      <ParameterKey>pvo_orb_rsun</ParameterKey>
      <Ucd>pos.distance;instr.obsty</Ucd>
      <Units>AU</Units>
      <RenderingHints>
        <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Support>
        <SupportQuantity>Positional</SupportQuantity>
      </Support>
    </Parameter>
  </NumericalData>
</Spase>