Blame view

NumericalData/CDPP-AMDA/Mariner10/Ephemeris/m10-m1-orb.xml 6.61 KB
e143dd8b   Elena.Budnik   added all
1
2
3
4
5
6
7
8
9
10
11
<?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://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd">
    <Version>2.3.1</Version>
    <NumericalData>
        <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Mariner10/Ephemeris/m10-m1-orb</ResourceID>
        <ResourceHeader>
            <ResourceName>flyby mercury 1</ResourceName>
            <ReleaseDate>2020-11-16T09:30:00.789</ReleaseDate>
	    <Description>Mariner 10 orbit data.
		    * MSO : X (Mercury to Sun), Z (X-Z plane contains Mercury's centered magnetic dipole axis), and Y (completes the right-hand set)
		    * MSEQ : X (Mercury to Sun), Z (X-Z plane contains Mercury's centered magnetic dipole axis), and Y (completes the right-hand set)
8d84f553   Elena.Budnik   Mariner10 m10-m1-...
12
		    * PC : Position vectors are given as a range (Rm = 2439.7 km), Latitude, and East Longitude. Field vectors at the spacecraft are given as a radial compoment from Mercury to the spacecraft, an azimuthal component that is parallel to the equator and perpendicular to the radial direction, and a north/south component that completes the right-handed set.
e143dd8b   Elena.Budnik   added all
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
    </Description>
            <Contact>
                <PersonID>spase://CNES/Person/Norman.F.Ness</PersonID>
                <Role>PrincipalInvestigator</Role>
            </Contact>
        </ResourceHeader>
        <AccessInformation>
            <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID>
            <Availability>Online</Availability>
            <AccessRights>Open</AccessRights>
            <AccessURL>
                <Name>AMDA at CDPP</Name>
                <URL>http://amda.cdpp.eu</URL>            
            </AccessURL>
            <Format>NetCDF</Format>
            <Encoding>None</Encoding>
        </AccessInformation>
        <ProviderName>PDS</ProviderName>
56e5dd85   Elena.Budnik   Mariner 10 Numeri...
31
        <ProviderResourceName>M10-H-MAG-4-SUMM-M1-SUMMARY-V1.0</ProviderResourceName>
e143dd8b   Elena.Budnik   added all
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
        <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Mariner10/Ephemeris</InstrumentID>
        <MeasurementType>Ephemeris</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
                <StartDate>1974-03-26T23:55:21Z</StartDate>
                <StopDate>1974-03-31T23:51:13Z</StopDate>
            </TimeSpan>
            <Cadence>PT6S</Cadence>
        </TemporalDescription>
        
        <Parameter>
            <Name>xyz_mso</Name>
            <ParameterKey>m10_m1_xyz_mso</ParameterKey>
            <Units>Rme</Units>
            <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>m10_m1_xyz_mso(0)</ParameterKey>
                    <FillValue>9999.999</FillValue>
                </Element>
                <Element>
                    <Name>y</Name>
                    <Index>2</Index>
                    <ParameterKey>m10_m1_xyz_mso(1)</ParameterKey>
                    <FillValue>9999.999</FillValue>
                </Element>
                <Element>
                    <Name>z</Name>
                    <Index>3</Index>
                    <ParameterKey>m10_m1_xyz_mso(2)</ParameterKey>
                    <FillValue>9999.999</FillValue>
                </Element>
            </Structure>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
        
        <Parameter>
            <Name>xyz_mseq</Name>
            <ParameterKey>m10_m1_xyz_mseq</ParameterKey>
            <Units>Rme</Units>
            <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>m10_m1_xyz_mseq(0)</ParameterKey>
                    <FillValue>9999.999</FillValue>
                </Element>
                <Element>
                    <Name>y</Name>
                    <Index>2</Index>
                    <ParameterKey>m10_m1_xyz_mseq(1)</ParameterKey>
                    <FillValue>9999.999</FillValue>
                </Element>
                <Element>
                    <Name>z</Name>
                    <Index>3</Index>
                    <ParameterKey>m10_m1_xyz_mseq(2)</ParameterKey>
                    <FillValue>9999.999</FillValue>
                </Element>
            </Structure>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter> 
        
        <Parameter>
            <Name>distance m10-mercury</Name>
            <ParameterKey>m10_m1_r</ParameterKey>
            <Units>Rme</Units>
            <Description/>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <ValidMin/>
            <ValidMax/>
            <FillValue/>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
        
        <Parameter>
8d84f553   Elena.Budnik   Mariner10 m10-m1-...
133
            <Name>lat_pc_mercury</Name>
e143dd8b   Elena.Budnik   added all
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
            <ParameterKey>m10_m1_lat</ParameterKey>
            <Description/>
            <Units>degrees</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <ValidMin/>
            <ValidMax/>
            <FillValue/>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
        
        <Parameter>
8d84f553   Elena.Budnik   Mariner10 m10-m1-...
149
            <Name>lon_pc_mercury</Name>
e143dd8b   Elena.Budnik   added all
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
            <ParameterKey>m10_m1_lon</ParameterKey>
            <Description/>
            <Units>degrees</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <ValidMin/>
            <ValidMax/>
            <FillValue/>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
    </NumericalData>
</Spase>