Blame view

NumericalData/CDPP-AMDA/PSP/psp-fld-qfl.xml 5.67 KB
5e3ae3e9   Elena.Budnik   PSP
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">
b58bb713   Elena.Budnik   PSP corrs
3
   <Version>2.3.1</Version>
5e3ae3e9   Elena.Budnik   PSP
4
   <NumericalData>
b58bb713   Elena.Budnik   PSP corrs
5
      <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/PSP/psp-fld-qfl</ResourceID>
5e3ae3e9   Elena.Budnik   PSP
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
      <ResourceHeader>
          <ResourceName>quality flag</ResourceName>
          <AlternateName>PSP FIELDS Quality flags</AlternateName>      
          <ReleaseDate>2019-11-12T10:48:29Z</ReleaseDate>
         <Description> 
             The quality flags is a bitwise variable, meaning that multiple flags can be set for a single time, by adding flag values. Current flagged values are: 
             * 1: FIELDS antenna bias sweep, 
             * 2: PSP thruster firing, 
             * 4: SCM Calibration, 
             * 8: PSP rotations for MAG calibration (MAG rolls), 
             * 16: FIELDS MAG calibration sequence, 
             * 32: SWEAP SPC in electron mode, 
             * 64: PSP Solar limb sensor (SLS) test. 
             * 128: PSP spacecraft is off umbra pointing (heat shield not pointed sunward). 
             * 0: A value of zero corresponds to no set flags
             The data is available both in the form of an integer and as a vector of 8 components corresponding to the flagging of each scenarii.
         </Description>
         <Acknowledgement>
         </Acknowledgement>
         <Contact>
           <PersonID>spase://SMWG/Person/Stuart.D.Bale </PersonID>
           <Role>PrincipalInvestigator</Role>
         </Contact>
         <InformationURL>
           <Name>FIELDS data release information</Name>
             <URL>http://fields.ssl.berkeley.edu/data/</URL>
           <Description>
              Relevant information to the data released for the FIELDS instrument on the Parker Solar Probe
           </Description>
         </InformationURL>
      </ResourceHeader>
      <AccessInformation>
b58bb713   Elena.Budnik   PSP corrs
38
         <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID>
5e3ae3e9   Elena.Budnik   PSP
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
         <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>SPDF</ProviderName> 
       <ProviderResourceName>psp/fields/l2/mag_rtn_1min/</ProviderResourceName>
      <ProviderAcknowlegment> 
          Please acknowledge the CDAWeb team at GSFC/SPDF.</ProviderAcknowlegment>
b58bb713   Elena.Budnik   PSP corrs
58
      <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/PSP/MAG</InstrumentID>
5e3ae3e9   Elena.Budnik   PSP
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
124
125
126
127
128
129
130
131
132
133
134
135
136
      <MeasurementType>InstrumentStatus</MeasurementType>
      <TemporalDescription>
         <TimeSpan>
            <StartDate>2018-08-12T00:00:12Z</StartDate>
             <StopDate>2025-08-29T23:59:55Z</StopDate>
         </TimeSpan>
         <Cadence>PT60S</Cadence>
      </TemporalDescription>
      <ObservedRegion>Heliosphere.Inner</ObservedRegion>
      <Parameter>
         <Name>q value</Name>
         <ParameterKey>psp_fld_qfl</ParameterKey>
         <Description>
             Bitwise variable quality
         </Description>
         <Units></Units>
         <RenderingHints>
              <DisplayType>TimeSeries</DisplayType>
         </RenderingHints>
         <Structure>
             <Size>1</Size>
         </Structure>
      </Parameter>
      <Parameter>
          <Name>q vector</Name>
          <ParameterKey>psp_fld_qflbin</ParameterKey>
          <Description>
              Quality flags described as a vector. Each component corresponds to a flag value
          </Description>
          <RenderingHints>
              <DisplayType>TimeSeries</DisplayType>
          </RenderingHints>
          <Structure>
              <Size>8</Size>
              <Element>
                  <Name>antenna sweep</Name>
                  <Index>1</Index>
                  <ParameterKey>psp_fld_qflbin(0)</ParameterKey>
              </Element>
              <Element>
                  <Name>thruster firing</Name>
                  <Index>2</Index>
                  <ParameterKey>psp_fld_qflbin(1)</ParameterKey>
              </Element>
              <Element>
                  <Name>SCM calibr.</Name>
                  <Index>3</Index>
                  <ParameterKey>psp_fld_qflbin(2)</ParameterKey>
              </Element>
              <Element>
                  <Name>PSP rotations</Name>
                  <Index>4</Index>
                  <ParameterKey>psp_fld_qflbin(3)</ParameterKey>
              </Element>
              <Element>
                  <Name>MAG calibr. seq.</Name>
                  <Index>5</Index>
                  <ParameterKey>psp_fld_qflbin(4)</ParameterKey>
              </Element>
              <Element>
                  <Name>SWP cup e- mode</Name>
                  <Index>6</Index>
                  <ParameterKey>psp_fld_qflbin(5)</ParameterKey>
              </Element>
              <Element>
                  <Name>SLS test</Name>
                  <Index>7</Index>
                  <ParameterKey>psp_fld_qflbin(6)</ParameterKey>
              </Element>
              <Element>
                  <Name>off umbra</Name>
                  <Index>8</Index>
                  <ParameterKey>psp_fld_qflbin(7)</ParameterKey>
              </Element>
          </Structure>
       </Parameter>
</NumericalData>
</Spase>