Commit 5136212fb673100cc6f1ff29053f8b0b201a6053
1 parent
459ad576
Exists in
juice_jdc
and in
4 other branches
Sum over channels parameters for Bepi/ENA
Showing
1 changed file
with
13 additions
and
1 deletions
Show diff stats
NumericalData/CDPP-AMDA/BepiColombo/Mio/ENA/bepi-ena-venus2.xml
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | <CadenceMax>PT100S</CadenceMax> |
35 | 35 | </TemporalDescription> |
36 | 36 | <Parameter> |
37 | - <Name>cnts</Name> | |
37 | + <Name>cnts by channel</Name> | |
38 | 38 | <ParameterKey>ena_venus2_channel</ParameterKey> |
39 | 39 | <Description/> |
40 | 40 | <Ucd/> |
... | ... | @@ -47,5 +47,17 @@ |
47 | 47 | <ParticleQuantity>Counts</ParticleQuantity> |
48 | 48 | </Particle> |
49 | 49 | </Parameter> |
50 | + <Parameter> | |
51 | + <Name>cnts : sum over channels</Name> | |
52 | + <ParameterKey>ena_venus2_total</ParameterKey> | |
53 | + <Units>cnts</Units> | |
54 | + <RenderingHints> | |
55 | + <DisplayType>Spectrogram</DisplayType> | |
56 | + </RenderingHints> | |
57 | + <Particle> | |
58 | + <ParticleType>Atom</ParticleType> | |
59 | + <ParticleQuantity>Counts</ParticleQuantity> | |
60 | + </Particle> | |
61 | + </Parameter> | |
50 | 62 | </NumericalData> |
51 | 63 | </Spase> | ... | ... |