Blame view

NumericalData/CDPP-AMDA/MESSENGER/ephemeris/mes-orb-orb.xml 4.83 KB
dbc930ab   Elena.Budnik   redmine #7309
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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://cdpp.irap.omp.eu/AMDA-NG/public/schemas/spase-amda-1_0_0.xsd">
    <Version>2.2.3</Version>
    <NumericalData>
        <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/MESSENGER/ephemeris/mes-orb-orb</ResourceID>
        <ResourceHeader>
            <ResourceName>orbit mercury</ResourceName>
            <ReleaseDate>2017-01-11T14:40:00.000Z</ReleaseDate>
            <Description>MESSENGER orbital data during orbital phase at Mercury. Orbital data are calculated based on SPICE kernels</Description>
            <Contact>
                <PersonID>spase://CNES/Person/NAIF</PersonID>
                <Role>PrincipalInvestigator</Role>
            </Contact>
            <Contact>
                <PersonID>spase://CNES/Person/Elena.Budnik</PersonID>
                <Role>TechnicalContact</Role>
            </Contact>
        </ResourceHeader>
        <AccessInformation>
eed3b876   Elena.Budnik   RepositoryId change
20
            <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID>
dbc930ab   Elena.Budnik   redmine #7309
21
22
23
24
25
26
            <AccessURL>
                <URL>http://amda.cdpp.eu</URL>
            </AccessURL>
            <Format>NetCDF</Format>
        </AccessInformation>
        <ProviderName>PDS</ProviderName>
d1fe7122   Elena.Budnik   redmine 7309 cont...
27
        <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/MESSENGER/ephemeris</InstrumentID>
dbc930ab   Elena.Budnik   redmine #7309
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
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
        <MeasurementType>Ephemeris</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
                <StartDate>2011-03-04T00:00:00Z</StartDate>
                <StopDate>2015-04-29T23:59:00Z</StopDate>
            </TimeSpan>
	        <Cadence>PT60S</Cadence>
        </TemporalDescription>
        <ObservedRegion>Mercury</ObservedRegion>
        <Parameter>
            <Name>xyz_mso</Name>
            <ParameterKey>mes_xyz_orbmso</ParameterKey>
            <Description>MESSENGER trajectory in MSO coordinates</Description>
            <Ucd>pos.bodyrc;instr.obsty</Ucd>
            <Units>Rme</Units>
             <UnitsConversion>2.44e6</UnitsConversion>
            <CoordinateSystem>
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>MSO</CoordinateSystemName>
            </CoordinateSystem> 
            <RenderingHints>
               <DisplayType>TimeSeries</DisplayType>
           </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>x</Name>
                    <Index>1</Index>
                    <ParameterKey>mes_xyz_orbmso(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>y</Name>
                    <Index>2</Index>
                    <ParameterKey>mes_xyz_orbmso(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>z</Name>
                    <Index>3</Index>
                    <ParameterKey>mes_xyz_orbmso(2)</ParameterKey>
                </Element>
            </Structure>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
        <Parameter>
            <Name>xyz_msm</Name>
            <ParameterKey>mes_xyz_orbmsm</ParameterKey>
            <Description>MESSENGER trajectory in MSM coordinates</Description>
            <Ucd>pos.bodyrc;instr.obsty</Ucd>
            <Units>Rme</Units>
            <UnitsConversion>2.44e6</UnitsConversion>
            <CoordinateSystem>
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>MSM</CoordinateSystemName>
            </CoordinateSystem> 
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>x</Name>
                    <Index>1</Index>
                    <ParameterKey>mes_xyz_orbmsm(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>y</Name>
                    <Index>2</Index>
                    <ParameterKey>mes_xyz_orbmsm(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>z</Name>
                    <Index>3</Index>
                    <ParameterKey>mes_xyz_orbmsm(2)</ParameterKey>
                </Element>
            </Structure>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
        <Parameter>
            <Name>distance mess-mercury</Name>
            <ParameterKey>mes_mercury_r</ParameterKey>
            <Description/>
            <Ucd>pos.bodyrc;instr.obsty</Ucd>
            <Units>Rm</Units>
        </Parameter>
    </NumericalData>
</Spase>