Commit 3f7fba06f41ac796dc5f002bf6145cb6106d9eac
1 parent
2b3c276c
Exists in
master
and in
4 other branches
Add Phobos Ephemeris @ 1sec
Showing
2 changed files
with
83 additions
and
1 deletions
Show diff stats
NumericalData/CDPP-AMDA/Ephemerides/mars-phobos-orb.xml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <NumericalData> |
5 | 5 | <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Ephemerides/mars-phobos-orb</ResourceID> |
6 | 6 | <ResourceHeader> |
7 | - <ResourceName>Phobos</ResourceName> | |
7 | + <ResourceName>Phobos - 1 min</ResourceName> | |
8 | 8 | <ReleaseDate>2015-10-14T11:46:29Z</ReleaseDate> |
9 | 9 | <Description/> |
10 | 10 | <Contact> | ... | ... |
NumericalData/CDPP-AMDA/Ephemerides/mars-phobos-orb1s.xml
0 → 100644
... | ... | @@ -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-phobos-orb1s</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>Phobos - 1 sec</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>PT1S</Cadence> | |
38 | + </TemporalDescription> | |
39 | + <ObservedRegion>Mars</ObservedRegion> | |
40 | + <ObservedRegion>Mars.Phobos</ObservedRegion> | |
41 | + <Parameter> | |
42 | + <Name>phobos_xyz_mso1s</Name> | |
43 | + <ParameterKey>xyz_phobos</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>phobos_x</Name> | |
57 | + <Index>1</Index> | |
58 | + <ParameterKey>phobos_xyz_mso1s(0)</ParameterKey> | |
59 | + </Element> | |
60 | + <Element> | |
61 | + <Name>phobos_y</Name> | |
62 | + <Index>2</Index> | |
63 | + <ParameterKey>phobos_xyz_mso1s(1)</ParameterKey> | |
64 | + </Element> | |
65 | + <Element> | |
66 | + <Name>phobos_z</Name> | |
67 | + <Index>3</Index> | |
68 | + <ParameterKey>phobos_xyz_mso1s(2)</ParameterKey> | |
69 | + </Element> | |
70 | + </Structure> | |
71 | + <Support> | |
72 | + <SupportQuantity>Positional</SupportQuantity> | |
73 | + </Support> | |
74 | + </Parameter> | |
75 | + <Parameter> | |
76 | + <Name>distance phobos-mars</Name> | |
77 | + <ParameterKey>r_phobos1s</ParameterKey> | |
78 | + <Ucd/> | |
79 | + <Units>Rm</Units> | |
80 | + </Parameter> | |
81 | + </NumericalData> | |
82 | +</Spase> | ... | ... |