Blame view

NumericalData/AMDA/THEMIS/D/ESA/thd-esa-l2e.xml 5.22 KB
1bcff323   Elena.Budnik   NumericalData
1
<?xml version="1.0" encoding="UTF-8"?>
9be0c04f   Elena.Budnik   cdpp1.cesr.fr to ...
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://cdpp.irap.omp.eu/AMDA-NG/public/schemas/spase-amda-1_2_0.xsd">
1bcff323   Elena.Budnik   NumericalData
3
4
5
6
    <Version>2.2.6</Version>
    <NumericalData>
        <ResourceID>spase://CDPP/NumericalData/AMDA/THEMIS/D/ESA/thd-esa-l2e</ResourceID>
        <ResourceHeader>
2771834d   Elena.Budnik   work
7
            <ResourceName>electron full mode</ResourceName>
bbf178e4   Elena.Budnik   work
8
            <ReleaseDate>2015-10-13T15:12:00</ReleaseDate>
1bcff323   Elena.Budnik   NumericalData
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
            <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/D/ESA</InstrumentID>
        <MeasurementType>ThermalPlasma</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
447d3a6e   Elena.Budnik   work
30
                <StartDate>2007-03-07T16:54:49Z</StartDate>
13f8210f   Myriam Bouchemit   dates modifs
31
                <StopDate>2019-01-21T00:11:04Z</StopDate>                
1bcff323   Elena.Budnik   NumericalData
32
33
34
35
36
            </TimeSpan>
            <Cadence>PT96.27S</Cadence>
        </TemporalDescription>
        <ObservedRegion>Earth.Magnetosphere</ObservedRegion>
        <Parameter>
8c1f298f   Elena.Budnik   correct themis ES...
37
            <Name>el density</Name>
1bcff323   Elena.Budnik   NumericalData
38
39
40
41
42
43
44
            <ParameterKey>thd_n_e</ParameterKey>
            <Description>Ion Density</Description>
            <Ucd>phys.density;phys.electron</Ucd>
            <Units>cm-3</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
b1c35158   Elena.Budnik   fill value to themis
45
            <FillValue>-1.0e+31</FillValue> 
1bcff323   Elena.Budnik   NumericalData
46
47
48
49
50
51
            <Particle>
                <ParticleType>Ion</ParticleType>
                <ParticleQuantity>NumberDensity</ParticleQuantity>
            </Particle>
        </Parameter>
        <Parameter>
8c1f298f   Elena.Budnik   correct themis ES...
52
            <Name>el v_gse</Name>
1bcff323   Elena.Budnik   NumericalData
53
54
55
56
57
58
59
60
61
62
63
64
65
            <ParameterKey>thd_v_e</ParameterKey>
            <Ucd>phys.veloc;phys.electron</Ucd>
            <Units>km/s</Units>
            <CoordinateSystem>
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>GSE</CoordinateSystemName>
            </CoordinateSystem>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
bbf178e4   Elena.Budnik   work
66
                    <Name>vx</Name>
8c1f298f   Elena.Budnik   correct themis ES...
67
                    <Index>1</Index>
1bcff323   Elena.Budnik   NumericalData
68
69
70
                    <ParameterKey>thd_v_e(0)</ParameterKey>
                </Element>
                <Element>
bbf178e4   Elena.Budnik   work
71
                    <Name>vy</Name>
8c1f298f   Elena.Budnik   correct themis ES...
72
                    <Index>2</Index>
1bcff323   Elena.Budnik   NumericalData
73
74
75
                    <ParameterKey>thd_v_e(1)</ParameterKey>
                </Element>
                <Element>
bbf178e4   Elena.Budnik   work
76
                    <Name>vz</Name>
8c1f298f   Elena.Budnik   correct themis ES...
77
                    <Index>3</Index>
1bcff323   Elena.Budnik   NumericalData
78
79
80
81
                    <ParameterKey>thd_v_e(2)</ParameterKey>
                </Element>
            </Structure>
            <Particle>
2771834d   Elena.Budnik   work
82
                <ParticleType>Electron</ParticleType>
1bcff323   Elena.Budnik   NumericalData
83
84
85
86
                <ParticleQuantity>Velocity</ParticleQuantity>
            </Particle>
        </Parameter>
        <Parameter>
8c1f298f   Elena.Budnik   correct themis ES...
87
            <Name>el temperature</Name>
1bcff323   Elena.Budnik   NumericalData
88
89
90
91
92
93
94
95
96
97
98
            <ParameterKey>thd_t_e</ParameterKey>
            <Description>Temperature</Description>
            <Ucd>phys.temperature;phys.electron</Ucd>
            <Units>eV</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>t_para</Name>
8c1f298f   Elena.Budnik   correct themis ES...
99
                    <Index>1</Index>
1bcff323   Elena.Budnik   NumericalData
100
101
102
103
                    <ParameterKey>thd_t_e(2)</ParameterKey>
                </Element>
                <Element>
                    <Name>t_perp1</Name>
8c1f298f   Elena.Budnik   correct themis ES...
104
                    <Index>2</Index>
1bcff323   Elena.Budnik   NumericalData
105
106
107
108
                    <ParameterKey>thd_t_e(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>t_perp2</Name>
8c1f298f   Elena.Budnik   correct themis ES...
109
                    <Index>3</Index>
1bcff323   Elena.Budnik   NumericalData
110
111
112
113
                    <ParameterKey>thd_t_e(1)</ParameterKey>
                </Element>
            </Structure>
            <Particle>
bbf178e4   Elena.Budnik   work
114
                <ParticleType>Electron</ParticleType>
1bcff323   Elena.Budnik   NumericalData
115
116
117
118
                <ParticleQuantity>Temperature</ParticleQuantity>
            </Particle>
        </Parameter>
        <Parameter>
17945ced   Elena.Budnik   energy flux => eflux
119
            <Name>el omni eflux</Name>
1bcff323   Elena.Budnik   NumericalData
120
121
            <ParameterKey>thd_el_sp</ParameterKey>
            <Ucd>phys.flux.density;phys.energy;phys.electron</Ucd>
17945ced   Elena.Budnik   energy flux => eflux
122
            <Units>eV/cm^2-s-sr-eV</Units>
1bcff323   Elena.Budnik   NumericalData
123
124
125
126
            <RenderingHints>
                <DisplayType>Spectrogram</DisplayType>
            </RenderingHints>
            <Particle>
bbf178e4   Elena.Budnik   work
127
                <ParticleType>Electron</ParticleType>
1bcff323   Elena.Budnik   NumericalData
128
129
130
131
132
                <ParticleQuantity>Counts</ParticleQuantity>
            </Particle>            
        </Parameter>
    </NumericalData>
</Spase>