Blame view

NumericalData/CDPP-AMDA/Cassini/Ephemeris/cass-ephem-eqt.xml 3.88 KB
dbc930ab   Elena.Budnik   redmine #7309
1
<?xml version="1.0" encoding="UTF-8"?>
7e407638   Elena.Budnik   schema locally
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">
dbc930ab   Elena.Budnik   redmine #7309
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
    <Version>2.3.1</Version>
    <NumericalData>
        <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Cassini/Ephemeris/cass-ephem-eqt</ResourceID>
        <ResourceHeader>
            <ResourceName>flyby jupiter</ResourceName>
            <AlternateName>Cassini ephemeris during Jupiter flyby</AlternateName>
            <ReleaseDate>2017-10-06T10:30:00</ReleaseDate>
            <Description>Ephemeris of the Cassini spacecraft around Jupiter (during the Jupiter flyby in 2000-2001) are calculated by Joseph Groene tool (University of Iowa).</Description>            
             <Contact>       
                 <PersonID>spase://CNES/Person/Joseph.Groene</PersonID> 
                 <Role>DataProducer</Role>
             </Contact>
            <InformationURL>
                <Name>Joseph Groene tool</Name>
                <URL>http://www-pw.physics.uiowa.edu/~jbg/cas.html</URL>
            </InformationURL>
        </ResourceHeader>
        <AccessInformation>
eed3b876   Elena.Budnik   RepositoryId change
21
            <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID>
dbc930ab   Elena.Budnik   redmine #7309
22
23
24
25
26
27
28
29
30
            <Availability>Online</Availability>
            <AccessRights>Open</AccessRights>
            <AccessURL>
                <Name>AMDA</Name>
                <URL>amda.cdpp.eu</URL>
            </AccessURL>
            <Format>NetCDF</Format>
        </AccessInformation>
        <ProviderName>University of Iowa</ProviderName>
d1fe7122   Elena.Budnik   redmine 7309 cont...
31
        <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Cassini/Ephemeris</InstrumentID>
dbc930ab   Elena.Budnik   redmine #7309
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
        <MeasurementType>Ephemeris</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
                <StartDate>2000-10-07T00:00:00Z</StartDate>
                <StopDate>2001-05-10T23:55:00Z</StopDate>                
            </TimeSpan>
            <Cadence>PT300S</Cadence>
        </TemporalDescription>
        <ObservedRegion>Saturn</ObservedRegion>
        <Parameter>
            <Name>xyz_eqt</Name>
            <ParameterKey>cass_xyz_eqt</ParameterKey>
            <Description>
                Cassini cartesian coordinates in the Jovian equatorial system (in Jovian radii)
            </Description>
            <Ucd>pos.bodyrc;instr.obsty</Ucd>
            <Units>Rj</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>x</Name>
                    <Index>1</Index>
                    <ParameterKey>cass_xyz_eqt(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>y</Name>
                    <Index>2</Index>
                    <ParameterKey>cass_xyz_eqt(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>z</Name>
                    <Index>3</Index>
                    <ParameterKey>cass_xyz_eqt(2)</ParameterKey>
                </Element>
            </Structure>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
        <Parameter>
            <Name>distance cass-jup</Name>
            <ParameterKey>cass_r_eqt</ParameterKey>
            <Description>Cassini distance to Jupiter (in Jovian radii)</Description>
            <Ucd>pos.distance;instr.obsty</Ucd>
            <Units>Rj</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
        <Extension>
            <!-- SOURCE=PDS -->
        </Extension>
     </NumericalData>
</Spase>