Blame view

NumericalData/AMDA/MESSENGER/ephemeris/mes-orb-orb.xml 4.82 KB
1bcff323   Elena.Budnik   NumericalData
1
<?xml version="1.0" encoding="UTF-8"?>
9be0c04f   Elena.Budnik   cdpp1.cesr.fr to ...
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://cdpp.irap.omp.eu/AMDA-NG/public/schemas/spase-amda-1_0_0.xsd">
1bcff323   Elena.Budnik   NumericalData
3
4
5
6
    <Version>2.2.3</Version>
    <NumericalData>
        <ResourceID>spase://CDPP/NumericalData/AMDA/MESSENGER/ephemeris/mes-orb-orb</ResourceID>
        <ResourceHeader>
a5e04c06   Elena.Budnik   messenger orbit
7
            <ResourceName>orbit mercury</ResourceName>
70231b83   Elena.Budnik   ephemeris MESSENGER
8
9
            <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>
1bcff323   Elena.Budnik   NumericalData
10
            <Contact>
70231b83   Elena.Budnik   ephemeris MESSENGER
11
12
13
14
15
                <PersonID>spase://CDPP/Person/NAIF</PersonID>
                <Role>PrincipalInvestigator</Role>
            </Contact>
            <Contact>
                <PersonID>spase://CDPP/Person/Elena.Budnik</PersonID>
1bcff323   Elena.Budnik   NumericalData
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
                <Role>TechnicalContact</Role>
            </Contact>
        </ResourceHeader>
        <AccessInformation>
            <RepositoryID>spase://SMWG/Repository/CDPP/AMDA</RepositoryID>
            <AccessURL>
                <URL>http://amda.cdpp.eu</URL>
            </AccessURL>
            <Format>NetCDF</Format>
        </AccessInformation>
        <ProviderName>PDS</ProviderName>
        <InstrumentID>spase://CDPP/Instrument/AMDA/MESSENGER/ephemeris</InstrumentID>
        <MeasurementType>Ephemeris</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
447d3a6e   Elena.Budnik   work
31
                <StartDate>2011-03-04T00:00:00Z</StartDate>
e8e8b3fd   Elena.Budnik   work
32
                <StopDate>2015-04-29T23:59:00Z</StopDate>
1bcff323   Elena.Budnik   NumericalData
33
34
35
36
37
38
39
40
41
            </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>
de19c239   Elena.Budnik   coords for some e...
42
43
44
45
46
47
48
            <Units>Rme</Units>
             <UnitsConversion>2.44e6</UnitsConversion>
            <CoordinateSystem>
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>MSO</CoordinateSystemName>
            </CoordinateSystem> 
            <RenderingHints>
1bcff323   Elena.Budnik   NumericalData
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
               <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>
a5e04c06   Elena.Budnik   messenger orbit
76
            <Description>MESSENGER trajectory in MSM coordinates</Description>
1bcff323   Elena.Budnik   NumericalData
77
            <Ucd>pos.bodyrc;instr.obsty</Ucd>
de19c239   Elena.Budnik   coords for some e...
78
79
80
81
82
83
            <Units>Rme</Units>
            <UnitsConversion>2.44e6</UnitsConversion>
            <CoordinateSystem>
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>MSM</CoordinateSystemName>
            </CoordinateSystem> 
1bcff323   Elena.Budnik   NumericalData
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
            <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>
a5e04c06   Elena.Budnik   messenger orbit
109
        <Parameter>
e8e8b3fd   Elena.Budnik   work
110
            <Name>distance mess-mercury</Name>
a5e04c06   Elena.Budnik   messenger orbit
111
            <ParameterKey>mes_mercury_r</ParameterKey>
e8e8b3fd   Elena.Budnik   work
112
            <Description/>
a5e04c06   Elena.Budnik   messenger orbit
113
114
115
            <Ucd>pos.bodyrc;instr.obsty</Ucd>
            <Units>Rm</Units>
        </Parameter>
1bcff323   Elena.Budnik   NumericalData
116
117
    </NumericalData>
</Spase>