Blame view

NumericalData/AMDA/Giotto/IMS/gio-ims-p.xml 3.44 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
<?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/Giotto/IMS/gio-ims-p</ResourceID>
        <ResourceHeader>
            <ResourceName>Protons (IMS/HERS)</ResourceName>
            <ReleaseDate>2015-10-22T15:08:29Z</ReleaseDate>
            <Description/>
            <Contact>
                <PersonID>spase://SMWG/Person/Elena.Budnik</PersonID>
                <Role>GeneralContact</Role>
            </Contact>
        </ResourceHeader>
        <AccessInformation>
            <RepositoryID>spase://SMWG/Repository/CDPP/AMDA</RepositoryID>
            <Availability>Online</Availability>
            <AccessRights>Open</AccessRights>
            <AccessURL>
                <URL>http://amda.cdpp.eu</URL>
            </AccessURL>
            <Format>NetCDF</Format>
        </AccessInformation>
        <ProviderName>PSA</ProviderName>
        <InstrumentID>spase://CDPP/Instrument/AMDA/Giotto/IMS</InstrumentID>
        <MeasurementType>ThermalPlasma</MeasurementType>
        <TemporalDescription>
            <TimeSpan>
447d3a6e   Elena.Budnik   work
29
30
                <StartDate>1986-03-13T18:30:06Z</StartDate>
                <StopDate>1986-03-14T00:00:58Z</StopDate>
1bcff323   Elena.Budnik   NumericalData
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
            </TimeSpan>
            <Cadence>PT16S</Cadence>
        </TemporalDescription>
        <Parameter>
            <Name>Vp_cse</Name>
            <ParameterKey>gio_vp_cse</ParameterKey>
            <Ucd>phys.veloc</Ucd>
            <Units>km/s</Units>
            <Structure>
                <Size>3</Size>
                <Element>
                    <Name>Vx</Name>
                    <Index>0</Index>
                    <ParameterKey>gio_vp_cse(0)</ParameterKey>
                </Element>
                <Element>
                    <Name>Vy</Name>
                    <Index>1</Index>
                    <ParameterKey>gio_vp_cse(1)</ParameterKey>
                </Element>
                <Element>
                    <Name>Vz</Name>
                    <Index>2</Index>
                    <ParameterKey>gio_vp_cse(2)</ParameterKey>
                </Element>
            </Structure>
            <Particle>
                <ParticleType>Proton</ParticleType>
                <ParticleQuantity>Velocity</ParticleQuantity>
            </Particle>
        </Parameter>
        <Parameter>
            <Name>Np</Name>
            <ParameterKey>gio_np_ims</ParameterKey>
            <Ucd>phys.density</Ucd>
            <Units>cm-1</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Particle>
                <ParticleType>Proton</ParticleType>
                <ParticleQuantity>NumberDensity</ParticleQuantity>
            </Particle>
        </Parameter>
        <Parameter>
            <Name>Tp</Name>
            <ParameterKey>gio_tp_ims</ParameterKey>
            <Ucd>phys.temperature</Ucd>
            <Units>eV</Units>
            <RenderingHints>
                <DisplayType>TimeSeries</DisplayType>
            </RenderingHints>
            <Particle>
                <ParticleType>Proton</ParticleType>
                <ParticleQuantity>Temperature</ParticleQuantity>
            </Particle>
        </Parameter>
     </NumericalData>
</Spase>