Commit 2b3c276c2ac2ec5d5ccfc84a9e3b872343ed675b
1 parent
1fe98828
Exists in
master
and in
4 other branches
New datasets for Mars Moons (cf. #10159)
Showing
2 changed files
with
91 additions
and
46 deletions
Show diff stats
... | ... | @@ -0,0 +1,82 @@ |
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/Ephemerides/mars-deimos-orb</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>Deimos</ResourceName> | |
8 | + <ReleaseDate>2015-10-14T11:46:29Z</ReleaseDate> | |
9 | + <Description/> | |
10 | + <Contact> | |
11 | + <PersonID>spase://CNES/Person/NAIF</PersonID> | |
12 | + <Role>PrincipalInvestigator</Role> | |
13 | + </Contact> | |
14 | + <Association> | |
15 | + <AssociationID>mars-moons-orb</AssociationID> | |
16 | + <AssociationType>PartOf</AssociationType> | |
17 | + <Note>Mars Moons</Note> | |
18 | + </Association> | |
19 | + </ResourceHeader> | |
20 | + <AccessInformation> | |
21 | + <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> | |
22 | + <Availability>Online</Availability> | |
23 | + <AccessRights>Open</AccessRights> | |
24 | + <AccessURL> | |
25 | + <URL>http://amda.cdpp.eu</URL> | |
26 | + </AccessURL> | |
27 | + <Format>Text.ASCII</Format> | |
28 | + </AccessInformation> | |
29 | + <ProviderName>SPICE</ProviderName> | |
30 | + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Ephemerides</InstrumentID> | |
31 | + <MeasurementType>Ephemeris</MeasurementType> | |
32 | + <TemporalDescription> | |
33 | + <TimeSpan> | |
34 | + <StartDate>1970-01-02T00:00:00Z</StartDate> | |
35 | + <StopDate>2039-12-31T00:00:00Z</StopDate> | |
36 | + </TimeSpan> | |
37 | + <Cadence>PT1M</Cadence> | |
38 | + </TemporalDescription> | |
39 | + <ObservedRegion>Mars</ObservedRegion> | |
40 | + <ObservedRegion>Mars.Deimos</ObservedRegion> | |
41 | + <Parameter> | |
42 | + <Name>deimos_xyz_mso</Name> | |
43 | + <ParameterKey>xyz_deimos</ParameterKey> | |
44 | + <Ucd/> | |
45 | + <Units>Rm</Units> | |
46 | + <CoordinateSystem> | |
47 | + <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
48 | + <CoordinateSystemName>MSO</CoordinateSystemName> | |
49 | + </CoordinateSystem> | |
50 | + <RenderingHints> | |
51 | + <DisplayType>TimeSeries</DisplayType> | |
52 | + </RenderingHints> | |
53 | + <Structure> | |
54 | + <Size>3</Size> | |
55 | + <Element> | |
56 | + <Name>deimos_x</Name> | |
57 | + <Index>1</Index> | |
58 | + <ParameterKey>deimos_xyz_mso(0)</ParameterKey> | |
59 | + </Element> | |
60 | + <Element> | |
61 | + <Name>deimos_y</Name> | |
62 | + <Index>2</Index> | |
63 | + <ParameterKey>deimos_xyz_mso(1)</ParameterKey> | |
64 | + </Element> | |
65 | + <Element> | |
66 | + <Name>deimos_z</Name> | |
67 | + <Index>3</Index> | |
68 | + <ParameterKey>deimos_xyz_mso(2)</ParameterKey> | |
69 | + </Element> | |
70 | + </Structure> | |
71 | + <Support> | |
72 | + <SupportQuantity>Positional</SupportQuantity> | |
73 | + </Support> | |
74 | + </Parameter> | |
75 | + <Parameter> | |
76 | + <Name>distance deimos-mars</Name> | |
77 | + <ParameterKey>r_deimos</ParameterKey> | |
78 | + <Ucd/> | |
79 | + <Units>Rm</Units> | |
80 | + </Parameter> | |
81 | + </NumericalData> | |
82 | +</Spase> | ... | ... |
NumericalData/CDPP-AMDA/Ephemerides/mars-moons-orb.xml renamed to NumericalData/CDPP-AMDA/Ephemerides/mars-phobos-orb.xml
... | ... | @@ -2,15 +2,20 @@ |
2 | 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 | 3 | <Version>2.3.1</Version> |
4 | 4 | <NumericalData> |
5 | - <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Ephemerides/mars-moons-orb</ResourceID> | |
5 | + <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Ephemerides/mars-phobos-orb</ResourceID> | |
6 | 6 | <ResourceHeader> |
7 | - <ResourceName>Mars Moons</ResourceName> | |
7 | + <ResourceName>Phobos</ResourceName> | |
8 | 8 | <ReleaseDate>2015-10-14T11:46:29Z</ReleaseDate> |
9 | 9 | <Description/> |
10 | 10 | <Contact> |
11 | 11 | <PersonID>spase://CNES/Person/NAIF</PersonID> |
12 | 12 | <Role>PrincipalInvestigator</Role> |
13 | 13 | </Contact> |
14 | + <Association> | |
15 | + <AssociationID>mars-moons-orb</AssociationID> | |
16 | + <AssociationType>PartOf</AssociationType> | |
17 | + <Note>Mars Moons</Note> | |
18 | + </Association> | |
14 | 19 | </ResourceHeader> |
15 | 20 | <AccessInformation> |
16 | 21 | <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> |
... | ... | @@ -27,12 +32,11 @@ |
27 | 32 | <TemporalDescription> |
28 | 33 | <TimeSpan> |
29 | 34 | <StartDate>1970-01-02T00:00:00Z</StartDate> |
30 | - <StopDate>2023-12-31T00:00:00Z</StopDate> | |
35 | + <StopDate>2039-12-31T00:00:00Z</StopDate> | |
31 | 36 | </TimeSpan> |
32 | - <Cadence>PT20M</Cadence> | |
37 | + <Cadence>PT1M</Cadence> | |
33 | 38 | </TemporalDescription> |
34 | 39 | <ObservedRegion>Mars</ObservedRegion> |
35 | - <ObservedRegion>Mars.Deimos</ObservedRegion> | |
36 | 40 | <ObservedRegion>Mars.Phobos</ObservedRegion> |
37 | 41 | <Parameter> |
38 | 42 | <Name>phobos_xyz_mso</Name> |
... | ... | @@ -69,51 +73,10 @@ |
69 | 73 | </Support> |
70 | 74 | </Parameter> |
71 | 75 | <Parameter> |
72 | - <Name>deimos_xyz_mso</Name> | |
73 | - <ParameterKey>xyz_deimos</ParameterKey> | |
74 | - <Ucd/> | |
75 | - <Units>Rm</Units> | |
76 | - <CoordinateSystem> | |
77 | - <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
78 | - <CoordinateSystemName>MSO</CoordinateSystemName> | |
79 | - </CoordinateSystem> | |
80 | - <RenderingHints> | |
81 | - <DisplayType>TimeSeries</DisplayType> | |
82 | - </RenderingHints> | |
83 | - <Structure> | |
84 | - <Size>3</Size> | |
85 | - <Element> | |
86 | - <Name>deimos_x</Name> | |
87 | - <Index>1</Index> | |
88 | - <ParameterKey>xyz_deimos(0)</ParameterKey> | |
89 | - </Element> | |
90 | - <Element> | |
91 | - <Name>deimos_y</Name> | |
92 | - <Index>2</Index> | |
93 | - <ParameterKey>xyz_deimos(1)</ParameterKey> | |
94 | - </Element> | |
95 | - <Element> | |
96 | - <Name>deimos_z</Name> | |
97 | - <Index>3</Index> | |
98 | - <ParameterKey>xyz_deimos(2)</ParameterKey> | |
99 | - </Element> | |
100 | - </Structure> | |
101 | - <Support> | |
102 | - <SupportQuantity>Positional</SupportQuantity> | |
103 | - </Support> | |
104 | - </Parameter> | |
105 | - <Parameter> | |
106 | 76 | <Name>distance phobos-mars</Name> |
107 | 77 | <ParameterKey>r_phobos</ParameterKey> |
108 | 78 | <Ucd/> |
109 | 79 | <Units>Rm</Units> |
110 | 80 | </Parameter> |
111 | - <Parameter> | |
112 | - <Name>distance deimos-mars</Name> | |
113 | - <ParameterKey>r_deimos</ParameterKey> | |
114 | - <Ucd/> | |
115 | - <Units>Rm</Units> | |
116 | - </Parameter> | |
117 | - | |
118 | 81 | </NumericalData> |
119 | 82 | </Spase> | ... | ... |