Blame view

NumericalData/AMDA/Voyager1/LECP/vo1-lecp-ion.xml 6.01 KB
1bcff323   Elena.Budnik   NumericalData
1
2
3
4
5
6
<?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/Voyager1/LECP/vo1-lecp-ion</ResourceID>
        <ResourceHeader>
39f18550   Elena.Budnik   work
7
            <ResourceName>ion flux</ResourceName>
1bcff323   Elena.Budnik   NumericalData
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
            <ReleaseDate>2015-10-12T17:25:00.000</ReleaseDate>
            <Description>Voyager_1
                LECP - Low_Energy_Charged_Particle - Ions
                Data provided to CDPP by ONERA. All information included in this report:
                http://cdpp-amda.cesr.fr/DDHTML/HELP/ONERA_Jupiter_plasma_db_for_AMDA.pdf</Description>
            <Acknowledgement>Please acknowledge the LECP PI (S.M. Krimigis) and the lead LECP CoI (R.B. Decker)</Acknowledgement>
            <Contact>
                <PersonID>spase://SMWG/Person/Stamatios.M.Krimigis</PersonID>
                <Role>PrincipalInvestigator</Role>
            </Contact>
            <InformationURL>
                <Name>Informational Website for Voyager 1 and 2 LECP Instrument</Name>
                <URL>http://sd-www.jhuapl.edu/VOYAGER/v2_data/v2_1h/v2_ion_1h/Read_Me.txt</URL>
                <Description>The webpage provides a detailed description of Key Ion Channel Intensity files.</Description>
            </InformationURL>
39f18550   Elena.Budnik   work
23
24
25
26
27
            <Association>
                <AssociationID>vo1-lecp-jup</AssociationID>
                <AssociationType>PartOf</AssociationType>
                <Note>flyby jupiter</Note>
            </Association>
1bcff323   Elena.Budnik   NumericalData
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
        </ResourceHeader>
        <AccessInformation>
            <RepositoryID>spase://SMWG/Repository/CDPP/AMDA</RepositoryID>
            <Availability>Online</Availability>
            <AccessRights>Open</AccessRights>
            <AccessURL>
                <URL>http://amda.cdpp.eu</URL>
            </AccessURL>
            <Format>NetCDF</Format>
        </AccessInformation>
        <ProviderName>ONERA</ProviderName>
        <InstrumentID>spase://CDPP/Instrument/AMDA/Voyager1/LECP</InstrumentID>
        <MeasurementType>EnergeticParticles</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
447d3a6e   Elena.Budnik   work
43
44
                <StartDate>1979-02-28T23:27:06Z</StartDate>
                <StopDate>1979-03-16T23:55:38Z</StopDate>
1bcff323   Elena.Budnik   NumericalData
45
46
47
48
49
50
51
52
            </TimeSpan>
            <Cadence_Min>PT96S</Cadence_Min>
            <Cadence_Max>PT768S</Cadence_Max>
        </TemporalDescription>
        <ObservedRegion>Jupiter</ObservedRegion>
        <Keyword>Proton</Keyword>
        <Keyword>Alpha Particle</Keyword>
        <Parameter>
39f18550   Elena.Budnik   work
53
            <Name>flux diff : protons</Name>
1bcff323   Elena.Budnik   NumericalData
54
55
56
57
58
59
60
            <ParameterKey>vo1_lecp_fpdo</ParameterKey>
            <Description>Differential Proton Flux</Description>
            <Ucd>phys.flux.density;phys.count;phys.atmol.ionStage</Ucd>
            <Units>cm-2.s-1.sr-1.MeV-1</Units>
            <RenderingHints>
                <DisplayType>StackPlot</DisplayType>
            </RenderingHints>
39f18550   Elena.Budnik   work
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
            <Structure>
                <Size>8</Size>
                <Element>
                    <Name>0.03-0.053 MeV</Name>
                    <Index>0</Index>
                    <ParameterKey>vo1_lecp_fpdo(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>0.053-0.085 MeV</Name>
                    <Index>1</Index>
                    <ParameterKey>vo1_lecp_fpdo(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>0.085-0.139 MeV</Name>
                    <Index>2</Index>
                    <ParameterKey>vo1_lecp_fpdo(2)</ParameterKey>
                </Element>
                <Element>
                    <Name>0.139-0.2 MeV</Name>
                    <Index>3</Index>
                    <ParameterKey>vo1_lecp_fpdo(3)</ParameterKey>
                </Element>
                <Element>
                    <Name>0.2-0.55 MeV</Name>
                    <Index>4</Index>
                    <ParameterKey>vo1_lecp_fpdo(4)</ParameterKey>
                </Element>
                <Element>
                    <Name>0.55-1.05 MeV</Name>
                    <Index>5</Index>
                    <ParameterKey>vo1_lecp_fpdo(5)</ParameterKey>
                </Element>
                <Element>
                    <Name>1.05-2.03 MeV</Name>
                    <Index>6</Index>
                    <ParameterKey>vo1_lecp_fpdo(6)</ParameterKey>
                </Element>
                <Element>
                    <Name>2.03-4.01 MeV</Name>
                    <Index>7</Index>
                    <ParameterKey>vo1_lecp_fpdo(7)</ParameterKey>
                </Element>
            </Structure>
1bcff323   Elena.Budnik   NumericalData
104
105
106
107
108
109
            <Particle>
                <ParticleType>Proton</ParticleType>
                <ParticleQuantity>EnergyFlux</ParticleQuantity>
           </Particle>
        </Parameter>
        <Parameter>
39f18550   Elena.Budnik   work
110
            <Name>aflux diff : alphas</Name>
1bcff323   Elena.Budnik   NumericalData
111
112
113
114
115
116
117
            <ParameterKey>vo1_lecp_fado</ParameterKey>
            <Description>Integrated Alpha Flux</Description>
            <Ucd>phys.flux.density;phys.count;phys.atmol.ionStage</Ucd>
            <Units>cm-2.s-1.sr-1.MeV-1</Units>
            <RenderingHints>
                <DisplayType>StackPlot</DisplayType>
            </RenderingHints>
39f18550   Elena.Budnik   work
118
119
120
121
122
123
124
125
126
127
128
129
130
            <Structure>
                <Size>2</Size>
                <Element>
                    <Name>0.98-1.77 MeV</Name>
                    <Index>0</Index>
                    <ParameterKey>vo1_lecp_fado(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>1.77-4.22 MeV</Name>
                    <Index>1</Index>
                    <ParameterKey>vo1_lecp_fado(1)</ParameterKey>
                </Element>
            </Structure>
1bcff323   Elena.Budnik   NumericalData
131
132
133
134
135
136
137
            <Particle>
                <ParticleType>AlphaParticle</ParticleType>
                <ParticleQuantity>EnergyFlux</ParticleQuantity>
            </Particle>
        </Parameter>
     </NumericalData>
</Spase>