Commit 5136212fb673100cc6f1ff29053f8b0b201a6053

Authored by Benjamin Renard
1 parent 459ad576

Sum over channels parameters for Bepi/ENA

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>
... ...