Commit f02c83432a15405149b6c68913814536e5575d5f

Authored by Quentin Brzustowski
1 parent adbeb15a

added HEE for DSCOVR

Showing 1 changed file with 56 additions and 2 deletions   Show diff stats
NumericalData/CDPP-AMDA/DSCOVR/Ephemeris/dsc-orb-all.xml
... ... @@ -37,7 +37,45 @@
37 37 </TimeSpan>
38 38 <Cadence>PT1H</Cadence>
39 39 </TemporalDescription>
40   - <Parameter>
  40 + <Parameter>
  41 + <Name>xyz_hee</Name>
  42 + <ParameterKey>dsc_xyz_hee</ParameterKey>
  43 + <Description>Spacecraft position in HEE</Description>
  44 + <Ucd>pos.earth;instr.obsty</Ucd>
  45 + <Units>AU</Units>
  46 + <CoordinateSystem>
  47 + <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
  48 + <CoordinateSystemName>HEE</CoordinateSystemName>
  49 + </CoordinateSystem>
  50 + <RenderingHints>
  51 + <DisplayType>TimeSeries</DisplayType>
  52 + </RenderingHints>
  53 + <Structure>
  54 + <Size>3</Size>
  55 + <Element>
  56 + <Name>x</Name>
  57 + <Qualifier>Component.I</Qualifier>
  58 + <Index>1</Index>
  59 + <ParameterKey>dsc_xyz_hee(0)</ParameterKey>
  60 + </Element>
  61 + <Element>
  62 + <Name>y</Name>
  63 + <Qualifier>Component.J</Qualifier>
  64 + <Index>2</Index>
  65 + <ParameterKey>dsc_xyz_hee(1)</ParameterKey>
  66 + </Element>
  67 + <Element>
  68 + <Name>z</Name>
  69 + <Qualifier>Component.K</Qualifier>
  70 + <Index>3</Index>
  71 + <ParameterKey>dsc_xyz_hee(2)</ParameterKey>
  72 + </Element>
  73 + </Structure>
  74 + <Support>
  75 + <SupportQuantity>Positional</SupportQuantity>
  76 + </Support>
  77 + </Parameter>
  78 + <Parameter>
41 79 <Name>xyz_gse</Name>
42 80 <ParameterKey>dsc_xyz_gse</ParameterKey>
43 81 <Description>Spacecraft position in GSE</Description>
... ... @@ -138,6 +176,22 @@
138 176 <Support>
139 177 <SupportQuantity>Positional</SupportQuantity>
140 178 </Support>
141   - </Parameter>
  179 + </Parameter>
  180 + <Parameter>
  181 + <Name>lon_hee</Name>
  182 + <ParameterKey>dsc_lon_hee</ParameterKey>
  183 + <Units>deg</Units>
  184 + <Support>
  185 + <SupportQuantity>Positional</SupportQuantity>
  186 + </Support>
  187 + </Parameter>
  188 + <Parameter>
  189 + <Name>lat_hee</Name>
  190 + <ParameterKey>dsc_lat_hee</ParameterKey>
  191 + <Units>deg</Units>
  192 + <Support>
  193 + <SupportQuantity>Positional</SupportQuantity>
  194 + </Support>
  195 + </Parameter>
142 196 </NumericalData>
143 197 </Spase>
... ...