Commit 3ff62f4caa8d26b7be76d52155204aaf5437d846
1 parent
69472681
Exists in
master
and in
11 other branches
Cassini Caps Fit
Showing
1 changed file
with
296 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,296 @@ |
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://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd"> | |
3 | + <Version>2.3.1</Version> | |
4 | + <NumericalData> | |
5 | + <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Cassini/CAPS/cass-caps-fit</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>fitted parameters</ResourceName> | |
8 | + <AlternateName>Cassini CAPS Fitted Parameters</AlternateName> | |
9 | + <ReleaseDate>2018-06-13T00:00:00</ReleaseDate> | |
10 | + <Description>This data collection contains fits (both good and bad) that were found during R. J. Wilson et al's grant from NASA's Cassini Data Analysis Program (NNX12AG90G). | |
11 | + The Cassini CAPS plasma data used in the forward model plasma | |
12 | +parameter calculations given here came from volume | |
13 | +CO-E/J/S/SW-CAPS-2-UNCALIBRATED-V1.0 in the Planetary Data System (PDS). | |
14 | + | |
15 | +For the full details see: | |
16 | + | |
17 | + Wilson, R. J., F. Bagenal, and A. M. Persoon (2017), Survey of thermal | |
18 | + plasma ions in Saturn’s magnetosphere utilizing a forward model, | |
19 | + J. Geophys. Res. Space Physics, 122, 7256–7278, | |
20 | + doi:10.1002/2017JA024117.</Description> | |
21 | + <Contact> | |
22 | + <PersonID>spase://CNES/Person/R.J.Wilson</PersonID> | |
23 | + <Role>DataProducer</Role> | |
24 | + </Contact> | |
25 | + </ResourceHeader> | |
26 | + <AccessInformation> | |
27 | + <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> | |
28 | + <Availability>Online</Availability> | |
29 | + <AccessRights>Open</AccessRights> | |
30 | + <AccessURL> | |
31 | + <Name>AMDA</Name> | |
32 | + <URL>amda.cdpp.eu</URL> | |
33 | + </AccessURL> | |
34 | + <Format>NetCDF</Format> | |
35 | + </AccessInformation> | |
36 | + <ProviderName>PDS</ProviderName> | |
37 | + <ProviderResourceName>CAS_CAPS_FITTED_PARAMETERS_WILSON_V01</ProviderResourceName> | |
38 | + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Cassini/CAPS</InstrumentID> | |
39 | + <MeasurementType>ThermalPlasma</MeasurementType> | |
40 | + <TemporalDescription> | |
41 | + <TimeSpan> | |
42 | + <StartDate>2004-01-01T00:00:00Z</StartDate> | |
43 | + <StopDate>2012-06-03T00:00:00Z</StopDate> | |
44 | + </TimeSpan> | |
45 | + <CadenceMin>PT26S</CadenceMin> | |
46 | + <CadenceMax>PT128S</CadenceMax> | |
47 | + </TemporalDescription> | |
48 | + <ObservedRegion>Saturn</ObservedRegion> | |
49 | + <Caveats>The main limitation to using this data set is that the data are not | |
50 | +calibrated and every bit was taken for operational testing or high voltage | |
51 | +checkouts. We do not expect any one to use this dataset for science.</Caveats> | |
52 | + <Parameter> | |
53 | + <Name>density h+</Name> | |
54 | + <ParameterKey>cass_capsfit_hn</ParameterKey> | |
55 | + <Ucd>phys.density;phys.atmol.ionStage</Ucd> | |
56 | + <Units>cm-3</Units> | |
57 | + <RenderingHints> | |
58 | + <DisplayType>TimeSeries</DisplayType> | |
59 | + </RenderingHints> | |
60 | + <Particle> | |
61 | + <ParticleType>Ion</ParticleType> | |
62 | + <ParticleQuantity>NumberDensity</ParticleQuantity> | |
63 | + </Particle> | |
64 | + </Parameter> | |
65 | + <Parameter> | |
66 | + <Name>density h+ uncertainty</Name> | |
67 | + <ParameterKey>cass_capsfit_unhn</ParameterKey> | |
68 | + <Ucd>phys.density;phys.atmol.ionStage</Ucd> | |
69 | + <Units>cm-3</Units> | |
70 | + <RenderingHints> | |
71 | + <DisplayType>TimeSeries</DisplayType> | |
72 | + </RenderingHints> | |
73 | + </Parameter> | |
74 | + <Parameter> | |
75 | + <Name>temperature h+</Name> | |
76 | + <ParameterKey>cass_capsfit_ht</ParameterKey> | |
77 | + <Structure> | |
78 | + <Size>2</Size> | |
79 | + <Element> | |
80 | + <Name>t perp</Name> | |
81 | + <Index>1</Index> | |
82 | + <ParameterKey>cass_capsfit_ht(0)</ParameterKey> | |
83 | + </Element> | |
84 | + <Element> | |
85 | + <Name>t para</Name> | |
86 | + <Index>2</Index> | |
87 | + <ParameterKey>cass_capsfit_ht(1)</ParameterKey> | |
88 | + </Element> | |
89 | + </Structure> | |
90 | + <Ucd>phys.temperature;phys.atmol.ionStage</Ucd> | |
91 | + <Units>eV</Units> | |
92 | + <RenderingHints> | |
93 | + <DisplayType>TimeSeries</DisplayType> | |
94 | + </RenderingHints> | |
95 | + <Particle> | |
96 | + <ParticleType>Ion</ParticleType> | |
97 | + <ParticleQuantity>Temperature</ParticleQuantity> | |
98 | + </Particle> | |
99 | + </Parameter> | |
100 | + <Parameter> | |
101 | + <Name>temperature h+ uncertainty</Name> | |
102 | + <ParameterKey>cass_capsfit_unht</ParameterKey> | |
103 | + <Structure> | |
104 | + <Size>2</Size> | |
105 | + <Element> | |
106 | + <Name>sigma perp</Name> | |
107 | + <Index>1</Index> | |
108 | + <ParameterKey>cass_capsfit_unht(0)</ParameterKey> | |
109 | + </Element> | |
110 | + <Element> | |
111 | + <Name>sigma para</Name> | |
112 | + <Index>2</Index> | |
113 | + <ParameterKey>cass_capsfit_unht(1)</ParameterKey> | |
114 | + </Element> | |
115 | + </Structure> | |
116 | + <Ucd>phys.temperature;phys.atmol.ionStage</Ucd> | |
117 | + <Units>eV</Units> | |
118 | + <RenderingHints> | |
119 | + <DisplayType>TimeSeries</DisplayType> | |
120 | + </RenderingHints> | |
121 | + </Parameter> | |
122 | + <Parameter> | |
123 | + <Name>density w+</Name> | |
124 | + <ParameterKey>cass_capsfit_wn</ParameterKey> | |
125 | + <Description>Water Group : O+, OH+, H2O+, H3O+</Description> | |
126 | + <Ucd>phys.density;phys.atmol.ionStage</Ucd> | |
127 | + <Units>cm-3</Units> | |
128 | + <RenderingHints> | |
129 | + <DisplayType>TimeSeries</DisplayType> | |
130 | + </RenderingHints> | |
131 | + <Particle> | |
132 | + <ParticleType>Ion</ParticleType> | |
133 | + <ParticleQuantity>NumberDensity</ParticleQuantity> | |
134 | + </Particle> | |
135 | + </Parameter> | |
136 | + <Parameter> | |
137 | + <Name>density w+ uncertainty</Name> | |
138 | + <ParameterKey>cass_capsfit_unwn</ParameterKey> | |
139 | + <Ucd>phys.density;phys.atmol.ionStage</Ucd> | |
140 | + <Units>cm-3</Units> | |
141 | + <RenderingHints> | |
142 | + <DisplayType>TimeSeries</DisplayType> | |
143 | + </RenderingHints> | |
144 | + </Parameter> | |
145 | + <Parameter> | |
146 | + <Name>temperature w+</Name> | |
147 | + <ParameterKey>cass_capsfit_wt</ParameterKey> | |
148 | + <Description>Water Group : O+, OH+, H2O+, H3O+</Description> | |
149 | + <Structure> | |
150 | + <Size>2</Size> | |
151 | + <Element> | |
152 | + <Name>t perp</Name> | |
153 | + <Index>1</Index> | |
154 | + <ParameterKey>cass_capsfit_wt(0)</ParameterKey> | |
155 | + </Element> | |
156 | + <Element> | |
157 | + <Name>t para</Name> | |
158 | + <Index>2</Index> | |
159 | + <ParameterKey>cass_capsfit_wt(1)</ParameterKey> | |
160 | + </Element> | |
161 | + </Structure> | |
162 | + <Ucd>phys.temperature;phys.atmol.ionStage</Ucd> | |
163 | + <Units>eV</Units> | |
164 | + <RenderingHints> | |
165 | + <DisplayType>TimeSeries</DisplayType> | |
166 | + </RenderingHints> | |
167 | + <Particle> | |
168 | + <ParticleType>Ion</ParticleType> | |
169 | + <ParticleQuantity>Temperature</ParticleQuantity> | |
170 | + </Particle> | |
171 | + </Parameter> | |
172 | + <Parameter> | |
173 | + <Name>temperature w+ uncertainty</Name> | |
174 | + <ParameterKey>cass_capsfit_unwt</ParameterKey> | |
175 | + <Structure> | |
176 | + <Size>2</Size> | |
177 | + <Element> | |
178 | + <Name>sigma perp</Name> | |
179 | + <Index>1</Index> | |
180 | + <ParameterKey>cass_capsfit_unwt(0)</ParameterKey> | |
181 | + </Element> | |
182 | + <Element> | |
183 | + <Name>sigma para</Name> | |
184 | + <Index>2</Index> | |
185 | + <ParameterKey>cass_capsfit_unwt(1)</ParameterKey> | |
186 | + </Element> | |
187 | + </Structure> | |
188 | + <Ucd>phys.temperature;phys.atmol.ionStage</Ucd> | |
189 | + <Units>eV</Units> | |
190 | + <RenderingHints> | |
191 | + <DisplayType>TimeSeries</DisplayType> | |
192 | + </RenderingHints> | |
193 | + </Parameter> | |
194 | + <Parameter> | |
195 | + <Name>velocity</Name> | |
196 | + <ParameterKey>cass_capsfit_v</ParameterKey> | |
197 | + <Ucd>phys.veloc;phys.atmol.ionStage</Ucd> | |
198 | + <Units>km/s</Units> | |
199 | + <RenderingHints> | |
200 | + <DisplayType>TimeSeries</DisplayType> | |
201 | + </RenderingHints> | |
202 | + <Structure> | |
203 | + <Size>3</Size> | |
204 | + <Element> | |
205 | + <Name>v_r</Name> | |
206 | + <Index>1</Index> | |
207 | + <ParameterKey>cass_capsfit_v(0)</ParameterKey> | |
208 | + </Element> | |
209 | + <Element> | |
210 | + <Name>v_phi</Name> | |
211 | + <Index>2</Index> | |
212 | + <ParameterKey>cass_capsfit_v(1)</ParameterKey> | |
213 | + </Element> | |
214 | + <Element> | |
215 | + <Name>v_theta</Name> | |
216 | + <Index>3</Index> | |
217 | + <ParameterKey>cass_capsfit_v(2)</ParameterKey> | |
218 | + </Element> | |
219 | + </Structure> | |
220 | + <Particle> | |
221 | + <ParticleType>Ion</ParticleType> | |
222 | + <ParticleQuantity>Velocity</ParticleQuantity> | |
223 | + </Particle> | |
224 | + </Parameter> | |
225 | + <Parameter> | |
226 | + <Name>velocity uncertainty</Name> | |
227 | + <ParameterKey>cass_capsfit_unv</ParameterKey> | |
228 | + <Ucd>phys.veloc;phys.atmol.ionStage</Ucd> | |
229 | + <Units>km/s</Units> | |
230 | + <RenderingHints> | |
231 | + <DisplayType>TimeSeries</DisplayType> | |
232 | + </RenderingHints> | |
233 | + <Structure> | |
234 | + <Size>3</Size> | |
235 | + <Element> | |
236 | + <Name>sigma vr</Name> | |
237 | + <Index>1</Index> | |
238 | + <ParameterKey>cass_capsfit_unv(0)</ParameterKey> | |
239 | + </Element> | |
240 | + <Element> | |
241 | + <Name>sigma vp</Name> | |
242 | + <Index>2</Index> | |
243 | + <ParameterKey>cass_capsfit_unv(1)</ParameterKey> | |
244 | + </Element> | |
245 | + <Element> | |
246 | + <Name>sigma vt</Name> | |
247 | + <Index>3</Index> | |
248 | + <ParameterKey>cass_capsfit_unv(2)</ParameterKey> | |
249 | + </Element> | |
250 | + </Structure> | |
251 | + </Parameter> | |
252 | + | |
253 | + <Parameter> | |
254 | + <Name>pos_sss</Name> | |
255 | + <ParameterKey>cass_capsfit_pos</ParameterKey> | |
256 | + <Description>The co-ordinate system used in this study and for the fitted velocity vectors is Saturn de-Spun-Sun (SSS) where +z is the Saturn spin axis, +y is defined as the cross product ofthe +z with the Saturn-to-Sun vector, and +x is defined as the cross product of +y with +z.</Description> | |
257 | + <Structure> | |
258 | + <Size>3</Size> | |
259 | + <Element> | |
260 | + <Name>sc_r</Name> | |
261 | + <Index>1</Index> | |
262 | + <ParameterKey>cass_capsfit_pos(0)</ParameterKey> | |
263 | + <Units>km</Units> | |
264 | + </Element> | |
265 | + <Element> | |
266 | + <Name>sc_lon</Name> | |
267 | + <Index>2</Index> | |
268 | + <ParameterKey>cass_capsfit_pos(1)</ParameterKey> | |
269 | + <Units>deg</Units> | |
270 | + </Element> | |
271 | + <Element> | |
272 | + <Name>sc_lat</Name> | |
273 | + <Index>1</Index> | |
274 | + <ParameterKey>cass_capsfit_pos(2)</ParameterKey> | |
275 | + <Units>deg</Units> | |
276 | + </Element> | |
277 | + </Structure> | |
278 | + <Ucd>phys.veloc;phys.atmol.ionStage</Ucd> | |
279 | + <RenderingHints> | |
280 | + <DisplayType>TimeSeries</DisplayType> | |
281 | + </RenderingHints> | |
282 | + </Parameter> | |
283 | + <Parameter> | |
284 | + <Name>quality flag</Name> | |
285 | + <ParameterKey>cass_capsfit_qf</ParameterKey> | |
286 | + <Description>1=good fit, 0=bad fit</Description> | |
287 | + <Ucd>arith.factor</Ucd> | |
288 | + <RenderingHints> | |
289 | + <DisplayType>TimeSeries</DisplayType> | |
290 | + </RenderingHints> | |
291 | + <Support> | |
292 | + <SupportQuantity>Other</SupportQuantity> | |
293 | + </Support> | |
294 | + </Parameter> | |
295 | + </NumericalData> | |
296 | +</Spase> | ... | ... |