Blame view

NumericalData/AMDA/Rosetta/Ephemeris/ros-orb-comet.xml 6.21 KB
1bcff323   Elena.Budnik   NumericalData
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<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://cdpp1.cesr.fr/AMDA-NG/public/schemas/spase-amda-1_2_0.xsd">
  <Version>2.2.6</Version>
  <NumericalData>
    <ResourceID>spase://CDPP/NumericalData/AMDA/Rosetta/Ephemeris/ros-orb-comet</ResourceID>
    <ResourceHeader>
a0212ca7   Elena.Budnik   work
7
      <ResourceName>orbit C-G (67p)</ResourceName>
1bcff323   Elena.Budnik   NumericalData
8
      <ReleaseDate>2015-10-16T16:25:29Z</ReleaseDate>
56fc2455   Elena.Budnik   work
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
      <Description>CSO The body-Centered Solar Orbital frames for the Rosetta primary
   target comet 67P/Churyumov-Gerasimenko, incidental target comet
   45P/Honda-Mrkos-Pajdusakowa (Rosetta passed through its ion tail in
   July 2006), and secondary targets asteroids 2867/STEINS and
   21/LUTETIA are named '67P/C-G_CSO', '45P/H-M-P_CSO',
   '2867/STEINS_CSO', and '21/LUTETIA_CSO'. 
   These frames are defined as
   a two-vector style dynamic frames as follows:
 
      -  The position of the sun relative to the body is the primary
         vector: the X axis points from the body to the sun.

      -  The inertially referenced velocity of the sun relative to the
         body is the secondary vector: the Y axis is the component of
         this velocity vector orthogonal to the X axis.

      -  The Z axis is X cross Y, completing the right-handed reference
         frame.

      -  All vectors are geometric: no aberration corrections are used.
 
    

   CSEQ  The body-Centered Solar EQuatorial frames for the Rosetta
   primary target comet 67P/Churyumov-Gerasimenko and secondary target
   asteroid 21/LUTETIA are named '67P/C-G_CSEQ' and '21/LUTETIA_CSEQ'.
   These frames are defined as a two-vector style dynamic frames as
   follows:
 
      -  +X axis is the position of the Sun relative to the body; it's
         the primary vector and points from the body to the Sun;

      -  +Z axis is the component of the Sun's north pole of date
         orthogonal to the +X axis;

      -  +Y axis completes the right-handed reference frame;

      -  the origin of this frame is the body's center of mass.

   All the vectors are geometric: no aberration corrections are used.

   C_G-CK  C_G comet fixed frame (CK frame) 
 
     A body-fixed frame is defined using standard
     body-fixed, CK-based frame formation rules:
   
      -  +Z axis is toward the North pole;

      -  +X axis is toward the prime meridian;

      -  +Y axis completes the right hand frame;

      -  the origin of this frame is at the center of the body.

   The orientation of this frame is computed by evaluating
   corresponding C_G comet attitudes kernels. </Description>
1bcff323   Elena.Budnik   NumericalData
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
      <Contact>
        <PersonID>spase://SMWG/Person/Elena.Budnik</PersonID>
        <Role>MetadataContact</Role>
      </Contact>
    </ResourceHeader>
    <AccessInformation>
      <RepositoryID>spase://SMWG/Repository/CDPP/AMDA</RepositoryID>
      <Availability>Online</Availability>
      <AccessRights>Open</AccessRights>
      <AccessURL>
        <URL>http://amda.cdpp.eu</URL>
      </AccessURL>
      <Format>NetCDF</Format>
    </AccessInformation>
    <ProviderName>PSA</ProviderName>
    <InstrumentID>spase://CDPP/Instrument/AMDA/Rosetta/Ephemeris</InstrumentID>
    <MeasurementType>Ephemeris</MeasurementType>
    <TemporalDescription>
      <TimeSpan>
447d3a6e   Elena.Budnik   work
84
85
        <StartDate>2014-01-01T00:00:00Z</StartDate>
        <StopDate>2015-11-17T23:59:00Z</StopDate>
1bcff323   Elena.Budnik   NumericalData
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
      </TimeSpan>
      <Cadence>PT60S</Cadence>
    </TemporalDescription>
    <Parameter>
      <Name>xyz_cso</Name>
      <ParameterKey>ros_xyz_cso</ParameterKey>
      <Description/>
      <Ucd>pos.bodyrc;instr.obsty</Ucd>
      <Units>km</Units>
      <RenderingHints>
        <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Structure>
        <Size>3</Size>
        <Element>
          <Name>x</Name>
          <Index>0</Index>
          <ParameterKey>ros_xyz_cso(0)</ParameterKey>
        </Element>
        <Element>
          <Name>y</Name>
          <Index>1</Index>
          <ParameterKey>ros_xyz_cso(1)</ParameterKey>
        </Element>
        <Element>
          <Name>z</Name>
          <Index>2</Index>
          <ParameterKey>ros_xyz_cso(2)</ParameterKey>
        </Element>
      </Structure>
      <Support>
        <SupportQuantity>Positional</SupportQuantity>
      </Support>
    </Parameter>
    <Parameter>
      <Name>xyz_cseq</Name>
      <ParameterKey>ros_xyz_cseq</ParameterKey>
      <Ucd>pos.bodyrc;instr.obsty</Ucd>
      <Units>km</Units>
      <RenderingHints>
        <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Structure>
        <Size>3</Size>
        <Element>
          <Name>x</Name>
          <Index>0</Index>
          <ParameterKey>ros_xyz_cseq(0)</ParameterKey>
        </Element>
        <Element>
          <Name>y</Name>
          <Index>1</Index>
          <ParameterKey>ros_xyz_cseq(1)</ParameterKey>
        </Element>
        <Element>
          <Name>z</Name>
          <Index>2</Index>
          <ParameterKey>ros_xyz_cseq(2)</ParameterKey>
        </Element>
      </Structure>
      <Support>
        <SupportQuantity>Positional</SupportQuantity>
      </Support>
b7e0c620   Elena.Budnik   work
149
150
151
152
    </Parameter> 
    <Parameter>
      <Name>polar_C-G-CK</Name>
      <ParameterKey>ros_xyz_fixed</ParameterKey>
447d3a6e   Elena.Budnik   work
153
154
      <Ucd/>
      <Units/>
b7e0c620   Elena.Budnik   work
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
      <RenderingHints>
        <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>
      <Structure>
        <Size>3</Size>
        <Element>
          <Name>r</Name>
          <Index>0</Index>
          <ParameterKey>ros_xyz_fixed(0)</ParameterKey>
        </Element>
        <Element>
          <Name>lon</Name>
          <Index>1</Index>
          <ParameterKey>ros_xyz_fixed(1)</ParameterKey>
        </Element>
        <Element>
          <Name>lat</Name>
          <Index>2</Index>
          <ParameterKey>ros_xyz_fixed(2)</ParameterKey>
        </Element>
      </Structure>
      <Support>
        <SupportQuantity>Positional</SupportQuantity>
      </Support>
    </Parameter> 
    <Parameter>
a0212ca7   Elena.Budnik   work
181
      <Name>distance ros-C-G</Name>
b7e0c620   Elena.Budnik   work
182
      <ParameterKey>ros_r_cso</ParameterKey>
447d3a6e   Elena.Budnik   work
183
      <Ucd/>
b7e0c620   Elena.Budnik   work
184
185
186
187
      <Units>km</Units>
      <RenderingHints>
        <DisplayType>TimeSeries</DisplayType>
      </RenderingHints>     
1bcff323   Elena.Budnik   NumericalData
188
189
190
    </Parameter>
  </NumericalData>
</Spase>