Commit 311bcd02008edef5c6a60a1eea50e888ebb774a5
1 parent
e145306e
Exists in
master
and in
11 other branches
galileo pls fit
Showing
3 changed files
with
211 additions
and
5 deletions
Show diff stats
... | ... | @@ -0,0 +1,200 @@ |
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/Galileo/PLS/gll-pls-fit</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>fitted parameters</ResourceName> | |
8 | + <ReleaseDate>2016-07-07T00:00:00.000Z</ReleaseDate> | |
9 | + <Description>This product contains all the fits (both good and bad) that were found during | |
10 | + a grant from NASA's Jupiter Data Analysis Program (NNX09AE03G). | |
11 | + The Galileo PLS plasma data used in the forward model plasma parameter | |
12 | + calculations given here came from the PDS3 GO-J-PLS-3-RDR-FULLRES-V1.0 in | |
13 | + the Planetary Data System (PDS). See [BAGENAL2016] for the full details: | |
14 | + | |
15 | + Bagenal, F., R. J. Wilson, S. Siler, W. R. Paterson, and W. S. Kurth | |
16 | + (2016), Survey of Galileo plasma observations in Jupiter's plasma sheet, | |
17 | + J. Geophys. Res. Planets, 121, 871-894, doi:10.1002/2016JE005009.</Description> | |
18 | + <Contact> | |
19 | + <PersonID>spase://CNES/Person/F.Bagenal</PersonID> | |
20 | + <Role>DataProducer</Role> | |
21 | + </Contact> | |
22 | + </ResourceHeader> | |
23 | + <AccessInformation> | |
24 | + <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> | |
25 | + <AccessURL> | |
26 | + <URL>http://amda.cdpp.eu</URL> | |
27 | + </AccessURL> | |
28 | + <Format>NetCDF</Format> | |
29 | + </AccessInformation> | |
30 | + <ProviderName>PDS</ProviderName> | |
31 | + <ProviderResourceName>GO_PLS_FITTED_PARAMETERS_V01</ProviderResourceName> | |
32 | + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Galileo/PLS</InstrumentID> | |
33 | + <MeasurementType>ThermalPlasma</MeasurementType> | |
34 | + <TemporalDescription> | |
35 | + <TimeSpan> | |
36 | + <StartDate>1995-12-07T15:21:07Z</StartDate> | |
37 | + <StopDate>2003-09-21T18:25:25Z</StopDate> | |
38 | + </TimeSpan> | |
39 | + <CadenceMin>PT8S</CadenceMin> | |
40 | + <CadenceMax>PT775S</CadenceMax> | |
41 | + </TemporalDescription> | |
42 | + <ObservedRegion>Jupiter</ObservedRegion> | |
43 | + <ObservedRegion>Jupiter.Io</ObservedRegion> | |
44 | + <ObservedRegion>Jupiter.Callisto</ObservedRegion> | |
45 | + <ObservedRegion>Jupiter.Europa</ObservedRegion> | |
46 | + <ObservedRegion>Jupiter.Ganymede</ObservedRegion> | |
47 | + <Keyword>Jupiter</Keyword> | |
48 | + <Keyword>GALILEO</Keyword> | |
49 | + <Parameter> | |
50 | + <Name>density</Name> | |
51 | + <ParameterKey>gll_pls_fitn</ParameterKey> | |
52 | + <Description>Ion density fitted</Description> | |
53 | + <Ucd>phys.density;phys.atmol.ionStage</Ucd> | |
54 | + <Units>cm^-3</Units> | |
55 | + <RenderingHints> | |
56 | + <DisplayType>TimeSeries</DisplayType> | |
57 | + </RenderingHints> | |
58 | + <Particle> | |
59 | + <ParticleType>Ion</ParticleType> | |
60 | + <ParticleQuantity>NumberDensity</ParticleQuantity> | |
61 | + </Particle> | |
62 | + </Parameter> | |
63 | + <Parameter> | |
64 | + <Name>density uncertainty</Name> | |
65 | + <ParameterKey>gll_pls_fitnun</ParameterKey> | |
66 | + <Description>fitted Ion density uncertainty</Description> | |
67 | + <Ucd>phys.density;phys.atmol.ionStage</Ucd> | |
68 | + <Units>cm^-3</Units> | |
69 | + <RenderingHints> | |
70 | + <DisplayType>TimeSeries</DisplayType> | |
71 | + </RenderingHints> | |
72 | + <Particle> | |
73 | + <ParticleType>Ion</ParticleType> | |
74 | + <ParticleQuantity>NumberDensity</ParticleQuantity> | |
75 | + </Particle> | |
76 | + </Parameter> | |
77 | + <Parameter> | |
78 | + <Name>temperature</Name> | |
79 | + <ParameterKey>gll_pls_fitt</ParameterKey> | |
80 | + <Description>Ion temperature fitted</Description> | |
81 | + <Ucd>phys.temperature;phys.atmol.ionStage</Ucd> | |
82 | + <Units>eV</Units> | |
83 | + <RenderingHints> | |
84 | + <DisplayType>TimeSeries</DisplayType> | |
85 | + </RenderingHints> | |
86 | + <Particle> | |
87 | + <ParticleType>Ion</ParticleType> | |
88 | + <ParticleQuantity>Temperature</ParticleQuantity> | |
89 | + </Particle> | |
90 | + </Parameter> | |
91 | + <Parameter> | |
92 | + <Name>temperature uncertainty</Name> | |
93 | + <ParameterKey>gll_pls_fittun</ParameterKey> | |
94 | + <Description>fitted Ion temperature uncertainty</Description> | |
95 | + <Ucd>phys.temperature;phys.atmol.ionStage</Ucd> | |
96 | + <Units>eV</Units> | |
97 | + <RenderingHints> | |
98 | + <DisplayType>TimeSeries</DisplayType> | |
99 | + </RenderingHints> | |
100 | + <Particle> | |
101 | + <ParticleType>Ion</ParticleType> | |
102 | + <ParticleQuantity>Temperature</ParticleQuantity> | |
103 | + </Particle> | |
104 | + </Parameter> | |
105 | + <Parameter> | |
106 | + <Name>velocity</Name> | |
107 | + <ParameterKey>gll_pls_fitv</ParameterKey> | |
108 | + <Description>Fitted value of V (Vr, Vtheta, Vphi) in SC coordinates</Description> | |
109 | + <Ucd>phys.veloc;phys.atmol.ionStage</Ucd> | |
110 | + <RenderingHints> | |
111 | + <DisplayType>TimeSeries</DisplayType> | |
112 | + </RenderingHints> | |
113 | + <Structure> | |
114 | + <Size>3</Size> | |
115 | + <Element> | |
116 | + <Name>vr</Name> | |
117 | + <Index>1</Index> | |
118 | + <ParameterKey>gll_pls_fitv(0)</ParameterKey> | |
119 | + <Units>km/s</Units> | |
120 | + </Element> | |
121 | + <Element> | |
122 | + <Name>vth</Name> | |
123 | + <Index>2</Index> | |
124 | + <ParameterKey>gll_pls_fitv(1)</ParameterKey> | |
125 | + <Units>km/s</Units> | |
126 | + </Element> | |
127 | + <Element> | |
128 | + <Name>vph</Name> | |
129 | + <Index>3</Index> | |
130 | + <ParameterKey>gll_pls_fitv(2)</ParameterKey> | |
131 | + <Units>km/s</Units> | |
132 | + </Element> | |
133 | + </Structure> | |
134 | + <Particle> | |
135 | + <ParticleType>Ion</ParticleType> | |
136 | + <ParticleQuantity>Velocity</ParticleQuantity> | |
137 | + </Particle> | |
138 | + </Parameter> | |
139 | + <Parameter> | |
140 | + <Name>velocity uncertainty</Name> | |
141 | + <ParameterKey>gll_pls_fitvun</ParameterKey> | |
142 | + <Description>Uncertainty of fitted value of V sigma(Vr, Vtheta, Vphi)</Description> | |
143 | + <Ucd>phys.veloc;phys.atmol.ionStage</Ucd> | |
144 | + <RenderingHints> | |
145 | + <DisplayType>TimeSeries</DisplayType> | |
146 | + </RenderingHints> | |
147 | + <Structure> | |
148 | + <Size>3</Size> | |
149 | + <Element> | |
150 | + <Name>sig_vr</Name> | |
151 | + <Index>1</Index> | |
152 | + <ParameterKey>gll_pls_fitvun(0)</ParameterKey> | |
153 | + <Units>km/s</Units> | |
154 | + </Element> | |
155 | + <Element> | |
156 | + <Name>sig_vth</Name> | |
157 | + <Index>2</Index> | |
158 | + <ParameterKey>gll_pls_fitvun(1)</ParameterKey> | |
159 | + <Units>km/s</Units> | |
160 | + </Element> | |
161 | + <Element> | |
162 | + <Name>sig_vph</Name> | |
163 | + <Index>3</Index> | |
164 | + <ParameterKey>gll_pls_fitvun(2)</ParameterKey> | |
165 | + <Units>km/s</Units> | |
166 | + </Element> | |
167 | + </Structure> | |
168 | + <Particle> | |
169 | + <ParticleType>Ion</ParticleType> | |
170 | + <ParticleQuantity>Velocity</ParticleQuantity> | |
171 | + </Particle> | |
172 | + </Parameter> | |
173 | + <Parameter> | |
174 | + <Name>m</Name> | |
175 | + <ParameterKey>gll_pls_fitm</ParameterKey> | |
176 | + <Description>assumed mass of ion used in fit</Description> | |
177 | + <Units>amu</Units> | |
178 | + <Particle> | |
179 | + <ParticleQuantity>Mass</ParticleQuantity> | |
180 | + </Particle> | |
181 | + </Parameter> | |
182 | + <Parameter> | |
183 | + <Name>q</Name> | |
184 | + <ParameterKey>gll_pls_fitq</ParameterKey> | |
185 | + <Description>assumed charge of ion used in fit</Description> | |
186 | + <Units>e</Units> | |
187 | + <Particle> | |
188 | + <ParticleQuantity>ChargeState</ParticleQuantity> | |
189 | + </Particle> | |
190 | + </Parameter> | |
191 | + <Parameter> | |
192 | + <Name>quality flag</Name> | |
193 | + <ParameterKey>gll_pls_fitqf</ParameterKey> | |
194 | + <Description>1=good fit, used in JGR paper; 0=bad fit</Description> | |
195 | + <Support> | |
196 | + <SupportQuantity>DataQuality</SupportQuantity> | |
197 | + </Support> | |
198 | + </Parameter> | |
199 | + </NumericalData> | |
200 | +</Spase> | ... | ... |
NumericalData/CDPP-AMDA/Galileo/ephemeris/gll-orbit-jup.xml
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <ResourceName>orbit jupiter</ResourceName> |
8 | 8 | <AlternateName>Galileo ephemeris during Jupiter orbiting : 5 min</AlternateName> |
9 | 9 | <ReleaseDate>2018-10-07T11:25:00.000Z</ReleaseDate> |
10 | - <Description>Galileo Ephemeris are calculated in IRAP by using Galilei SPICE kernels</Description> | |
10 | + <Description>Galileo Ephemeris are calculated in IRAP by using Galileo SPICE kernels</Description> | |
11 | 11 | <Contact> |
12 | 12 | <PersonID>spase://CNES/Person/NAIF</PersonID> |
13 | 13 | <Role>PrincipalInvestigator</Role> |
... | ... | @@ -110,10 +110,6 @@ |
110 | 110 | <ParameterKey>gll_r_jup</ParameterKey> |
111 | 111 | <Ucd>pos.distance;instr.obsty</Ucd> |
112 | 112 | <Units>Rj</Units> |
113 | - <CoordinateSystem> | |
114 | - <CoordinateRepresentation>Cartesian</CoordinateRepresentation> | |
115 | - <CoordinateSystemName>IAU_JUPITER</CoordinateSystemName> | |
116 | - </CoordinateSystem> | |
117 | 113 | <RenderingHints> |
118 | 114 | <DisplayType>TimeSeries</DisplayType> |
119 | 115 | </RenderingHints> | ... | ... |
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Spase xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.spase-group.org/data/schema" xsi:schemaLocation="http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_0.xsd"> | |
3 | + <Version>2.2.0</Version> | |
4 | + <Person> | |
5 | + <ResourceID>spase://CNES/Person/F.Bagenal</ResourceID> | |
6 | + <ReleaseDate>2010-08-05T17:35:47Z</ReleaseDate> | |
7 | + <PersonName>Dr. Fran Bagenal</PersonName> | |
8 | + <OrganizationName>University of Colorado</OrganizationName> | |
9 | + </Person> | |
10 | +</Spase> | ... | ... |