Blame view

NumericalData/CDPP-AMDA/Wind/MFI/wnd-mfi-kp.xml 4.52 KB
dbc930ab   Elena.Budnik   redmine #7309
1
<?xml version="1.0" encoding="UTF-8"?>
7e407638   Elena.Budnik   schema locally
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://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd">
dbc930ab   Elena.Budnik   redmine #7309
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
    <Version>2.3.1</Version>
    <NumericalData>
        <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Wind/MFI/wnd-mfi-kp</ResourceID>
        <ResourceHeader>
            <ResourceName>key parametres (wi_k0_mfi)</ResourceName>
            <ReleaseDate>2015-10-13T14:59:00</ReleaseDate>
            <Description>Data consist of 60-sec averages of magnetic field 
              magnitude and GSE Cartesian components, from the MFI magnetometer on Wind.
            </Description>
            <Acknowledgement>Dr. Adam Szabo</Acknowledgement>
            <Contact>
                <PersonID>spase://SMWG/Person/Adam.Szabo</PersonID>
                <Role>PrincipalInvestigator</Role>
            </Contact>
            <Contact>
                <PersonID>spase://SMWG/Person/Natalia.E.Papitashvili</PersonID>
                <Role>DataProducer</Role>
            </Contact>
            <InformationURL>
                <Name>Readme file at SPDF</Name>
                <URL>http://spdf.gsfc.nasa.gov/pub/data/wind/mfi/ascii/15sec_ascii/00readme</URL>
                <Description>Details on creation and content of this data set</Description>
            </InformationURL>
        </ResourceHeader>
        <AccessInformation>
eed3b876   Elena.Budnik   RepositoryId change
28
            <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID>
dbc930ab   Elena.Budnik   redmine #7309
29
30
31
32
33
34
35
36
37
38
39
40
            <Availability>Online</Availability>
            <AccessRights>Open</AccessRights>
            <AccessURL>
                <Name>AMDA at CDPP</Name>
                <URL>http://amda.cdpp.eu</URL>
            </AccessURL>
            <Format>NetCDF</Format>
            <Acknowledgement>Please acknowledge Principal Investigator A. Szabo, NASA/GSFC, 
and J. King and N. Papitashvili, NASA/GSFC/SPDF, data set producers.</Acknowledgement>
        </AccessInformation>
        <ProviderName>CDAWeb</ProviderName>
        <ProcessingLevel>Calibrated</ProcessingLevel>
d1fe7122   Elena.Budnik   redmine 7309 cont...
41
        <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Wind/MFI</InstrumentID>
dbc930ab   Elena.Budnik   redmine #7309
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
        <MeasurementType>MagneticField</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
                <StartDate>1994-11-12T00:00:30Z</StartDate>
                <StopDate>2018-05-21T23:59:30Z</StopDate>
            </TimeSpan>
            <Cadence>PT60S</Cadence>
        </TemporalDescription>
        <ObservedRegion>Heliosphere.NearEarth</ObservedRegion>
        <Parameter>
            <Name>b_gse</Name>
            <ParameterKey>wnd_b</ParameterKey>
            <Description>GSE Cartesian components of magnetic field vector</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>
                <Description>GSE Cartesian components in X,Y,Z sequence</Description>
                <Element>
                    <Name>bx</Name>
                    <Index>1</Index>
                    <ParameterKey>wnd_b(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>by</Name>
                    <Index>2</Index>
                    <ParameterKey>wnd_b(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>bz</Name>
                    <Index>3</Index>
                    <ParameterKey>wnd_b(2)</ParameterKey>
                </Element>
            </Structure>
            <Field>
                <Qualifier>Vector</Qualifier>
                <FieldQuantity>Magnetic</FieldQuantity>
            </Field>
        </Parameter>
        <Parameter>
            <Name>|b|</Name>
            <ParameterKey>wnd_bmag</ParameterKey>
            <Description>Average Magnetic Field magnitude</Description>
            <Ucd>phys.magField</Ucd>             
            <Units>nT</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Field>
                <Qualifier>Magnitude</Qualifier>
                <FieldQuantity>Magnetic</FieldQuantity>
            </Field>
        </Parameter>
    </NumericalData>
</Spase>