Commit 8a0dbc4dd9267296f5a8647fa8727edaaedf8e10

Authored by Quentin Brzustowski
2 parents c75585c3 bd14a055

Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/CNES

Showing 1 changed file with 118 additions and 0 deletions   Show diff stats
NumericalData/CDPP-AMDA/Bepi/Ephemeris/bepi-orb-earth.xml 0 → 100644
... ... @@ -0,0 +1,118 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  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">
  3 + <Version>2.3.1</Version>
  4 + <NumericalData>
  5 + <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Bepi/Ephemeris/bepi-orb-earth</ResourceID>
  6 + <ResourceHeader>
  7 + <ResourceName>flyby earth</ResourceName>
  8 + <AlternateName/>
  9 + <ReleaseDate>2016-02-04T11:46:04Z</ReleaseDate>
  10 + <Description>Calculated in IRAP by using Bepi SPICE kernels</Description>
  11 + <Contact>
  12 + <PersonID>spase://CNES/Person/Marc.Sitja</PersonID>
  13 + <Role>PrincipalInvestigator</Role>
  14 + </Contact>
  15 + </ResourceHeader>
  16 + <AccessInformation>
  17 + <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID>
  18 + <AccessURL>
  19 + <URL>http://amda.cdpp.eu</URL>
  20 + </AccessURL>
  21 + <Format>Text</Format>
  22 + </AccessInformation>
  23 + <ProviderName>ESAC</ProviderName>
  24 + <ProviderResourceName>
  25 + * bc_mpo_fcp_00073_20181020_20251102_v01.bsp
  26 + </ProviderResourceName>
  27 + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Bepi/Ephemeris</InstrumentID>
  28 + <MeasurementType>Ephemeris</MeasurementType>
  29 + <TemporalDescription>
  30 + <TimeSpan>
  31 + <StartDate>1997-11-15T00:00:00Z</StartDate>
  32 + <StopDate>2004-07-17T10:00:00Z</StopDate>
  33 + </TimeSpan>
  34 + <Cadence>PT300S</Cadence>
  35 + </TemporalDescription>
  36 + <ObservedRegion>Earth.Magnetosphere</ObservedRegion>
  37 + <Parameter>
  38 + <Name>xyz_gse</Name>
  39 + <ParameterKey>bepi_xyz_gse</ParameterKey>
  40 + <Ucd>pos.bodyrc;instr.obsty</Ucd>
  41 + <Units>Re</Units>
  42 + <CoordinateSystem>
  43 + <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
  44 + <CoordinateSystemName>GSE</CoordinateSystemName>
  45 + </CoordinateSystem>
  46 + <RenderingHints>
  47 + <DisplayType>TimeSeries</DisplayType>
  48 + </RenderingHints>
  49 + <Structure>
  50 + <Size>3</Size>
  51 + <Element>
  52 + <Name>x</Name>
  53 + <Index>1</Index>
  54 + <ParameterKey>bepi_xyz_gse(0)</ParameterKey>
  55 + </Element>
  56 + <Element>
  57 + <Name>y</Name>
  58 + <Index>2</Index>
  59 + <ParameterKey>bepi_xyz_gse(1)</ParameterKey>
  60 + </Element>
  61 + <Element>
  62 + <Name>z</Name>
  63 + <Index>3</Index>
  64 + <ParameterKey>bepi_xyz_gse(2)</ParameterKey>
  65 + </Element>
  66 + </Structure>
  67 + <Support>
  68 + <SupportQuantity>Positional</SupportQuantity>
  69 + </Support>
  70 + </Parameter>
  71 + <Parameter>
  72 + <Name>xyz_gsm</Name>
  73 + <ParameterKey>bepi_xyz_gsm</ParameterKey>
  74 + <Ucd>pos.bodyrc;instr.obsty</Ucd>
  75 + <Units>Re</Units>
  76 + <CoordinateSystem>
  77 + <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
  78 + <CoordinateSystemName>GSM</CoordinateSystemName>
  79 + </CoordinateSystem>
  80 + <RenderingHints>
  81 + <DisplayType>TimeSeries</DisplayType>
  82 + </RenderingHints>
  83 + <Structure>
  84 + <Size>3</Size>
  85 + <Element>
  86 + <Name>x</Name>
  87 + <Index>1</Index>
  88 + <ParameterKey>bepi_xyz_gsm(0)</ParameterKey>
  89 + </Element>
  90 + <Element>
  91 + <Name>y</Name>
  92 + <Index>2</Index>
  93 + <ParameterKey>bepi_xyz_gsm(1)</ParameterKey>
  94 + </Element>
  95 + <Element>
  96 + <Name>z</Name>
  97 + <Index>3</Index>
  98 + <ParameterKey>bepi_xyz_gsm(2)</ParameterKey>
  99 + </Element>
  100 + </Structure>
  101 + <Support>
  102 + <SupportQuantity>Positional</SupportQuantity>
  103 + </Support>
  104 + </Parameter>
  105 + <Parameter>
  106 + <Name>distance bepi-earth</Name>
  107 + <ParameterKey>bepi_r_earth</ParameterKey>
  108 + <Ucd>pos.distance;instr.obsty</Ucd>
  109 + <Units>Re</Units>
  110 + <RenderingHints>
  111 + <DisplayType>TimeSeries</DisplayType>
  112 + </RenderingHints>
  113 + <Support>
  114 + <SupportQuantity>Positional</SupportQuantity>
  115 + </Support>
  116 + </Parameter>
  117 + </NumericalData>
  118 +</Spase>
... ...