Commit ad9b86d81bd066c554d3049ba105ca39fabd686f
1 parent
0b4f462c
Exists in
branch_q
Antenna => antenna
Showing
1 changed file
with
136 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,136 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
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://www.spase-group.org/data/schema/spase-2_3_0.xsd"> | |
3 | + <Version>2.3.0</Version> | |
4 | + <NumericalData> | |
5 | + <ResourceID>spase://CDPP/NumericalData/AMDA/PSP/psp-fld-qfl</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>quality flag</ResourceName> | |
8 | + <AlternateName>PSP FIELDS Quality flags</AlternateName> | |
9 | + <ReleaseDate>2019-11-12T10:48:29Z</ReleaseDate> | |
10 | + <Description> | |
11 | + 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: | |
12 | + * 1: FIELDS antenna bias sweep, | |
13 | + * 2: PSP thruster firing, | |
14 | + * 4: SCM Calibration, | |
15 | + * 8: PSP rotations for MAG calibration (MAG rolls), | |
16 | + * 16: FIELDS MAG calibration sequence, | |
17 | + * 32: SWEAP SPC in electron mode, | |
18 | + * 64: PSP Solar limb sensor (SLS) test. | |
19 | + * 128: PSP spacecraft is off umbra pointing (heat shield not pointed sunward). | |
20 | + * 0: A value of zero corresponds to no set flags | |
21 | + 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. | |
22 | + </Description> | |
23 | + <Acknowledgement> | |
24 | + </Acknowledgement> | |
25 | + <Contact> | |
26 | + <PersonID>spase://SMWG/Person/Stuart.D.Bale </PersonID> | |
27 | + <Role>PrincipalInvestigator</Role> | |
28 | + </Contact> | |
29 | + <InformationURL> | |
30 | + <Name>FIELDS data release information</Name> | |
31 | + <URL>http://fields.ssl.berkeley.edu/data/</URL> | |
32 | + <Description> | |
33 | + Relevant information to the data released for the FIELDS instrument on the Parker Solar Probe | |
34 | + </Description> | |
35 | + </InformationURL> | |
36 | + </ResourceHeader> | |
37 | + <AccessInformation> | |
38 | + <RepositoryID>spase://SMWG/Repository/CDPP/AMDA</RepositoryID> | |
39 | + <Availability>Online</Availability> | |
40 | + <AccessRights>Open</AccessRights> | |
41 | + <AccessURL> | |
42 | + <Name>AMDA at CDPP</Name> | |
43 | + <URL> | |
44 | + http://amda.cdpp.eu | |
45 | + </URL> | |
46 | + </AccessURL> | |
47 | + <Format>Text</Format> | |
48 | + <Acknowledgement> | |
49 | + AMDA is a science analysis system provided by the Centre de Donnees de la | |
50 | + Physique des Plasmas (CDPP) supported by CNRS, CNES, Observatoire de Paris and | |
51 | + Universite Paul Sabatier, Toulouse | |
52 | + </Acknowledgement> | |
53 | + </AccessInformation> | |
54 | + <ProviderName>SPDF</ProviderName> | |
55 | + <ProviderResourceName>psp/fields/l2/mag_rtn_1min/</ProviderResourceName> | |
56 | + <ProviderAcknowlegment> | |
57 | + Please acknowledge the CDAWeb team at GSFC/SPDF.</ProviderAcknowlegment> | |
58 | + <InstrumentID>spase://CDPP/Instrument/AMDA/PSP/MAG</InstrumentID> | |
59 | + <MeasurementType>InstrumentStatus</MeasurementType> | |
60 | + <TemporalDescription> | |
61 | + <TimeSpan> | |
62 | + <StartDate>2018-08-12T00:00:12Z</StartDate> | |
63 | + <StopDate>2025-08-29T23:59:55Z</StopDate> | |
64 | + </TimeSpan> | |
65 | + <Cadence>PT60S</Cadence> | |
66 | + </TemporalDescription> | |
67 | + <ObservedRegion>Heliosphere.Inner</ObservedRegion> | |
68 | + <Parameter> | |
69 | + <Name>q value</Name> | |
70 | + <ParameterKey>psp_fld_qfl</ParameterKey> | |
71 | + <Description> | |
72 | + Bitwise variable quality | |
73 | + </Description> | |
74 | + <Units></Units> | |
75 | + <RenderingHints> | |
76 | + <DisplayType>TimeSeries</DisplayType> | |
77 | + </RenderingHints> | |
78 | + <Structure> | |
79 | + <Size>1</Size> | |
80 | + </Structure> | |
81 | + </Parameter> | |
82 | + <Parameter> | |
83 | + <Name>q vector</Name> | |
84 | + <ParameterKey>psp_fld_qflbin</ParameterKey> | |
85 | + <Description> | |
86 | + Quality flags described as a vector. Each component corresponds to a flag value | |
87 | + </Description> | |
88 | + <RenderingHints> | |
89 | + <DisplayType>TimeSeries</DisplayType> | |
90 | + </RenderingHints> | |
91 | + <Structure> | |
92 | + <Size>8</Size> | |
93 | + <Element> | |
94 | + <Name>antenna sweep</Name> | |
95 | + <Index>1</Index> | |
96 | + <ParameterKey>psp_fld_qflbin(0)</ParameterKey> | |
97 | + </Element> | |
98 | + <Element> | |
99 | + <Name>thruster firing</Name> | |
100 | + <Index>2</Index> | |
101 | + <ParameterKey>psp_fld_qflbin(1)</ParameterKey> | |
102 | + </Element> | |
103 | + <Element> | |
104 | + <Name>SCM calibr.</Name> | |
105 | + <Index>3</Index> | |
106 | + <ParameterKey>psp_fld_qflbin(2)</ParameterKey> | |
107 | + </Element> | |
108 | + <Element> | |
109 | + <Name>PSP rotations</Name> | |
110 | + <Index>4</Index> | |
111 | + <ParameterKey>psp_fld_qflbin(3)</ParameterKey> | |
112 | + </Element> | |
113 | + <Element> | |
114 | + <Name>MAG calibr. seq.</Name> | |
115 | + <Index>5</Index> | |
116 | + <ParameterKey>psp_fld_qflbin(4)</ParameterKey> | |
117 | + </Element> | |
118 | + <Element> | |
119 | + <Name>SWP cup e- mode</Name> | |
120 | + <Index>6</Index> | |
121 | + <ParameterKey>psp_fld_qflbin(5)</ParameterKey> | |
122 | + </Element> | |
123 | + <Element> | |
124 | + <Name>SLS test</Name> | |
125 | + <Index>7</Index> | |
126 | + <ParameterKey>psp_fld_qflbin(6)</ParameterKey> | |
127 | + </Element> | |
128 | + <Element> | |
129 | + <Name>off umbra</Name> | |
130 | + <Index>8</Index> | |
131 | + <ParameterKey>psp_fld_qflbin(7)</ParameterKey> | |
132 | + </Element> | |
133 | + </Structure> | |
134 | + </Parameter> | |
135 | +</NumericalData> | |
136 | +</Spase> | |
... | ... |