Blame view

NumericalData/AMDA/Galileo/EPD/gll-epd-hr.xml 4.39 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
28
<?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_2_0.xsd">
    <Version>2.2.6</Version>
    <NumericalData>
        <ResourceID>spase://CDPP/NumericalData/AMDA/Galileo/EPD/gll-epd-hr</ResourceID>
        <ResourceHeader>
            <ResourceName>Burst@PDS</ResourceName>
            <ReleaseDate>2015-10-19T11:28:00.000Z</ReleaseDate>
            <Description>
                This data set contains pitch and phase angle data for Jupiter orbits.          
            </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>PDS</ProviderName>
        <InstrumentID>spase://CDPP/Instrument/AMDA/Galileo/EPD</InstrumentID>
        <MeasurementType>EnergeticParticles</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
447d3a6e   Elena.Budnik   work
29
30
                <StartDate>1996-09-11T02:38:24Z</StartDate>
                <StopDate>2001-10-16T00:00:07Z</StopDate>
1bcff323   Elena.Budnik   NumericalData
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
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
            </TimeSpan>
	        <Cadence_Min>PT1S</Cadence_Min>
            <Cadence_Max>PT2S</Cadence_Max>
         </TemporalDescription>
        <ObservedRegion>Jupiter</ObservedRegion>
        <Keyword>Jupiter</Keyword>
        <Keyword>Io</Keyword>
        <Keyword>Europa</Keyword>
        <Keyword>Ganymede</Keyword>
        <Keyword>Callisto</Keyword>
        <Keyword>Amalthea</Keyword>
        <Keyword>Io plasma torus</Keyword>
        <Keyword>GALILEO</Keyword>
        <Parameter>
            <Name>Pitch Angle</Name>
            <ParameterKey>gll_epd_hrpitch</ParameterKey>
            <Description>
                Pitch angle is the angle between the look direction of the detector
                and the observed magnetic field. 
            </Description>
            <Ucd>pos.posAng</Ucd>
            <Units>rad</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Support>
  	            <SupportQuantity>Other</SupportQuantity>
  	        </Support>
        </Parameter>
        <Parameter>
            <Name>Phase Angle</Name>
            <ParameterKey>gll_epd_hrphase</ParameterKey>
            <Description>
                Phase angle is the angle measured from
                the x-axis to the projection of the look direction onto the xy plane
                of a local magnetic coordinate system where the z-axis is the magnetic
                field direction, the x-axis lies in a plane defined by the direction of
                corotation and the z-axis, and y completes the set of the right hand
                coordinate system.
            </Description>
            <Ucd>pos.phaseAng</Ucd>
            <Units>rad</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Support>
                <SupportQuantity>Other</SupportQuantity>
            </Support>
        </Parameter>
        <Parameter>
            <Name>Ions spectra</Name>
            <ParameterKey>gll_epd_hrion</ParameterKey>
            <Ucd>phot.count;phys.atmol.ionStage</Ucd>
            <Units>counts</Units>
            <RenderingHints>
                <DisplayType>Spectrogram</DisplayType>
            </RenderingHints>
            <Particle>
                <ParticleType>Ion</ParticleType>
                <ParticleQuantity>Counts</ParticleQuantity>
            </Particle>
        </Parameter>
        <Parameter>
            <Name>Electrons spectra</Name>
            <ParameterKey>gll_epd_hrele</ParameterKey>
            <Ucd>phot.count;phys.electron</Ucd>
            <Units>counts</Units>
            <RenderingHints>
                <DisplayType>Spectrogram</DisplayType>
            </RenderingHints>
            <Particle>
                <ParticleType>Electron</ParticleType>
                <ParticleQuantity>Counts</ParticleQuantity>
            </Particle>
        </Parameter>
    </NumericalData>
</Spase>