Blame view

NumericalData/AMDA/THEMIS/C/ESA/thc-esa-l2i.xml 5.72 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
29
<?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/THEMIS/C/ESA/thc-esa-l2i</ResourceID>
        <ResourceHeader>
            <ResourceName>Themis C Ion full</ResourceName>
            <ReleaseDate>2015-10-13T10:42:30</ReleaseDate>
            <Description/>
            <Contact>
                <PersonID>spase://SMWG/Person/Elena.budnik</PersonID>
                <Role>TechnicalContact</Role>
            </Contact>
        </ResourceHeader>
        <AccessInformation>
            <RepositoryID>spase://SMWG/Repository/CDPP/AMDA</RepositoryID>
            <Availability>Online</Availability>
            <AccessRights>Open</AccessRights>
            <AccessURL>
                <Name>AMDA</Name>
                <URL>amda.cdpp.eu</URL>
            </AccessURL>
            <Format>NetCDF</Format>
        </AccessInformation>
        <ProviderName>IRAP_THEMIS</ProviderName>
        <InstrumentID>spase://CDPP/Instrument/AMDA/THEMIS/C/ESA</InstrumentID>
        <MeasurementType>ThermalPlasma</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
447d3a6e   Elena.Budnik   work
30
31
                <StartDate>2007-03-07T15:58:39Z</StartDate>
                <StopDate>2014-11-23T17:44:22Z</StopDate>                
1bcff323   Elena.Budnik   NumericalData
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
            </TimeSpan>
            <Cadence>PT96.27S</Cadence>
        </TemporalDescription>
        <ObservedRegion>Earth.Magnetosphere</ObservedRegion>
        <Parameter>
            <Name>density</Name>
            <ParameterKey>thc_n_i</ParameterKey>
            <Description>Ion Density</Description>
            <Ucd>phys.density;phys.atmol.ionStage</Ucd>
            <Units>cm-3</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Particle>
                <ParticleType>Ion</ParticleType>
                <ParticleQuantity>NumberDensity</ParticleQuantity>
            </Particle>
        </Parameter>
        <Parameter>
            <Name>velocity</Name>
            <ParameterKey>thc_v_i</ParameterKey>
            <Ucd>phys.veloc;phys.atmol.ionStage</Ucd>
            <Units>km/s</Units>
            <CoordinateSystem>
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>GSE</CoordinateSystemName>
            </CoordinateSystem>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>vx_gse</Name>
                    <Index>0</Index>
                    <ParameterKey>thc_v_i(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>vy_gse</Name>
                    <Index>1</Index>
                    <ParameterKey>thc_v_i(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>vz_gse</Name>
                    <Index>2</Index>
                    <ParameterKey>thc_v_i(2)</ParameterKey>
                </Element>
            </Structure>
            <Particle>
                <ParticleType>Ion</ParticleType>
                <ParticleQuantity>Velocity</ParticleQuantity>
            </Particle>
        </Parameter>
        <Parameter>
            <Name>Velocity module</Name>
            <ParameterKey>thc_v_i_tot</ParameterKey>
            <Description>Module of Velocity</Description>
            <Ucd>phys.veloc;phys.atmol.ionStage</Ucd>
            <Units>km/s</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Particle>
                <ParticleType>Ion</ParticleType>
                <ParticleQuantity>Velocity</ParticleQuantity>
            </Particle>
        </Parameter>
        <Parameter>
            <Name>Temperature</Name>
            <ParameterKey>thc_t_i</ParameterKey>
            <Description>Temperature</Description>
            <Ucd>phys.temperature;phys.atmol.ionStage</Ucd>
            <Units>eV</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>t_para</Name>
                    <Index>0</Index>
                    <ParameterKey>thc_t_i(2)</ParameterKey>
                </Element>
                <Element>
                    <Name>t_perp1</Name>
                    <Index>1</Index>
                    <ParameterKey>thc_t_i(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>t_perp2</Name>
                    <Index>2</Index>
                    <ParameterKey>thc_t_i(1)</ParameterKey>
                </Element>
            </Structure>
            <Particle>
                <ParticleType>Ion</ParticleType>
                <ParticleQuantity>Temperature</ParticleQuantity>
            </Particle>
        </Parameter>
        <Parameter>
            <Name>Ion spectra</Name>
            <ParameterKey>thc_ion_sp</ParameterKey>
            <Ucd>phys.flux.density;phys.energy;phys.atmol.ionStage</Ucd>
            <Units>eV/(cm^2-s-sr-eV)</Units>
            <RenderingHints>
                <DisplayType>Spectrogram</DisplayType>
            </RenderingHints>
            <Particle>
                <ParticleType>Ion</ParticleType>
                <ParticleQuantity>Counts</ParticleQuantity>
            </Particle>            
        </Parameter>
    </NumericalData>
</Spase>