Blame view

NumericalData/CDPP-AMDA/UKS/WAV/uks-wav-pow.xml 4.64 KB
e0af0bb1   Quentin Brzustowski   Created descripto...
1
2
3
4
5
6
<?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_0.xsd">
   <Version>2.3.0</Version>
   <NumericalData>
      <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/UKS/WAV/uks-wav-pow</ResourceID>
      <ResourceHeader>
763ab946   Elena.Budnik   ampte modifs
7
          <ResourceName>mean / peak values</ResourceName>
205decd1   Quentin Brzustowski   changed descripti...
8
9
          <AlternateName>Average and peak e field wave power over .11 to 3.9 kHz</AlternateName>
          <AlternateName>UKS POW</AlternateName>
e0af0bb1   Quentin Brzustowski   Created descripto...
10
          <ReleaseDate>2019-05-05T12:34:56Z</ReleaseDate>
6bbaddf8   Quentin Brzustowski   moved validity fl...
11
12
13
14
15
16
17
18
         <Description>
             Validity flag: 
             * unvalidated  = 1
             * validated = 0
             * requires reprocessing = 2
             * bad data, cannot reprocess = 3
             * may contain noise or outliers = 4
             * systematic instrumental effects = 5
763ab946   Elena.Budnik   ampte modifs
19
             * PI quality flags = 6
6bbaddf8   Quentin Brzustowski   moved validity fl...
20
             * fill value = 7
e0af0bb1   Quentin Brzustowski   Created descripto...
21
22
23
24
25
26
27
28
29
30
31
32
33
         </Description>
          <Acknowledgement>User will acknowledge the AMPTE/UKS wave Experiment team in any publication resulting from the use of these data.
         </Acknowledgement>
         <Contact>
             <PersonID>spase://SMWG/Person/Les.J.C.Woolliscroft</PersonID>
           <Role>PrincipalInvestigator</Role>
         </Contact>
         <InformationURL>
           <Name>NSSDC Master Catalog</Name>
             <URL>https://nssdc.gsfc.nasa.gov/nmc/experiment/display.action?id=1984-088C-05</URL>
           <Description>
           </Description>
         </InformationURL>
763ab946   Elena.Budnik   ampte modifs
34
35
36
37
38
          <Association>
              <AssociationID>uks-wav-all</AssociationID>
              <AssociationType>PartOf</AssociationType>
              <Note>e field power</Note>
          </Association>
e0af0bb1   Quentin Brzustowski   Created descripto...
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
      </ResourceHeader>
      <AccessInformation>
         <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID>
         <Availability>Online</Availability>
         <AccessRights>Open</AccessRights>
         <AccessURL>
            <Name>AMDA at CDPP</Name>
            <URL>
                http://amda.cdpp.eu
            </URL>
         </AccessURL>
         <Format>Text</Format>
         <Acknowledgement>
                AMDA is a science analysis system provided by the Centre de Donnees de la 
                Physique des Plasmas (CDPP) supported by CNRS, CNES, Observatoire de Paris and 
                Universite Paul Sabatier, Toulouse
         </Acknowledgement>
      </AccessInformation>
      <ProviderName></ProviderName> 
       <ProviderResourceName></ProviderResourceName>
      <ProviderAcknowlegment></ProviderAcknowlegment>
      <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/UKS/WAV</InstrumentID>
      <MeasurementType>Waves</MeasurementType>
      <TemporalDescription>
         <TimeSpan>
             <StartDate>1984-08-25T07:31:00</StartDate>
             <StopDate>1985-06-15T23:59:59</StopDate>
         </TimeSpan>
          <CadenceMin>PT2.524S</CadenceMin>
          <CadenceMax>PT7.496S</CadenceMax>
      </TemporalDescription>
       <ObservedRegion>Earth.Magnetosheath</ObservedRegion>
       <ObservedRegion>Earth.Magnetosphere</ObservedRegion>
       <ObservedRegion>Earth.Magnetosphere.Magnetotail</ObservedRegion>   
       <ObservedRegion>Heliosphere.NearEarth</ObservedRegion>
      <Parameter>
205decd1   Quentin Brzustowski   changed descripti...
75
         <Name>p_mean</Name>
e0af0bb1   Quentin Brzustowski   Created descripto...
76
77
78
79
80
         <ParameterKey>uks_pow_m</ParameterKey>
         <Description>
             Average wave power over .11 to 3.9 kHz
         </Description>
         <Units>V²/m²</Units>
e0af0bb1   Quentin Brzustowski   Created descripto...
81
82
83
84
85
         <RenderingHints>
              <DisplayType>TimeSeries</DisplayType>
         </RenderingHints>
      </Parameter>
      <Parameter>
205decd1   Quentin Brzustowski   changed descripti...
86
          <Name>p_peak</Name>
e0af0bb1   Quentin Brzustowski   Created descripto...
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
          <ParameterKey>uks_pow_pk</ParameterKey>
          <Description>
              Peak wave power over .11 to 3.9 kHz
          </Description>
          <Units>V²/m²</Units>
          <RenderingHints>
              <DisplayType>TimeSeries</DisplayType>
          </RenderingHints>
      </Parameter>
      <Parameter>
          <Name>flag</Name>
          <ParameterKey>uks_pow_fl</ParameterKey>
          <Description>
              Validity flag: 
              * unvalidated  = 1
              * validated = 0
              * requires reprocessing = 2
              * bad data, cannot reprocess = 3
              * may contain noise or outliers = 4
              * systematic instrumental effects = 5
              * PI quality flags) = 6
              * fill value = 7
          </Description>
e0af0bb1   Quentin Brzustowski   Created descripto...
110
111
112
113
114
115
          <RenderingHints>
              <DisplayType>TimeSeries</DisplayType>
          </RenderingHints>
      </Parameter>
</NumericalData>
</Spase>