You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: imap_l3_processing/cdf/config/imap_codice_l3a_lo-direct-events_variable_attrs.yaml
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,13 @@
1
-
primary_data_variable: &primary_data_variable
1
+
data_variable: &data_variable
2
2
VAR_TYPE: data
3
-
VARIABLE_PURPOSE: primary var, summary
4
3
DEPEND_0: epoch
5
4
RECORD_VARYING: RV
6
5
DISPLAY_TYPE: time_series
7
6
7
+
primary_data_variable: &primary_data_variable
8
+
<<: *data_variable
9
+
VARIABLE_PURPOSE: primary var, summary
10
+
8
11
support_data: &support_data
9
12
VAR_TYPE: support_data
10
13
DISPLAY_TYPE: no_plot
@@ -22,6 +25,7 @@ per_priority: &per_priority
22
25
DEPEND_1: priority_index
23
26
SCALETYP: linear
24
27
LABL_PTR_1: priority_index_label
28
+
DISPLAY_TYPE: spectrogram
25
29
26
30
per_event: &per_event
27
31
<<: *per_priority
@@ -164,12 +168,16 @@ normalization:
164
168
SCALETYP: linear
165
169
VALIDMIN: 0
166
170
VALIDMAX: 1000
171
+
SCALEMIN: 0
172
+
SCALEMAX: 10
167
173
LABL_PTR_2: energy_bin_label
168
174
LABL_PTR_3: spin_angle_bin_label
169
175
VARIABLE_PURPOSE: ""
176
+
DISPLAY_TYPE: spectrogram
170
177
171
178
normalization_per_event:
172
179
<<: *per_event
180
+
<<: *float_data
173
181
NAME: normalization_per_event
174
182
VAR_TYPE: data
175
183
CATDESC: Normalization per event
@@ -183,6 +191,7 @@ normalization_per_event:
183
191
SCALEMAX: 10
184
192
VARIABLE_PURPOSE: ""
185
193
DATA_TYPE: CDF_FLOAT
194
+
DISPLAY_TYPE: spectrogram
186
195
187
196
mass_per_charge:
188
197
<<: *per_event
@@ -420,6 +429,7 @@ half_spin_per_esa_step:
420
429
VALIDMAX: 63
421
430
VAR_TYPE: support_data
422
431
VARIABLE_PURPOSE: ""
432
+
RECORD_VARYING: RV
423
433
424
434
rgfo_spin_sector:
425
435
NAME: rgfo_spin_sector
@@ -438,6 +448,7 @@ rgfo_spin_sector:
438
448
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.
439
449
VAR_TYPE: data
440
450
VARIABLE_PURPOSE: ""
451
+
RECORD_VARYING: RV
441
452
442
453
rgfo_esa_step:
443
454
NAME: rgfo_esa_step
@@ -456,6 +467,7 @@ rgfo_esa_step:
456
467
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.
457
468
VAR_TYPE: data
458
469
VARIABLE_PURPOSE: ""
470
+
RECORD_VARYING: RV
459
471
460
472
nso_spin_sector:
461
473
NAME: nso_spin_sector
@@ -474,6 +486,7 @@ nso_spin_sector:
474
486
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.
475
487
VAR_TYPE: data
476
488
VARIABLE_PURPOSE: ""
489
+
RECORD_VARYING: RV
477
490
478
491
nso_esa_step:
479
492
NAME: nso_esa_step
@@ -491,4 +504,5 @@ nso_esa_step:
491
504
VALIDMAX: 255
492
505
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.
0 commit comments