Blame view

NumericalData/AMDA/MESSENGER/MAG/mes-mag-flyby3.xml 4.86 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/MESSENGER/MAG/mes-mag-flyby3</ResourceID>
        <ResourceHeader>
6dde9feb   Elena.Budnik   work
7
            <ResourceName>flyby mercury 3</ResourceName>
1bcff323   Elena.Budnik   NumericalData
8
            <ReleaseDate>2015-10-16T15:08:29Z</ReleaseDate>
4be0361c   Elena.Budnik   messemger/mag
9
10
11
12
            <Description>MESSENGER magnetometer data high resolution during third Mercury flyby</Description>
             <Contact>
                <PersonID>spase://SMWG/Person/Brian.J.Anderson</PersonID>
                <Role>PrincipalInvestigator</Role>
1bcff323   Elena.Budnik   NumericalData
13
14
15
16
17
18
19
20
21
22
23
24
            </Contact>
        </ResourceHeader>
        <AccessInformation>
            <RepositoryID>spase://CDPP/Repository/AMDA</RepositoryID>
            <Availability>Online</Availability>
            <AccessRights>Open</AccessRights>
            <AccessURL>
                <URL>http://amda.cdpp.eu</URL>
            </AccessURL>
            <Format>NetCDF</Format>
        </AccessInformation>
        <ProviderName>PDS</ProviderName>
4be0361c   Elena.Budnik   messemger/mag
25
        <ProviderResourceName>MESS-E_V_H_SW-MAG-3-CDR-CALIBRATED-V1.0</ProviderResourceName>
1bcff323   Elena.Budnik   NumericalData
26
27
28
29
        <InstrumentID>spase://CDPP/Instrument/AMDA/MESSENGER/Magnetometer</InstrumentID>
        <MeasurementType>MagneticField</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
447d3a6e   Elena.Budnik   work
30
31
                <StartDate>2009-09-27T00:00:58Z</StartDate>
                <StopDate>2009-10-02T00:01:19Z</StopDate>
1bcff323   Elena.Budnik   NumericalData
32
            </TimeSpan>
6dde9feb   Elena.Budnik   work
33
            <Cadence>PT0.05S</Cadence>           
1bcff323   Elena.Budnik   NumericalData
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
        </TemporalDescription>
        <ObservedRegion>Mercury</ObservedRegion>
        <Parameter>
            <Name>b_mso</Name>
            <ParameterKey>mes_b_flyby3mso</ParameterKey>
            <Description>Magnetic field vector components in MSO coordinates</Description>
            <Ucd>phys.magField</Ucd>
            <Units>nT</Units>
            <UnitsConversion>1e-9&gt;T</UnitsConversion>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>bx</Name>
80a7539d   Elena.Budnik   index correction ...
50
                    <Index>1</Index>
1bcff323   Elena.Budnik   NumericalData
51
52
53
54
                    <ParameterKey>mes_b_flyby3mso(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>by</Name>
80a7539d   Elena.Budnik   index correction ...
55
                    <Index>2</Index>
1bcff323   Elena.Budnik   NumericalData
56
57
58
59
                    <ParameterKey>mes_b_flyby3mso(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>bz</Name>
80a7539d   Elena.Budnik   index correction ...
60
                    <Index>3</Index>
1bcff323   Elena.Budnik   NumericalData
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
                    <ParameterKey>mes_b_flyby3mso(2)</ParameterKey>
                </Element>
            </Structure>
            <Field>
                <Qualifier>Vector</Qualifier>
                <FieldQuantity>Magnetic</FieldQuantity>
            </Field>
        </Parameter>
        <Parameter>
            <Name>b_mbf</Name>
            <ParameterKey>mes_b_flyby3mbf</ParameterKey>
            <Description>Magnetic field vector components in MBF coordinates</Description>
            <Ucd>phys.magField</Ucd>
            <Units>nT</Units>
            <UnitsConversion>1e-9&gt;T</UnitsConversion>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>bx</Name>
80a7539d   Elena.Budnik   index correction ...
83
                    <Index>1</Index>
1bcff323   Elena.Budnik   NumericalData
84
85
86
87
                    <ParameterKey>mes_b_flyby3mbf(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>by</Name>
80a7539d   Elena.Budnik   index correction ...
88
                    <Index>2</Index>
1bcff323   Elena.Budnik   NumericalData
89
90
91
92
                    <ParameterKey>mes_b_flyby3mbf(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>bz</Name>
80a7539d   Elena.Budnik   index correction ...
93
                    <Index>3</Index>
1bcff323   Elena.Budnik   NumericalData
94
95
96
97
98
99
100
101
102
                    <ParameterKey>mes_b_flyby3mbf(2)</ParameterKey>
                </Element>
            </Structure>
            <Field>
                <Qualifier>Vector</Qualifier>
                <FieldQuantity>Magnetic</FieldQuantity>
            </Field>
        </Parameter>
        <Parameter>
6dde9feb   Elena.Budnik   work
103
            <Name>|b|</Name>
1bcff323   Elena.Budnik   NumericalData
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
            <ParameterKey>mes_bmag_flyby3</ParameterKey>
            <Description>Scalar magnitude of the magnetic field in nT</Description>
            <Ucd>phys.magField</Ucd>
            <Units>nT</Units>
            <UnitsConversion>1e-9&gt;T</UnitsConversion>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Field>
                <Qualifier>Magnitude</Qualifier>
                <FieldQuantity>Magnetic</FieldQuantity>
            </Field>
        </Parameter>
    </NumericalData>
</Spase>