Commit 344fa83978e6e4979f6915bb334cc8898f521b47
1 parent
4776497a
Exists in
master
and in
12 other branches
mex els sum over anodes
Showing
2 changed files
with
41 additions
and
4 deletions
Show diff stats
NumericalData/AMDA/MEX/ELS/mex-els-all.xml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <NumericalData> |
5 | 5 | <ResourceID>spase://CDPP/NumericalData/AMDA/MEX/ELS/mex-els-all</ResourceID> |
6 | 6 | <ResourceHeader> |
7 | - <ResourceName>electron spectra : 16 anodes</ResourceName> | |
7 | + <ResourceName>electron energy spectra : 16 anodes</ResourceName> | |
8 | 8 | <ReleaseDate>2016-10-15T09:46:00</ReleaseDate> |
9 | 9 | <Description>Level2 data. This dataset is generated directly from the MEX telemetry with IRAP software</Description> |
10 | 10 | <Acknowledgement>The Mars Express ASPERA team, S.Barabash, Swedish |
... | ... | @@ -144,7 +144,7 @@ spike is seen by the observer because it is highlighted by the transition |
144 | 144 | between the sweep high range (larger fractional error) to the low range |
145 | 145 | (smaller fractional error). -->Data gap 2015-05-24 - 2015-07-01</Caveats> |
146 | 146 | <Parameter> |
147 | - <Name>electrons</Name> | |
147 | + <Name>counts : per anode ##anode##</Name> | |
148 | 148 | <ParameterKey>mex_els_spec</ParameterKey> |
149 | 149 | <Description>energy spectrogram of electron counts</Description> |
150 | 150 | <Ucd>phys.count;phys.electron</Ucd> |
... | ... | @@ -160,5 +160,22 @@ between the sweep high range (larger fractional error) to the low range |
160 | 160 | <ParticleQuantity>Counts</ParticleQuantity> |
161 | 161 | </Particle> |
162 | 162 | </Parameter> |
163 | + <Parameter> | |
164 | + <Name>counts : sum over anodes</Name> | |
165 | + <ParameterKey>mex_els_spec_sum</ParameterKey> | |
166 | + <Description>energy spectrogram of electron counts</Description> | |
167 | + <Ucd>phys.count;phys.electron</Ucd> | |
168 | + <Units>cnts</Units> | |
169 | + <RenderingHints> | |
170 | + <DisplayType>Spectrogram</DisplayType> | |
171 | + </RenderingHints> | |
172 | + <Structure> | |
173 | + <Size>128</Size> | |
174 | + </Structure> | |
175 | + <Particle> | |
176 | + <ParticleType>Electron</ParticleType> | |
177 | + <ParticleQuantity>Counts</ParticleQuantity> | |
178 | + </Particle> | |
179 | + </Parameter> | |
163 | 180 | </NumericalData> |
164 | 181 | </Spase> | ... | ... |
NumericalData/AMDA/VEX/ELS/vex-els-all.xml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <NumericalData> |
5 | 5 | <ResourceID>spase://CDPP/NumericalData/AMDA/VEX/ELS/vex-els-all</ResourceID> |
6 | 6 | <ResourceHeader> |
7 | - <ResourceName>electron spectra : 16 anodes</ResourceName> | |
7 | + <ResourceName>electron energy spectra : 16 anodes</ResourceName> | |
8 | 8 | <ReleaseDate>2016-10-13T17:00:00</ReleaseDate> |
9 | 9 | <Description>Level2 data. This dataset is generated directly from the VEX telemetry with IRAP software </Description> |
10 | 10 | <Acknowledgement>The Venus Express ASPERA team, S.Barabash, Swedish |
... | ... | @@ -52,7 +52,7 @@ |
52 | 52 | <Keyword>plasma</Keyword> |
53 | 53 | <Keyword>electron</Keyword> |
54 | 54 | <Parameter> |
55 | - <Name>electrons</Name> | |
55 | + <Name>counts : per anode ##anode##</Name> | |
56 | 56 | <ParameterKey>vex_els_spec</ParameterKey> |
57 | 57 | <Description>Averaged energy-time spectrogram of electron counts</Description> |
58 | 58 | <Ucd>phys.count;phys.electron</Ucd> |
... | ... | @@ -60,10 +60,30 @@ |
60 | 60 | <RenderingHints> |
61 | 61 | <DisplayType>Spectrogram</DisplayType> |
62 | 62 | </RenderingHints> |
63 | + <Structure> | |
64 | + <Size>128</Size> | |
65 | + </Structure> | |
63 | 66 | <Particle> |
64 | 67 | <ParticleType>Electron</ParticleType> |
65 | 68 | <ParticleQuantity>Counts</ParticleQuantity> |
66 | 69 | </Particle> |
67 | 70 | </Parameter> |
71 | + <Parameter> | |
72 | + <Name>counts : sum over anodes</Name> | |
73 | + <ParameterKey>vex_els_spec_sum</ParameterKey> | |
74 | + <Description>energy spectrogram of electron counts</Description> | |
75 | + <Ucd>phys.count;phys.electron</Ucd> | |
76 | + <Units>cnts</Units> | |
77 | + <RenderingHints> | |
78 | + <DisplayType>Spectrogram</DisplayType> | |
79 | + </RenderingHints> | |
80 | + <Structure> | |
81 | + <Size>128</Size> | |
82 | + </Structure> | |
83 | + <Particle> | |
84 | + <ParticleType>Electron</ParticleType> | |
85 | + <ParticleQuantity>Counts</ParticleQuantity> | |
86 | + </Particle> | |
87 | + </Parameter> | |
68 | 88 | </NumericalData> |
69 | 89 | </Spase> | ... | ... |