Skip to content

Commit 23a683d

Browse files
author
Menlo Innovations - CAVA Project
committed
Harrison 3029 - PMCL/SWYN - CoDICE Lo direct events: Update metadata so all data variables can be plotted in CAVA
Temporarily all event data is shown as a spectrogram, cause CAVA only knows how to plot event multidimensional data like that
1 parent e2c145b commit 23a683d

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

imap_l3_processing/cdf/config/imap_codice_l3a_lo-direct-events_variable_attrs.yaml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
primary_data_variable: &primary_data_variable
1+
data_variable: &data_variable
22
VAR_TYPE: data
3-
VARIABLE_PURPOSE: primary var, summary
43
DEPEND_0: epoch
54
RECORD_VARYING: RV
65
DISPLAY_TYPE: time_series
76

7+
primary_data_variable: &primary_data_variable
8+
<<: *data_variable
9+
VARIABLE_PURPOSE: primary var, summary
10+
811
support_data: &support_data
912
VAR_TYPE: support_data
1013
DISPLAY_TYPE: no_plot
@@ -22,6 +25,7 @@ per_priority: &per_priority
2225
DEPEND_1: priority_index
2326
SCALETYP: linear
2427
LABL_PTR_1: priority_index_label
28+
DISPLAY_TYPE: spectrogram
2529

2630
per_event: &per_event
2731
<<: *per_priority
@@ -164,12 +168,16 @@ normalization:
164168
SCALETYP: linear
165169
VALIDMIN: 0
166170
VALIDMAX: 1000
171+
SCALEMIN: 0
172+
SCALEMAX: 10
167173
LABL_PTR_2: energy_bin_label
168174
LABL_PTR_3: spin_angle_bin_label
169175
VARIABLE_PURPOSE: ""
176+
DISPLAY_TYPE: spectrogram
170177

171178
normalization_per_event:
172179
<<: *per_event
180+
<<: *float_data
173181
NAME: normalization_per_event
174182
VAR_TYPE: data
175183
CATDESC: Normalization per event
@@ -183,6 +191,7 @@ normalization_per_event:
183191
SCALEMAX: 10
184192
VARIABLE_PURPOSE: ""
185193
DATA_TYPE: CDF_FLOAT
194+
DISPLAY_TYPE: spectrogram
186195

187196
mass_per_charge:
188197
<<: *per_event
@@ -420,6 +429,7 @@ half_spin_per_esa_step:
420429
VALIDMAX: 63
421430
VAR_TYPE: support_data
422431
VARIABLE_PURPOSE: ""
432+
RECORD_VARYING: RV
423433

424434
rgfo_spin_sector:
425435
NAME: rgfo_spin_sector
@@ -438,6 +448,7 @@ rgfo_spin_sector:
438448
VAR_NOTES: Indicates the spin sector when Reduced Gain Factor Operation (RGFO) was activated. In RGFO, the Entrance ESA voltage is reduced in order to limit the number of ions that reach the detectors.
439449
VAR_TYPE: data
440450
VARIABLE_PURPOSE: ""
451+
RECORD_VARYING: RV
441452

442453
rgfo_esa_step:
443454
NAME: rgfo_esa_step
@@ -456,6 +467,7 @@ rgfo_esa_step:
456467
VAR_NOTES: Indicates the energy step when Reduced Gain Factor Operation (RGFO) was activated. In RGFO, the Entrance ESA voltage is reduced in order to limit the number of ions that reach the detectors.
457468
VAR_TYPE: data
458469
VARIABLE_PURPOSE: ""
470+
RECORD_VARYING: RV
459471

460472
nso_spin_sector:
461473
NAME: nso_spin_sector
@@ -474,6 +486,7 @@ nso_spin_sector:
474486
VAR_NOTES: Indicates the spin sector when No Scan Operation (NSO) was activated. In NSO, the ESA voltage is set to the first step in the scan and remains fixed until the next cycle boundary.
475487
VAR_TYPE: data
476488
VARIABLE_PURPOSE: ""
489+
RECORD_VARYING: RV
477490

478491
nso_esa_step:
479492
NAME: nso_esa_step
@@ -491,4 +504,5 @@ nso_esa_step:
491504
VALIDMAX: 255
492505
VAR_NOTES: Indicates the energy step when No Scan Operation (NSO) was activated. In NSO, the ESA voltage is set to the first step in the scan and remains fixed until the next cycle boundary.
493506
VAR_TYPE: data
494-
VARIABLE_PURPOSE: ""
507+
VARIABLE_PURPOSE: ""
508+
RECORD_VARYING: RV

0 commit comments

Comments
 (0)