Blame view

NumericalData/CDPP-AMDA/THEMIS/A/FGM/tha-fgm-s.xml 4.77 KB
dbc930ab   Elena.Budnik   redmine #7309
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
<?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://www.spase-group.org/data/schema/spase-2_3_1.xsd">
    <Version>2.3.1</Version>
    <NumericalData>
        <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/THEMIS/A/FGM/tha-fgm-s</ResourceID>
        <ResourceHeader>
            <ResourceName>3 sec (spin)</ResourceName>
            <ReleaseDate>2015-10-13T15:33:00</ReleaseDate>
            <Description/>
            <Contact>
                <!-- Uli Auster -->
                <PersonID>spase://SMWG/Person/Uli.Auster</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>
d1fe7122   Elena.Budnik   redmine 7309 cont...
27
        <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/THEMIS/A/FGM</InstrumentID>
dbc930ab   Elena.Budnik   redmine #7309
28
29
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
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
        <MeasurementType>MagneticField</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
                <StartDate>2007-02-26T23:00:35Z</StartDate>
                <StopDate>2019-01-22T11:47:36Z</StopDate>                
            </TimeSpan>
            <Cadence>PT3S</Cadence>
        </TemporalDescription> 
        <ObservedRegion>Earth.Magnetosphere</ObservedRegion>
        <Parameter>
            <Name>b_gse</Name>
            <ParameterKey>tha_bs</ParameterKey>
            <Description>Magnetic Field</Description>
            <Ucd>phys.magField</Ucd>
            <Units>nT</Units>
            <CoordinateSystem>
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>GSE</CoordinateSystemName>
            </CoordinateSystem>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>bx</Name>
                    <Index>1</Index>
                    <ParameterKey>tha_bs(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>by</Name>
                    <Index>2</Index>
                    <ParameterKey>tha_bs(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>bz</Name>
                    <Index>3</Index>
                    <ParameterKey>tha_bs(2)</ParameterKey>
                </Element>
            </Structure>
            <Field>
                <Qualifier>Vector</Qualifier>
                <FieldQuantity>Magnetic</FieldQuantity>
            </Field>
        </Parameter>
        <Parameter>
            <Name>b_gsm</Name>
            <ParameterKey>tha_bs_gsm</ParameterKey>
            <Description>Magnetic Field</Description>
            <Ucd>phys.magField</Ucd>
            <Units>nT</Units>
            <CoordinateSystem>
                <CoordinateRepresentation>Cartesian</CoordinateRepresentation>
                <CoordinateSystemName>GSM</CoordinateSystemName>
            </CoordinateSystem>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>bx</Name>
                    <Index>1</Index>
                    <ParameterKey>tha_bs_gsm(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>by</Name>
                    <Index>2</Index>
                    <ParameterKey>tha_bs_gsm(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>bz</Name>
                    <Index>3</Index>
                    <ParameterKey>tha_bs_gsm(2)</ParameterKey>
                </Element>
            </Structure>
            <Field>
                <Qualifier>Vector</Qualifier>
                <FieldQuantity>Magnetic</FieldQuantity>
            </Field>
        </Parameter>
        <Parameter>
            <Name>⎟b⎢</Name>
            <ParameterKey>tha_bs_tot</ParameterKey>
            <Ucd>phys.magField</Ucd>
            <Units>nT</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Field>
                <Qualifier>Total</Qualifier>
                <FieldQuantity>Magnetic</FieldQuantity>
            </Field>
        </Parameter>
    </NumericalData>
</Spase>