Blame view

NumericalData/AMDA/Galileo/ephemeris/gll-eph-eqt.xml 3.34 KB
1bcff323   Elena.Budnik   NumericalData
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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://cdpp1.cesr.fr/AMDA-NG/public/schemas/spase-amda-1_1_0.xsd">
    <Version>2.2.6</Version>
    <NumericalData>
        <ResourceID>spase://CDPP/NumericalData/AMDA/Galileo/ephemeris/gll-eph-eqt</ResourceID>
        <ResourceHeader>
            <ResourceName>Galileo JSE @ IOWA</ResourceName>
            <ReleaseDate>2015-10-07T11:25:00.000Z</ReleaseDate>
            <Description>Ephemeris of Galileo around Jupiter in JSE. Obtained from University of Iowa server.
                http://www-pw.physics.uiowa.edu/~jbg/cas.html</Description>
            <Contact>
                <PersonID>spase://SMWG/Person/Elena.Budnik</PersonID>
                <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>http://www-pw.physics.uiowa.edu/~jbg/cas.html</ProviderName>
        <InstrumentID>spase://CDPP/Instrument/AMDA/Galileo/ephemeris</InstrumentID>
        <MeasurementType>Ephemeris</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
447d3a6e   Elena.Budnik   work
28
29
                <StartDate>1995-01-01T00:00:00Z</StartDate>
                <StopDate>2003-09-30T11:55:00Z</StopDate>
1bcff323   Elena.Budnik   NumericalData
30
31
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
            </TimeSpan>
	       <Cadence>PT300S</Cadence>
        </TemporalDescription>
        <ObservedRegion>Jupiter</ObservedRegion>
        <Parameter>
            <Name>xyz_eqt</Name>
            <ParameterKey>gll_xyz_eqt</ParameterKey>
            <Description>Galileo spacecraft trajectory in JSE coordinates</Description>
            <Ucd>pos.bodyrc;instr.obsty</Ucd>
            <Units>Rj</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>x_eqt</Name>
                    <Index>1</Index>
                    <ParameterKey>gll_xyz_eqt(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>y_eqt</Name>
                    <Index>2</Index>
                    <ParameterKey>gll_xyz_eqt(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>z_eqt</Name>
                    <Index>3</Index>
                    <ParameterKey>gll_xyz_eqt(2)</ParameterKey>
                </Element>
            </Structure>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
        <Parameter>
            <Name>r</Name>
            <ParameterKey>gll_r_eqt</ParameterKey>
            <Description>Galileo distance to Jupiter (in Jovian radii)</Description>
            <Ucd>pos.distance</Ucd>
            <Units>Rj</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Support>
                <SupportQuantity>Positional</SupportQuantity>
            </Support>
        </Parameter>
    </NumericalData>
</Spase>