imap-processing 0.18.0__py3-none-any.whl → 0.19.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of imap-processing might be problematic. Click here for more details.

Files changed (122) hide show
  1. imap_processing/_version.py +2 -2
  2. imap_processing/ancillary/ancillary_dataset_combiner.py +161 -1
  3. imap_processing/cdf/config/imap_codice_global_cdf_attrs.yaml +6 -0
  4. imap_processing/cdf/config/imap_codice_l1a_variable_attrs.yaml +221 -1057
  5. imap_processing/cdf/config/imap_codice_l1b_variable_attrs.yaml +307 -283
  6. imap_processing/cdf/config/imap_codice_l2_variable_attrs.yaml +1044 -203
  7. imap_processing/cdf/config/imap_constant_attrs.yaml +4 -2
  8. imap_processing/cdf/config/imap_enamaps_l2-common_variable_attrs.yaml +11 -0
  9. imap_processing/cdf/config/imap_glows_l1b_variable_attrs.yaml +15 -1
  10. imap_processing/cdf/config/imap_hi_global_cdf_attrs.yaml +5 -0
  11. imap_processing/cdf/config/imap_hit_global_cdf_attrs.yaml +10 -4
  12. imap_processing/cdf/config/imap_idex_l2a_variable_attrs.yaml +33 -4
  13. imap_processing/cdf/config/imap_idex_l2b_variable_attrs.yaml +8 -91
  14. imap_processing/cdf/config/imap_idex_l2c_variable_attrs.yaml +106 -16
  15. imap_processing/cdf/config/imap_lo_global_cdf_attrs.yaml +5 -4
  16. imap_processing/cdf/config/imap_lo_l1a_variable_attrs.yaml +4 -15
  17. imap_processing/cdf/config/imap_lo_l1c_variable_attrs.yaml +189 -98
  18. imap_processing/cdf/config/imap_mag_global_cdf_attrs.yaml +85 -2
  19. imap_processing/cdf/config/imap_mag_l1c_variable_attrs.yaml +24 -1
  20. imap_processing/cdf/config/imap_ultra_global_cdf_attrs.yaml +20 -8
  21. imap_processing/cdf/config/imap_ultra_l1b_variable_attrs.yaml +45 -35
  22. imap_processing/cdf/config/imap_ultra_l1c_variable_attrs.yaml +110 -7
  23. imap_processing/cli.py +138 -93
  24. imap_processing/codice/codice_l0.py +2 -1
  25. imap_processing/codice/codice_l1a.py +167 -69
  26. imap_processing/codice/codice_l1b.py +42 -32
  27. imap_processing/codice/codice_l2.py +215 -9
  28. imap_processing/codice/constants.py +790 -603
  29. imap_processing/codice/data/lo_stepping_values.csv +1 -1
  30. imap_processing/decom.py +1 -4
  31. imap_processing/ena_maps/ena_maps.py +71 -43
  32. imap_processing/ena_maps/utils/corrections.py +291 -0
  33. imap_processing/ena_maps/utils/map_utils.py +20 -4
  34. imap_processing/ena_maps/utils/naming.py +8 -2
  35. imap_processing/glows/ancillary/imap_glows_exclusions-by-instr-team_20250923_v002.dat +10 -0
  36. imap_processing/glows/ancillary/imap_glows_map-of-excluded-regions_20250923_v002.dat +393 -0
  37. imap_processing/glows/ancillary/imap_glows_map-of-uv-sources_20250923_v002.dat +593 -0
  38. imap_processing/glows/ancillary/imap_glows_pipeline-settings_20250923_v002.json +54 -0
  39. imap_processing/glows/ancillary/imap_glows_suspected-transients_20250923_v002.dat +10 -0
  40. imap_processing/glows/l1b/glows_l1b.py +123 -18
  41. imap_processing/glows/l1b/glows_l1b_data.py +358 -47
  42. imap_processing/glows/l2/glows_l2.py +11 -0
  43. imap_processing/hi/hi_l1a.py +124 -3
  44. imap_processing/hi/hi_l1b.py +154 -71
  45. imap_processing/hi/hi_l1c.py +4 -109
  46. imap_processing/hi/hi_l2.py +104 -60
  47. imap_processing/hi/utils.py +262 -8
  48. imap_processing/hit/l0/constants.py +3 -0
  49. imap_processing/hit/l0/decom_hit.py +3 -6
  50. imap_processing/hit/l1a/hit_l1a.py +311 -21
  51. imap_processing/hit/l1b/hit_l1b.py +54 -126
  52. imap_processing/hit/l2/hit_l2.py +6 -6
  53. imap_processing/ialirt/calculate_ingest.py +219 -0
  54. imap_processing/ialirt/constants.py +12 -2
  55. imap_processing/ialirt/generate_coverage.py +15 -2
  56. imap_processing/ialirt/l0/ialirt_spice.py +6 -2
  57. imap_processing/ialirt/l0/parse_mag.py +293 -42
  58. imap_processing/ialirt/l0/process_hit.py +5 -3
  59. imap_processing/ialirt/l0/process_swapi.py +41 -25
  60. imap_processing/ialirt/process_ephemeris.py +70 -14
  61. imap_processing/ialirt/utils/create_xarray.py +1 -1
  62. imap_processing/idex/idex_l0.py +2 -2
  63. imap_processing/idex/idex_l1a.py +2 -3
  64. imap_processing/idex/idex_l1b.py +2 -3
  65. imap_processing/idex/idex_l2a.py +130 -4
  66. imap_processing/idex/idex_l2b.py +158 -143
  67. imap_processing/idex/idex_utils.py +1 -3
  68. imap_processing/lo/ancillary_data/imap_lo_hydrogen-geometric-factor_v001.csv +75 -0
  69. imap_processing/lo/ancillary_data/imap_lo_oxygen-geometric-factor_v001.csv +75 -0
  70. imap_processing/lo/l0/lo_science.py +25 -24
  71. imap_processing/lo/l1b/lo_l1b.py +93 -19
  72. imap_processing/lo/l1c/lo_l1c.py +273 -93
  73. imap_processing/lo/l2/lo_l2.py +949 -135
  74. imap_processing/lo/lo_ancillary.py +55 -0
  75. imap_processing/mag/l1a/mag_l1a.py +1 -0
  76. imap_processing/mag/l1a/mag_l1a_data.py +26 -0
  77. imap_processing/mag/l1b/mag_l1b.py +3 -2
  78. imap_processing/mag/l1c/interpolation_methods.py +14 -15
  79. imap_processing/mag/l1c/mag_l1c.py +23 -6
  80. imap_processing/mag/l1d/mag_l1d.py +57 -14
  81. imap_processing/mag/l1d/mag_l1d_data.py +202 -32
  82. imap_processing/mag/l2/mag_l2.py +2 -0
  83. imap_processing/mag/l2/mag_l2_data.py +14 -5
  84. imap_processing/quality_flags.py +23 -1
  85. imap_processing/spice/geometry.py +89 -39
  86. imap_processing/spice/pointing_frame.py +4 -8
  87. imap_processing/spice/repoint.py +78 -2
  88. imap_processing/spice/spin.py +28 -8
  89. imap_processing/spice/time.py +12 -22
  90. imap_processing/swapi/l1/swapi_l1.py +10 -4
  91. imap_processing/swapi/l2/swapi_l2.py +15 -17
  92. imap_processing/swe/l1b/swe_l1b.py +1 -2
  93. imap_processing/ultra/constants.py +30 -24
  94. imap_processing/ultra/l0/ultra_utils.py +9 -11
  95. imap_processing/ultra/l1a/ultra_l1a.py +1 -2
  96. imap_processing/ultra/l1b/badtimes.py +35 -11
  97. imap_processing/ultra/l1b/de.py +95 -31
  98. imap_processing/ultra/l1b/extendedspin.py +31 -16
  99. imap_processing/ultra/l1b/goodtimes.py +112 -0
  100. imap_processing/ultra/l1b/lookup_utils.py +281 -28
  101. imap_processing/ultra/l1b/quality_flag_filters.py +10 -1
  102. imap_processing/ultra/l1b/ultra_l1b.py +7 -7
  103. imap_processing/ultra/l1b/ultra_l1b_culling.py +169 -7
  104. imap_processing/ultra/l1b/ultra_l1b_extended.py +311 -69
  105. imap_processing/ultra/l1c/helio_pset.py +139 -37
  106. imap_processing/ultra/l1c/l1c_lookup_utils.py +289 -0
  107. imap_processing/ultra/l1c/spacecraft_pset.py +140 -29
  108. imap_processing/ultra/l1c/ultra_l1c.py +33 -24
  109. imap_processing/ultra/l1c/ultra_l1c_culling.py +92 -0
  110. imap_processing/ultra/l1c/ultra_l1c_pset_bins.py +400 -292
  111. imap_processing/ultra/l2/ultra_l2.py +54 -11
  112. imap_processing/ultra/utils/ultra_l1_utils.py +37 -7
  113. imap_processing/utils.py +3 -4
  114. {imap_processing-0.18.0.dist-info → imap_processing-0.19.2.dist-info}/METADATA +2 -2
  115. {imap_processing-0.18.0.dist-info → imap_processing-0.19.2.dist-info}/RECORD +118 -109
  116. imap_processing/idex/idex_l2c.py +0 -84
  117. imap_processing/spice/kernels.py +0 -187
  118. imap_processing/ultra/l1b/cullingmask.py +0 -87
  119. imap_processing/ultra/l1c/histogram.py +0 -36
  120. {imap_processing-0.18.0.dist-info → imap_processing-0.19.2.dist-info}/LICENSE +0 -0
  121. {imap_processing-0.18.0.dist-info → imap_processing-0.19.2.dist-info}/WHEEL +0 -0
  122. {imap_processing-0.18.0.dist-info → imap_processing-0.19.2.dist-info}/entry_points.txt +0 -0
@@ -13,7 +13,6 @@ max_uint8: &max_uint8 255
13
13
  max_uint16: &max_uint16 65535
14
14
  max_uint24: &max_uint24 8388607
15
15
  max_uint32: &max_uint32 4294967295
16
- max_real: &max_real 1.0e+31
17
16
  max_epoch: &max_epoch 3155630469184000000
18
17
 
19
18
 
@@ -49,8 +48,8 @@ hi_energies_attrs: &hi_energies_default
49
48
  hi_priorities_attrs: &hi_priorities_default
50
49
  DEPEND_0: epoch
51
50
  DISPLAY_TYPE: time_series
52
- FILLVAL: *real_fillval
53
- FORMAT: F10.5
51
+ FILLVAL: -1
52
+ FORMAT: I5
54
53
  LABLAXIS: "events"
55
54
  UNITS: events
56
55
  VALIDMIN: 0
@@ -237,12 +236,12 @@ counters_attrs: &counters
237
236
  CATDESC: Fill in at creation
238
237
  DISPLAY_TYPE: time_series
239
238
  FIELDNAM: Fill in at creation
240
- FILLVAL: *real_fillval
241
- FORMAT: F12.6
239
+ FILLVAL: *uint32_fillval
240
+ FORMAT: I7
242
241
  SCALETYP: linear
243
242
  UNITS: counts
244
243
  VALIDMIN: 0
245
- VALIDMAX: *max_real
244
+ VALIDMAX: *max_uint32
246
245
  VAR_TYPE: data
247
246
 
248
247
  events_attrs: &events
@@ -250,12 +249,12 @@ events_attrs: &events
250
249
  CATDESC: Fill in at creation
251
250
  DISPLAY_TYPE: time_series
252
251
  FIELDNAM: Fill in at creation
253
- FILLVAL: *real_fillval
254
- FORMAT: F12.6
252
+ FILLVAL: -1
253
+ FORMAT: I8
255
254
  SCALETYP: linear
256
255
  UNITS: counts
257
256
  VALIDMIN: 0
258
- VALIDMAX: *max_real
257
+ VALIDMAX: *max_uint32
259
258
  VAR_TYPE: data
260
259
 
261
260
  data_quality:
@@ -382,97 +381,97 @@ sw_bias_gain_mode:
382
381
 
383
382
  # The following are data product-specific
384
383
  # hi-counters-aggregated
385
- hi-counters-aggregated-DCR:
384
+ hi-counters-aggregated-dcr:
386
385
  <<: *events
387
386
  CATDESC: Event B - Double Coincidence Rate (DCR)
388
387
  FIELDNAM: DCRs
389
388
  LABLAXIS: "events"
390
389
 
391
- hi-counters-aggregated-STO:
390
+ hi-counters-aggregated-sto:
392
391
  <<: *events
393
392
  CATDESC: Event C - Start Only (STO)
394
393
  FIELDNAM: Start Only
395
394
  LABLAXIS: "events"
396
395
 
397
- hi-counters-aggregated-SPO:
396
+ hi-counters-aggregated-spo:
398
397
  <<: *events
399
398
  CATDESC: Event D - Stop Only (SPO)
400
399
  FIELDNAM: Stop Only
401
400
  LABLAXIS: "events"
402
401
 
403
- hi-counters-aggregated-Reserved1:
402
+ hi-counters-aggregated-reserved1:
404
403
  <<: *events
405
404
  CATDESC: Reserved 1
406
405
  FIELDNAM: Reserved 1
407
406
  LABLAXIS: "events"
408
407
 
409
- hi-counters-aggregated-MST:
408
+ hi-counters-aggregated-mst:
410
409
  <<: *events
411
410
  CATDESC: Event H - Multi Start (MST)
412
411
  FIELDNAM: Multi Start
413
412
  LABLAXIS: "events"
414
413
 
415
- hi-counters-aggregated-Reserved2:
414
+ hi-counters-aggregated-reserved2:
416
415
  <<: *events
417
416
  CATDESC: Reserved 2
418
417
  FIELDNAM: Reserved 2
419
418
  LABLAXIS: "events"
420
419
 
421
- hi-counters-aggregated-Reserved3:
420
+ hi-counters-aggregated-reserved3:
422
421
  <<: *events
423
422
  CATDESC: Reserved 3
424
423
  FIELDNAM: Reserved 3
425
424
  LABLAXIS: "events"
426
425
 
427
- hi-counters-aggregated-Reserved4:
426
+ hi-counters-aggregated-reserved4:
428
427
  <<: *events
429
428
  CATDESC: Reserved 4
430
429
  FIELDNAM: Reserved 4
431
430
  LABLAXIS: "events"
432
431
 
433
- hi-counters-aggregated-Reserved5:
432
+ hi-counters-aggregated-reserved5:
434
433
  <<: *events
435
434
  CATDESC: Reserved 5
436
435
  FIELDNAM: Reserved 5
437
436
  LABLAXIS: "events"
438
437
 
439
- hi-counters-aggregated-LowTOFCutoff:
438
+ hi-counters-aggregated-low_tof_cutoff:
440
439
  <<: *events
441
440
  CATDESC: Low TOF Cutoff
442
441
  FIELDNAM: Low TOF Cutoff
443
442
  LABLAXIS: "events"
444
443
 
445
- hi-counters-aggregated-Reserved6:
444
+ hi-counters-aggregated-reserved6:
446
445
  <<: *events
447
446
  CATDESC: Reserved 6
448
447
  FIELDNAM: Reserved 6
449
448
  LABLAXIS: "events"
450
449
 
451
- hi-counters-aggregated-Reserved7:
450
+ hi-counters-aggregated-reserved7:
452
451
  <<: *events
453
452
  CATDESC: Reserved 7
454
453
  FIELDNAM: Reserved 7
455
454
  LABLAXIS: "events"
456
455
 
457
- hi-counters-aggregated-ASIC1FlagInvalid:
456
+ hi-counters-aggregated-asic1_flag_invalid:
458
457
  <<: *events
459
458
  CATDESC: ASIC 1 Flag Invalid Count
460
459
  FIELDNAM: ASIC 1 Flag Invalid
461
460
  LABLAXIS: "events"
462
461
 
463
- hi-counters-aggregated-ASIC2FlagInvalid:
462
+ hi-counters-aggregated-asic2_flag_invalid:
464
463
  <<: *events
465
464
  CATDESC: ASIC 2 Flag Invalid Count
466
465
  FIELDNAM: ASIC 2 Flag Invalid
467
466
  LABLAXIS: "events"
468
467
 
469
- hi-counters-aggregated-ASIC1ChannelInvalid:
468
+ hi-counters-aggregated-asic1_channel_invalid:
470
469
  <<: *events
471
470
  CATDESC: ASIC 1 Channel Invalid Count
472
471
  FIELDNAM: ASIC 1 Channel Invalid
473
472
  LABLAXIS: "events"
474
473
 
475
- hi-counters-aggregated-ASIC2ChannelInvalid:
474
+ hi-counters-aggregated-asic2_channel_invalid:
476
475
  <<: *events
477
476
  CATDESC: ASIC 2 Channel Invalid Count
478
477
  FIELDNAM: ASIC 2 Channel Invalid
@@ -515,13 +514,18 @@ hi-ialirt-h:
515
514
  hi-ialirt-energy_h:
516
515
  <<: *hi_energies_default
517
516
  CATDESC: Energy Table for h
518
- DELTA_MINUS_VAR: energy_h_delta
519
- DELTA_PLUS_VAR: energy_h_delta
517
+ DELTA_MINUS_VAR: energy_h_minus
518
+ DELTA_PLUS_VAR: energy_h_plus
520
519
 
521
- hi-ialirt-energy_h_delta:
520
+ hi-ialirt-energy_h_minus:
522
521
  <<: *hi_energies_default
523
- CATDESC: Delta of energies for h
524
- FIELDNAM: Delta Energy
522
+ CATDESC: Energy Table Minus Value for h
523
+ FIELDNAM: Energy Delta Minus
524
+
525
+ hi-ialirt-energy_h_plus:
526
+ <<: *hi_energies_default
527
+ CATDESC: Energy Table Plus Value for h
528
+ FIELDNAM: Energy Delta Plus
525
529
 
526
530
  # hi-omni
527
531
  hi-omni-h:
@@ -534,13 +538,18 @@ hi-omni-h:
534
538
  hi-omni-energy_h:
535
539
  <<: *hi_energies_default
536
540
  CATDESC: Energy Table for h
537
- DELTA_MINUS_VAR: energy_h_delta
538
- DELTA_PLUS_VAR: energy_h_delta
541
+ DELTA_MINUS_VAR: energy_h_minus
542
+ DELTA_PLUS_VAR: energy_h_plus
539
543
 
540
- hi-omni-energy_h_delta:
544
+ hi-omni-energy_h_minus:
541
545
  <<: *hi_energies_default
542
- CATDESC: Delta of energies for h
543
- FIELDNAM: Delta Energy
546
+ CATDESC: Energy Table Minus Value for h
547
+ FIELDNAM: Energy Delta Minus
548
+
549
+ hi-omni-energy_h_plus:
550
+ <<: *hi_energies_default
551
+ CATDESC: Energy Table Plus Value for h
552
+ FIELDNAM: Energy Delta Plus
544
553
 
545
554
  hi-omni-he3:
546
555
  <<: *counters
@@ -552,13 +561,18 @@ hi-omni-he3:
552
561
  hi-omni-energy_he3:
553
562
  <<: *hi_energies_default
554
563
  CATDESC: Energy Table for he3
555
- DELTA_MINUS_VAR: energy_he3_delta
556
- DELTA_PLUS_VAR: energy_he3_delta
564
+ DELTA_MINUS_VAR: energy_he3_minus
565
+ DELTA_PLUS_VAR: energy_he3_plus
566
+
567
+ hi-omni-energy_he3_minus:
568
+ <<: *hi_energies_default
569
+ CATDESC: Energy Table Minus Value for he3
570
+ FIELDNAM: Energy Delta Minus
557
571
 
558
- hi-omni-energy_he3_delta:
572
+ hi-omni-energy_he3_plus:
559
573
  <<: *hi_energies_default
560
- CATDESC: Delta of energies for he3
561
- FIELDNAM: Delta Energy
574
+ CATDESC: Energy Table Plus Value for he3
575
+ FIELDNAM: Energy Delta Plus
562
576
 
563
577
  hi-omni-he4:
564
578
  <<: *counters
@@ -570,13 +584,18 @@ hi-omni-he4:
570
584
  hi-omni-energy_he4:
571
585
  <<: *hi_energies_default
572
586
  CATDESC: Energy Table for he4
573
- DELTA_MINUS_VAR: energy_he4_delta
574
- DELTA_PLUS_VAR: energy_he4_delta
587
+ DELTA_MINUS_VAR: energy_he4_minus
588
+ DELTA_PLUS_VAR: energy_he4_plus
575
589
 
576
- hi-omni-energy_he4_delta:
590
+ hi-omni-energy_he4_minus:
577
591
  <<: *hi_energies_default
578
- CATDESC: Delta of energies for he4
579
- FIELDNAM: Delta Energy
592
+ CATDESC: Energy Table Minus Value for he4
593
+ FIELDNAM: Energy Delta Minus
594
+
595
+ hi-omni-energy_he4_plus:
596
+ <<: *hi_energies_default
597
+ CATDESC: Energy Table Plus Value for he4
598
+ FIELDNAM: Energy Delta Plus
580
599
 
581
600
  hi-omni-c:
582
601
  <<: *counters
@@ -588,13 +607,18 @@ hi-omni-c:
588
607
  hi-omni-energy_c:
589
608
  <<: *hi_energies_default
590
609
  CATDESC: Energy Table for c
591
- DELTA_MINUS_VAR: energy_c_delta
592
- DELTA_PLUS_VAR: energy_c_delta
610
+ DELTA_MINUS_VAR: energy_c_minus
611
+ DELTA_PLUS_VAR: energy_c_plus
612
+
613
+ hi-omni-energy_c_minus:
614
+ <<: *hi_energies_default
615
+ CATDESC: Energy Table Minus Value for c
616
+ FIELDNAM: Energy Delta Minus
593
617
 
594
- hi-omni-energy_c_delta:
618
+ hi-omni-energy_c_plus:
595
619
  <<: *hi_energies_default
596
- CATDESC: Delta of energies for c
597
- FIELDNAM: Delta Energy
620
+ CATDESC: Energy Table Plus Value for c
621
+ FIELDNAM: Energy Delta Plus
598
622
 
599
623
  hi-omni-o:
600
624
  <<: *counters
@@ -606,13 +630,18 @@ hi-omni-o:
606
630
  hi-omni-energy_o:
607
631
  <<: *hi_energies_default
608
632
  CATDESC: Energy Table for o
609
- DELTA_MINUS_VAR: energy_o_delta
610
- DELTA_PLUS_VAR: energy_o_delta
633
+ DELTA_MINUS_VAR: energy_o_minus
634
+ DELTA_PLUS_VAR: energy_o_plus
635
+
636
+ hi-omni-energy_o_minus:
637
+ <<: *hi_energies_default
638
+ CATDESC: Energy Table Minus Value for o
639
+ FIELDNAM: Energy Delta Minus
611
640
 
612
- hi-omni-energy_o_delta:
641
+ hi-omni-energy_o_plus:
613
642
  <<: *hi_energies_default
614
- CATDESC: Delta of energies for o
615
- FIELDNAM: Delta Energy
643
+ CATDESC: Energy Table Plus Value for o
644
+ FIELDNAM: Energy Delta Plus
616
645
 
617
646
  hi-omni-ne_mg_si:
618
647
  <<: *counters
@@ -624,13 +653,18 @@ hi-omni-ne_mg_si:
624
653
  hi-omni-energy_ne_mg_si:
625
654
  <<: *hi_energies_default
626
655
  CATDESC: Energy Table for ne_mg_si
627
- DELTA_MINUS_VAR: energy_ne_mg_si_delta
628
- DELTA_PLUS_VAR: energy_ne_mg_si_delta
656
+ DELTA_MINUS_VAR: energy_ne_mg_si_minus
657
+ DELTA_PLUS_VAR: energy_ne_mg_si_plus
629
658
 
630
- hi-omni-energy_ne_mg_si_delta:
659
+ hi-omni-energy_ne_mg_si_minus:
631
660
  <<: *hi_energies_default
632
- CATDESC: Delta of energies for ne_mg_si
633
- FIELDNAM: Delta Energy
661
+ CATDESC: Energy Table Minus Value for ne_mg_si
662
+ FIELDNAM: Energy Delta Minus
663
+
664
+ hi-omni-energy_ne_mg_si_plus:
665
+ <<: *hi_energies_default
666
+ CATDESC: Energy Table Plus Value for ne_mg_si
667
+ FIELDNAM: Energy Delta Plus
634
668
 
635
669
  hi-omni-fe:
636
670
  <<: *counters
@@ -642,13 +676,18 @@ hi-omni-fe:
642
676
  hi-omni-energy_fe:
643
677
  <<: *hi_energies_default
644
678
  CATDESC: Energy Table for fe
645
- DELTA_MINUS_VAR: energy_fe_delta
646
- DELTA_PLUS_VAR: energy_fe_delta
679
+ DELTA_MINUS_VAR: energy_fe_minus
680
+ DELTA_PLUS_VAR: energy_fe_plus
681
+
682
+ hi-omni-energy_fe_minus:
683
+ <<: *hi_energies_default
684
+ CATDESC: Energy Table Minus Value for fe
685
+ FIELDNAM: Energy Delta Minus
647
686
 
648
- hi-omni-energy_fe_delta:
687
+ hi-omni-energy_fe_plus:
649
688
  <<: *hi_energies_default
650
- CATDESC: Delta of energies for fe
651
- FIELDNAM: Delta Energy
689
+ CATDESC: Energy Table Plus Value for fe
690
+ FIELDNAM: Energy Delta Plus
652
691
 
653
692
  hi-omni-uh:
654
693
  <<: *counters
@@ -660,13 +699,18 @@ hi-omni-uh:
660
699
  hi-omni-energy_uh:
661
700
  <<: *hi_energies_default
662
701
  CATDESC: Energy Table for uh
663
- DELTA_MINUS_VAR: energy_uh_delta
664
- DELTA_PLUS_VAR: energy_uh_delta
702
+ DELTA_MINUS_VAR: energy_uh_minus
703
+ DELTA_PLUS_VAR: energy_uh_plus
665
704
 
666
- hi-omni-energy_uh_delta:
705
+ hi-omni-energy_uh_minus:
667
706
  <<: *hi_energies_default
668
- CATDESC: Delta of energies for uh
669
- FIELDNAM: Delta Energy
707
+ CATDESC: Energy Table Minus Value for uh
708
+ FIELDNAM: Energy Delta Minus
709
+
710
+ hi-omni-energy_uh_plus:
711
+ <<: *hi_energies_default
712
+ CATDESC: Energy Table Plus Value for uh
713
+ FIELDNAM: Energy Delta Plus
670
714
 
671
715
  hi-omni-junk:
672
716
  <<: *counters
@@ -678,13 +722,18 @@ hi-omni-junk:
678
722
  hi-omni-energy_junk:
679
723
  <<: *hi_energies_default
680
724
  CATDESC: Energy Table for junk
681
- DELTA_MINUS_VAR: energy_junk_delta
682
- DELTA_PLUS_VAR: energy_junk_delta
725
+ DELTA_MINUS_VAR: energy_junk_minus
726
+ DELTA_PLUS_VAR: energy_junk_plus
727
+
728
+ hi-omni-energy_junk_minus:
729
+ <<: *hi_energies_default
730
+ CATDESC: Energy Table Minus Value for junk
731
+ FIELDNAM: Energy Delta Minus
683
732
 
684
- hi-omni-energy_junk_delta:
733
+ hi-omni-energy_junk_plus:
685
734
  <<: *hi_energies_default
686
- CATDESC: Delta of energies for junk
687
- FIELDNAM: Delta Energy
735
+ CATDESC: Energy Table Plus Value for junk
736
+ FIELDNAM: Energy Delta Plus
688
737
 
689
738
  # hi-priority
690
739
  hi-priority-Priority0:
@@ -732,13 +781,18 @@ hi-sectored-h:
732
781
  hi-sectored-energy_h:
733
782
  <<: *hi_energies_default
734
783
  CATDESC: Energy Table for H
735
- DELTA_MINUS_VAR: energy_h_delta
736
- DELTA_PLUS_VAR: energy_h_delta
784
+ DELTA_MINUS_VAR: energy_h_minus
785
+ DELTA_PLUS_VAR: energy_h_plus
737
786
 
738
- hi-sectored-energy_h_delta:
787
+ hi-sectored-energy_h_minus:
739
788
  <<: *hi_energies_default
740
- CATDESC: Delta of energies for H
741
- FIELDNAM: Delta Energy
789
+ CATDESC: Energy Table Minus Value for h
790
+ FIELDNAM: Energy Delta Minus
791
+
792
+ hi-sectored-energy_h_plus:
793
+ <<: *hi_energies_default
794
+ CATDESC: Energy Table Plus Value for h
795
+ FIELDNAM: Energy Delta Plus
742
796
 
743
797
  hi-sectored-he3he4:
744
798
  <<: *counters
@@ -754,13 +808,18 @@ hi-sectored-he3he4:
754
808
  hi-sectored-energy_he3he4:
755
809
  <<: *hi_energies_default
756
810
  CATDESC: Energy Table for He3He4
757
- DELTA_MINUS_VAR: energy_he3he4_delta
758
- DELTA_PLUS_VAR: energy_he3he4_delta
811
+ DELTA_MINUS_VAR: energy_he3he4_minus
812
+ DELTA_PLUS_VAR: energy_he3he4_plus
813
+
814
+ hi-sectored-energy_he3he4_minus:
815
+ <<: *hi_energies_default
816
+ CATDESC: Energy Table Minus Value for he3he4
817
+ FIELDNAM: Energy Delta Minus
759
818
 
760
- hi-sectored-energy_he3he4_delta:
819
+ hi-sectored-energy_he3he3_plus:
761
820
  <<: *hi_energies_default
762
- CATDESC: Delta of energies for He3He4
763
- FIELDNAM: Delta Energy
821
+ CATDESC: Energy Table Plus Value for he3he3
822
+ FIELDNAM: Energy Delta Plus
764
823
 
765
824
  hi-sectored-cno:
766
825
  <<: *counters
@@ -776,13 +835,18 @@ hi-sectored-cno:
776
835
  hi-sectored-energy_cno:
777
836
  <<: *hi_energies_default
778
837
  CATDESC: Energy Table for CNO
779
- DELTA_MINUS_VAR: energy_cno_delta
780
- DELTA_PLUS_VAR: energy_cno_delta
838
+ DELTA_MINUS_VAR: energy_cno_minus
839
+ DELTA_PLUS_VAR: energy_cno_plus
781
840
 
782
- hi-sectored-energy_cno_delta:
841
+ hi-sectored-energy_cno_minus:
783
842
  <<: *hi_energies_default
784
- CATDESC: Delta of energies for CNO
785
- FIELDNAM: Delta Energy
843
+ CATDESC: Energy Table Minus Value for cno
844
+ FIELDNAM: Energy Delta Minus
845
+
846
+ hi-sectored-energy_cno_plus:
847
+ <<: *hi_energies_default
848
+ CATDESC: Energy Table Plus Value for cno
849
+ FIELDNAM: Energy Delta Plus
786
850
 
787
851
  hi-sectored-fe:
788
852
  <<: *counters
@@ -798,16 +862,21 @@ hi-sectored-fe:
798
862
  hi-sectored-energy_fe:
799
863
  <<: *hi_energies_default
800
864
  CATDESC: Energy Table for Fe
801
- DELTA_MINUS_VAR: energy_fe_delta
802
- DELTA_PLUS_VAR: energy_fe_delta
865
+ DELTA_MINUS_VAR: energy_fe_minus
866
+ DELTA_PLUS_VAR: energy_fe_plus
803
867
 
804
- hi-sectored-energy_fe_delta:
868
+ hi-sectored-energy_fe_minus:
805
869
  <<: *hi_energies_default
806
- CATDESC: Delta of energies for Fe
807
- FIELDNAM: Delta Energy
870
+ CATDESC: Energy Table Minus Value for fe
871
+ FIELDNAM: Energy Delta Minus
872
+
873
+ hi-sectored-energy_fe_plus:
874
+ <<: *hi_energies_default
875
+ CATDESC: Energy Table Plus Value for fe
876
+ FIELDNAM: Energy Delta Plus
808
877
 
809
878
  # lo-counters-aggregated
810
- lo-counters-aggregated-TCR:
879
+ lo-counters-aggregated-tcr:
811
880
  <<: *events
812
881
  CATDESC: Triple Coincidence Rate
813
882
  FIELDNAM: Event A - Triple Coincidence Rate
@@ -816,7 +885,7 @@ lo-counters-aggregated-TCR:
816
885
  LABL_PTR_1: spin_sector_pairs_label
817
886
  LABL_PTR_2: esa_step_label
818
887
 
819
- lo-counters-aggregated-DCR:
888
+ lo-counters-aggregated-dcr:
820
889
  <<: *events
821
890
  CATDESC: Double Coincidence Rate
822
891
  FIELDNAM: Event B - Double Coincidence Rate
@@ -825,7 +894,7 @@ lo-counters-aggregated-DCR:
825
894
  LABL_PTR_1: spin_sector_pairs_label
826
895
  LABL_PTR_2: esa_step_label
827
896
 
828
- lo-counters-aggregated-TOFPlusAPD:
897
+ lo-counters-aggregated-tof_plus_apd:
829
898
  <<: *events
830
899
  CATDESC: TOF + APD
831
900
  FIELDNAM: Event C - TOF + APD
@@ -834,7 +903,7 @@ lo-counters-aggregated-TOFPlusAPD:
834
903
  LABL_PTR_1: spin_sector_pairs_label
835
904
  LABL_PTR_2: esa_step_label
836
905
 
837
- lo-counters-aggregated-TOFOnly:
906
+ lo-counters-aggregated-tof_only:
838
907
  <<: *events
839
908
  CATDESC: TOF Only
840
909
  FIELDNAM: Event D - TOF Only
@@ -843,7 +912,7 @@ lo-counters-aggregated-TOFOnly:
843
912
  LABL_PTR_1: spin_sector_pairs_label
844
913
  LABL_PTR_2: esa_step_label
845
914
 
846
- lo-counters-aggregated-PositionPlusAPD:
915
+ lo-counters-aggregated-position_plus_apd:
847
916
  <<: *events
848
917
  CATDESC: Position + APD
849
918
  FIELDNAM: Event E - Position + APD
@@ -852,7 +921,7 @@ lo-counters-aggregated-PositionPlusAPD:
852
921
  LABL_PTR_1: spin_sector_pairs_label
853
922
  LABL_PTR_2: esa_step_label
854
923
 
855
- lo-counters-aggregated-PositionOnly:
924
+ lo-counters-aggregated-position_only:
856
925
  <<: *events
857
926
  CATDESC: Position Only
858
927
  FIELDNAM: Event F - Position Only
@@ -861,7 +930,7 @@ lo-counters-aggregated-PositionOnly:
861
930
  LABL_PTR_1: spin_sector_pairs_label
862
931
  LABL_PTR_2: esa_step_label
863
932
 
864
- lo-counters-aggregated-STAorSTBPlusAPD:
933
+ lo-counters-aggregated-sta_or_stb_plus_apd:
865
934
  <<: *events
866
935
  CATDESC: STA or STB + APD
867
936
  FIELDNAM: Event G - STA or STB + APD
@@ -870,7 +939,7 @@ lo-counters-aggregated-STAorSTBPlusAPD:
870
939
  LABL_PTR_1: spin_sector_pairs_label
871
940
  LABL_PTR_2: esa_step_label
872
941
 
873
- lo-counters-aggregated-STAorSTBOnly:
942
+ lo-counters-aggregated-sta_or_stb_only:
874
943
  <<: *events
875
944
  CATDESC: STA or STB Only
876
945
  FIELDNAM: Event H - STA or STB Only
@@ -879,7 +948,7 @@ lo-counters-aggregated-STAorSTBOnly:
879
948
  LABL_PTR_1: spin_sector_pairs_label
880
949
  LABL_PTR_2: esa_step_label
881
950
 
882
- lo-counters-aggregated-Reserved1:
951
+ lo-counters-aggregated-reserved1:
883
952
  <<: *events
884
953
  CATDESC: Reserved
885
954
  FIELDNAM: Reserved 1
@@ -888,7 +957,7 @@ lo-counters-aggregated-Reserved1:
888
957
  LABL_PTR_1: spin_sector_pairs_label
889
958
  LABL_PTR_2: esa_step_label
890
959
 
891
- lo-counters-aggregated-Reserved2:
960
+ lo-counters-aggregated-reserved2:
892
961
  <<: *events
893
962
  CATDESC: Reserved
894
963
  FIELDNAM: Reserved 2
@@ -897,7 +966,7 @@ lo-counters-aggregated-Reserved2:
897
966
  LABL_PTR_1: spin_sector_pairs_label
898
967
  LABL_PTR_2: esa_step_label
899
968
 
900
- lo-counters-aggregated-SPOnly:
969
+ lo-counters-aggregated-sp_only:
901
970
  <<: *events
902
971
  CATDESC: SP Only
903
972
  FIELDNAM: Event K - SP Only
@@ -906,7 +975,7 @@ lo-counters-aggregated-SPOnly:
906
975
  LABL_PTR_1: spin_sector_pairs_label
907
976
  LABL_PTR_2: esa_step_label
908
977
 
909
- lo-counters-aggregated-APDOnly:
978
+ lo-counters-aggregated-apd_only:
910
979
  <<: *events
911
980
  CATDESC: APD Only
912
981
  FIELDNAM: Event L - APD Only
@@ -915,7 +984,7 @@ lo-counters-aggregated-APDOnly:
915
984
  LABL_PTR_1: spin_sector_pairs_label
916
985
  LABL_PTR_2: esa_step_label
917
986
 
918
- lo-counters-aggregated-LowTOFCutoff:
987
+ lo-counters-aggregated-low_tof_cutoff:
919
988
  <<: *events
920
989
  CATDESC: Low TOF Cutoff
921
990
  FIELDNAM: Low TOF Cutoff
@@ -924,7 +993,7 @@ lo-counters-aggregated-LowTOFCutoff:
924
993
  LABL_PTR_1: spin_sector_pairs_label
925
994
  LABL_PTR_2: esa_step_label
926
995
 
927
- lo-counters-aggregated-STA:
996
+ lo-counters-aggregated-sta:
928
997
  <<: *events
929
998
  CATDESC: Start A
930
999
  FIELDNAM: Singles - Start-A (STA)
@@ -933,7 +1002,7 @@ lo-counters-aggregated-STA:
933
1002
  LABL_PTR_1: spin_sector_pairs_label
934
1003
  LABL_PTR_2: esa_step_label
935
1004
 
936
- lo-counters-aggregated-STB:
1005
+ lo-counters-aggregated-stb:
937
1006
  <<: *events
938
1007
  CATDESC: Start B
939
1008
  FIELDNAM: Singles - Start-B (STB)
@@ -942,7 +1011,7 @@ lo-counters-aggregated-STB:
942
1011
  LABL_PTR_1: spin_sector_pairs_label
943
1012
  LABL_PTR_2: esa_step_label
944
1013
 
945
- lo-counters-aggregated-SP:
1014
+ lo-counters-aggregated-sp:
946
1015
  <<: *events
947
1016
  CATDESC: Stop
948
1017
  FIELDNAM: Singles - Stop (SP)
@@ -951,7 +1020,7 @@ lo-counters-aggregated-SP:
951
1020
  LABL_PTR_1: spin_sector_pairs_label
952
1021
  LABL_PTR_2: esa_step_label
953
1022
 
954
- lo-counters-aggregated-TotalPositionCount:
1023
+ lo-counters-aggregated-total_position_count:
955
1024
  <<: *events
956
1025
  CATDESC: Total Position Count
957
1026
  FIELDNAM: Singles - Total Position Count
@@ -960,7 +1029,7 @@ lo-counters-aggregated-TotalPositionCount:
960
1029
  LABL_PTR_1: spin_sector_pairs_label
961
1030
  LABL_PTR_2: esa_step_label
962
1031
 
963
- lo-counters-aggregated-InvalidPositionCount:
1032
+ lo-counters-aggregated-invalid_position_count:
964
1033
  <<: *events
965
1034
  CATDESC: Invalid Position Count
966
1035
  FIELDNAM: Singles - Invalid Position Count
@@ -969,7 +1038,7 @@ lo-counters-aggregated-InvalidPositionCount:
969
1038
  LABL_PTR_1: spin_sector_pairs_label
970
1039
  LABL_PTR_2: esa_step_label
971
1040
 
972
- lo-counters-aggregated-ASIC1FlagInvalid:
1041
+ lo-counters-aggregated-asic1_flag_invalid:
973
1042
  <<: *events
974
1043
  CATDESC: ASIC 1 Flag Invalid
975
1044
  FIELDNAM: ASIC 1 Flag Invalid Count
@@ -978,7 +1047,7 @@ lo-counters-aggregated-ASIC1FlagInvalid:
978
1047
  LABL_PTR_1: spin_sector_pairs_label
979
1048
  LABL_PTR_2: esa_step_label
980
1049
 
981
- lo-counters-aggregated-ASIC2FlagInvalid:
1050
+ lo-counters-aggregated-asic2_flag_invalid:
982
1051
  <<: *events
983
1052
  CATDESC: ASIC 2 Flag Invalid
984
1053
  FIELDNAM: ASIC 2 Flag Invalid Count
@@ -987,7 +1056,7 @@ lo-counters-aggregated-ASIC2FlagInvalid:
987
1056
  LABL_PTR_1: spin_sector_pairs_label
988
1057
  LABL_PTR_2: esa_step_label
989
1058
 
990
- lo-counters-aggregated-ASIC1ChannelInvalid:
1059
+ lo-counters-aggregated-asic1_channel_invalid:
991
1060
  <<: *events
992
1061
  CATDESC: ASIC 1 Channel Invalid
993
1062
  FIELDNAM: ASIC 1 Channel Invalid Count
@@ -996,7 +1065,7 @@ lo-counters-aggregated-ASIC1ChannelInvalid:
996
1065
  LABL_PTR_1: spin_sector_pairs_label
997
1066
  LABL_PTR_2: esa_step_label
998
1067
 
999
- lo-counters-aggregated-ASIC2ChannelInvalid:
1068
+ lo-counters-aggregated-asic2_channel_invalid:
1000
1069
  <<: *events
1001
1070
  CATDESC: ASIC 2 Channel Invalid
1002
1071
  FIELDNAM: ASIC 2 Channel Invalid Count
@@ -1005,7 +1074,7 @@ lo-counters-aggregated-ASIC2ChannelInvalid:
1005
1074
  LABL_PTR_1: spin_sector_pairs_label
1006
1075
  LABL_PTR_2: esa_step_label
1007
1076
 
1008
- lo-counters-aggregated-TEC4TimeoutTOFNoPos:
1077
+ lo-counters-aggregated-tec4_timeout_tof_no_pos:
1009
1078
  <<: *events
1010
1079
  CATDESC: TEC-4 Timeout TOF no Position
1011
1080
  FIELDNAM: TEC-4 Timeout Count; TOF, No Position
@@ -1014,7 +1083,7 @@ lo-counters-aggregated-TEC4TimeoutTOFNoPos:
1014
1083
  LABL_PTR_1: spin_sector_pairs_label
1015
1084
  LABL_PTR_2: esa_step_label
1016
1085
 
1017
- lo-counters-aggregated-TEC4TimeoutPosNoTOF:
1086
+ lo-counters-aggregated-tec4_timeout_pos_no_tof:
1018
1087
  <<: *events
1019
1088
  CATDESC: TEC-4 Timeout Position no TOF
1020
1089
  FIELDNAM: TEC-4 Timeout Count; Position, No TOF
@@ -1023,7 +1092,7 @@ lo-counters-aggregated-TEC4TimeoutPosNoTOF:
1023
1092
  LABL_PTR_1: spin_sector_pairs_label
1024
1093
  LABL_PTR_2: esa_step_label
1025
1094
 
1026
- lo-counters-aggregated-TEC4TimeoutNoPosTOF:
1095
+ lo-counters-aggregated-tec4_timeout_no_pos_tof:
1027
1096
  <<: *events
1028
1097
  CATDESC: TEC-4 Timeout No Position or TOF
1029
1098
  FIELDNAM: TEC-4 Timeout Count; No Position or TOF
@@ -1032,7 +1101,7 @@ lo-counters-aggregated-TEC4TimeoutNoPosTOF:
1032
1101
  LABL_PTR_1: spin_sector_pairs_label
1033
1102
  LABL_PTR_2: esa_step_label
1034
1103
 
1035
- lo-counters-aggregated-TEC5TimeoutTOFNoPos:
1104
+ lo-counters-aggregated-tec5_timeout_tof_no_pos:
1036
1105
  <<: *events
1037
1106
  CATDESC: TEC-5 Timeout TOF no Position
1038
1107
  FIELDNAM: TEC-5 Timeout Count; TOF, No Position
@@ -1041,7 +1110,7 @@ lo-counters-aggregated-TEC5TimeoutTOFNoPos:
1041
1110
  LABL_PTR_1: spin_sector_pairs_label
1042
1111
  LABL_PTR_2: esa_step_label
1043
1112
 
1044
- lo-counters-aggregated-TEC5TimeoutPosNoTOF:
1113
+ lo-counters-aggregated-tec5_timeout_pos_no_tof:
1045
1114
  <<: *events
1046
1115
  CATDESC: TEC-5 Timeout Position no TOF
1047
1116
  FIELDNAM: TEC-5 Timeout Count; Position, No TOF
@@ -1050,7 +1119,7 @@ lo-counters-aggregated-TEC5TimeoutPosNoTOF:
1050
1119
  LABL_PTR_1: spin_sector_pairs_label
1051
1120
  LABL_PTR_2: esa_step_label
1052
1121
 
1053
- lo-counters-aggregated-TEC5TimeoutNoPosTOF:
1122
+ lo-counters-aggregated-tec5_timeout_no_pos_tof:
1054
1123
  <<: *events
1055
1124
  CATDESC: TEC-5 Timeout No Position or TOF
1056
1125
  FIELDNAM: TEC-5 Timeout Count; No Position or TOF
@@ -1501,7 +1570,10 @@ lo-ialirt-fe_hiq:
1501
1570
  VALIDMAX: *max_uint24
1502
1571
 
1503
1572
  # <=== Direct Events Attributes ===>
1504
- P0_APD_ID:
1573
+ # TODO: The lo-direct-events product defines "gain" with different values
1574
+ # than what is found in hi-direct-events. Come up with a way to
1575
+ # distinguish these in the code.
1576
+ p0_apd_id:
1505
1577
  <<: *direct_events
1506
1578
  CATDESC: Priority 0 APD ID
1507
1579
  DEPEND_1: event_num
@@ -1509,7 +1581,7 @@ P0_APD_ID:
1509
1581
  LABL_PTR_1: event_num_label
1510
1582
  VALIDMAX: 32
1511
1583
 
1512
- P0_APDEnergy:
1584
+ p0_apd_energy:
1513
1585
  <<: *direct_events
1514
1586
  CATDESC: Priority 0 APD Energy
1515
1587
  DEPEND_1: event_num
@@ -1518,7 +1590,7 @@ P0_APDEnergy:
1518
1590
  LABL_PTR_1: event_num_label
1519
1591
  VALIDMAX: 512
1520
1592
 
1521
- P0_APDGain:
1593
+ p0_gain:
1522
1594
  <<: *direct_events
1523
1595
  CATDESC: Priority 0 APD Gain
1524
1596
  DEPEND_1: event_num
@@ -1526,14 +1598,14 @@ P0_APDGain:
1526
1598
  LABL_PTR_1: event_num_label
1527
1599
  VALIDMAX: 1
1528
1600
 
1529
- P0_DataQuality:
1601
+ p0_data_quality:
1530
1602
  <<: *direct_events
1531
1603
  CATDESC: Priority 0 Data Quality
1532
1604
  FIELDNAM: Priority 0 Data Quality
1533
1605
  LABLAXIS: " "
1534
1606
  VALIDMAX: 1
1535
1607
 
1536
- P0_EnergyStep:
1608
+ p0_energy_step:
1537
1609
  <<: *direct_events
1538
1610
  CATDESC: Priority 0 Energy Step
1539
1611
  DEPEND_1: event_num
@@ -1541,15 +1613,7 @@ P0_EnergyStep:
1541
1613
  LABL_PTR_1: event_num_label
1542
1614
  VALIDMAX: 128
1543
1615
 
1544
- P0_ERGE:
1545
- <<: *direct_events
1546
- CATDESC: Priority 0 Energy Range
1547
- DEPEND_1: event_num
1548
- FIELDNAM: Priority 0 Energy Range
1549
- LABL_PTR_1: event_num_label
1550
- VALIDMAX: 4
1551
-
1552
- P0_MultiFlag:
1616
+ p0_multi_flag:
1553
1617
  <<: *direct_events
1554
1618
  CATDESC: Priority 0 Multi Flag
1555
1619
  DEPEND_1: event_num
@@ -1557,14 +1621,14 @@ P0_MultiFlag:
1557
1621
  LABL_PTR_1: event_num_label
1558
1622
  VALIDMAX: 1
1559
1623
 
1560
- P0_NumEvents:
1624
+ p0_num_events:
1561
1625
  <<: *direct_events
1562
1626
  CATDESC: Priority 0 Number of Events
1563
1627
  FIELDNAM: Priority 0 Number of Events
1564
1628
  FILLVAL: 65535
1565
1629
  LABLAXIS: " "
1566
1630
 
1567
- P0_PHAType:
1631
+ p0_type:
1568
1632
  <<: *direct_events
1569
1633
  CATDESC: Priority 0 PHA Type
1570
1634
  DEPEND_1: event_num
@@ -1572,7 +1636,7 @@ P0_PHAType:
1572
1636
  LABL_PTR_1: event_num_label
1573
1637
  VALIDMAX: 4
1574
1638
 
1575
- P0_Position:
1639
+ p0_position:
1576
1640
  <<: *direct_events
1577
1641
  CATDESC: Priority 0 Position
1578
1642
  DEPEND_1: event_num
@@ -1580,7 +1644,7 @@ P0_Position:
1580
1644
  LABL_PTR_1: event_num_label
1581
1645
  VALIDMAX: 32
1582
1646
 
1583
- P0_SpinAngle:
1647
+ p0_spin_sector:
1584
1648
  <<: *direct_events
1585
1649
  CATDESC: Priority 0 Spin Angle
1586
1650
  DEPEND_1: event_num
@@ -1588,7 +1652,7 @@ P0_SpinAngle:
1588
1652
  LABL_PTR_1: event_num_label
1589
1653
  VALIDMAX: 128
1590
1654
 
1591
- P0_SpinNumber:
1655
+ p0_spin_number:
1592
1656
  <<: *direct_events
1593
1657
  CATDESC: Priority 0 Spin Number
1594
1658
  DEPEND_1: event_num
@@ -1596,7 +1660,7 @@ P0_SpinNumber:
1596
1660
  LABL_PTR_1: event_num_label
1597
1661
  VALIDMAX: 32
1598
1662
 
1599
- P0_SSD_ID:
1663
+ p0_ssd_id:
1600
1664
  <<: *direct_events
1601
1665
  CATDESC: Priority 0 SSD ID or Azimuth Angle
1602
1666
  DEPEND_1: event_num
@@ -1604,7 +1668,7 @@ P0_SSD_ID:
1604
1668
  LABL_PTR_1: event_num_label
1605
1669
  VALIDMAX: 32
1606
1670
 
1607
- P0_SSDEnergy:
1671
+ p0_ssd_energy:
1608
1672
  <<: *direct_events
1609
1673
  CATDESC: Priority 0 APD Energy
1610
1674
  DEPEND_1: event_num
@@ -1612,7 +1676,7 @@ P0_SSDEnergy:
1612
1676
  LABL_PTR_1: event_num_label
1613
1677
  VALIDMAX: 2048
1614
1678
 
1615
- P0_TOF:
1679
+ p0_tof:
1616
1680
  <<: *direct_events
1617
1681
  CATDESC: Priority 0 Time of Flight
1618
1682
  DEPEND_1: event_num
@@ -1621,7 +1685,7 @@ P0_TOF:
1621
1685
  LABL_PTR_1: event_num_label
1622
1686
  VALIDMAX: 1024
1623
1687
 
1624
- P0_Type:
1688
+ p0_type:
1625
1689
  <<: *direct_events
1626
1690
  CATDESC: Priority 0 Type
1627
1691
  DEPEND_1: event_num
@@ -1629,7 +1693,7 @@ P0_Type:
1629
1693
  LABL_PTR_1: event_num_label
1630
1694
  VALIDMAX: 3
1631
1695
 
1632
- P1_APD_ID:
1696
+ p1_apd_id:
1633
1697
  <<: *direct_events
1634
1698
  CATDESC: Priority 1 APD ID
1635
1699
  DEPEND_1: event_num
@@ -1637,7 +1701,7 @@ P1_APD_ID:
1637
1701
  LABL_PTR_1: event_num_label
1638
1702
  VALIDMAX: 32
1639
1703
 
1640
- P1_APDEnergy:
1704
+ p1_apd_energy:
1641
1705
  <<: *direct_events
1642
1706
  CATDESC: Priority 1 APD Energy
1643
1707
  DEPEND_1: event_num
@@ -1646,7 +1710,7 @@ P1_APDEnergy:
1646
1710
  LABL_PTR_1: event_num_label
1647
1711
  VALIDMAX: 512
1648
1712
 
1649
- P1_APDGain:
1713
+ p1_gain:
1650
1714
  <<: *direct_events
1651
1715
  CATDESC: Priority 1 APD Gain
1652
1716
  DEPEND_1: event_num
@@ -1654,14 +1718,14 @@ P1_APDGain:
1654
1718
  LABL_PTR_1: event_num_label
1655
1719
  VALIDMAX: 1
1656
1720
 
1657
- P1_DataQuality:
1721
+ p1_data_quality:
1658
1722
  <<: *direct_events
1659
1723
  CATDESC: Priority 1 Data Quality
1660
1724
  FIELDNAM: Priority 1 Data Quality
1661
1725
  LABLAXIS: " "
1662
1726
  VALIDMAX: 1
1663
1727
 
1664
- P1_EnergyStep:
1728
+ p1_energy_step:
1665
1729
  <<: *direct_events
1666
1730
  CATDESC: Priority 1 Energy Step
1667
1731
  DEPEND_1: event_num
@@ -1669,15 +1733,7 @@ P1_EnergyStep:
1669
1733
  LABL_PTR_1: event_num_label
1670
1734
  VALIDMAX: 128
1671
1735
 
1672
- P1_ERGE:
1673
- <<: *direct_events
1674
- CATDESC: Priority 1 Energy Range
1675
- DEPEND_1: event_num
1676
- FIELDNAM: Priority 1 Energy Range
1677
- LABL_PTR_1: event_num_label
1678
- VALIDMAX: 4
1679
-
1680
- P1_MultiFlag:
1736
+ p1_multi_flag:
1681
1737
  <<: *direct_events
1682
1738
  CATDESC: Priority 1 Multi Flag
1683
1739
  DEPEND_1: event_num
@@ -1685,14 +1741,14 @@ P1_MultiFlag:
1685
1741
  LABL_PTR_1: event_num_label
1686
1742
  VALIDMAX: 1
1687
1743
 
1688
- P1_NumEvents:
1744
+ p1_num_events:
1689
1745
  <<: *direct_events
1690
1746
  CATDESC: Priority 1 Number of Events
1691
1747
  FIELDNAM: Priority 1 Number of Events
1692
1748
  FILLVAL: 65535
1693
1749
  LABLAXIS: " "
1694
1750
 
1695
- P1_PHAType:
1751
+ p1_type:
1696
1752
  <<: *direct_events
1697
1753
  CATDESC: Priority 1 PHA Type
1698
1754
  DEPEND_1: event_num
@@ -1700,7 +1756,7 @@ P1_PHAType:
1700
1756
  LABL_PTR_1: event_num_label
1701
1757
  VALIDMAX: 4
1702
1758
 
1703
- P1_Position:
1759
+ p1_position:
1704
1760
  <<: *direct_events
1705
1761
  CATDESC: Priority 1 Position
1706
1762
  DEPEND_1: event_num
@@ -1708,7 +1764,7 @@ P1_Position:
1708
1764
  LABL_PTR_1: event_num_label
1709
1765
  VALIDMAX: 32
1710
1766
 
1711
- P1_SpinAngle:
1767
+ p1_spin_sector:
1712
1768
  <<: *direct_events
1713
1769
  CATDESC: Priority 1 Spin Angle
1714
1770
  DEPEND_1: event_num
@@ -1716,7 +1772,7 @@ P1_SpinAngle:
1716
1772
  LABL_PTR_1: event_num_label
1717
1773
  VALIDMAX: 128
1718
1774
 
1719
- P1_SpinNumber:
1775
+ p1_spin_number:
1720
1776
  <<: *direct_events
1721
1777
  CATDESC: Priority 1 Spin Number
1722
1778
  DEPEND_1: event_num
@@ -1724,7 +1780,7 @@ P1_SpinNumber:
1724
1780
  LABL_PTR_1: event_num_label
1725
1781
  VALIDMAX: 32
1726
1782
 
1727
- P1_SSD_ID:
1783
+ p1_ssd_id:
1728
1784
  <<: *direct_events
1729
1785
  CATDESC: Priority 1 SSD ID or Azimuth Angle
1730
1786
  DEPEND_1: event_num
@@ -1732,7 +1788,7 @@ P1_SSD_ID:
1732
1788
  LABL_PTR_1: event_num_label
1733
1789
  VALIDMAX: 32
1734
1790
 
1735
- P1_SSDEnergy:
1791
+ p1_ssd_energy:
1736
1792
  <<: *direct_events
1737
1793
  CATDESC: Priority 1 APD Energy
1738
1794
  DEPEND_1: event_num
@@ -1740,7 +1796,7 @@ P1_SSDEnergy:
1740
1796
  LABL_PTR_1: event_num_label
1741
1797
  VALIDMAX: 2048
1742
1798
 
1743
- P1_TOF:
1799
+ p1_tof:
1744
1800
  <<: *direct_events
1745
1801
  CATDESC: Priority 1 Time of Flight
1746
1802
  DEPEND_1: event_num
@@ -1749,7 +1805,7 @@ P1_TOF:
1749
1805
  LABL_PTR_1: event_num_label
1750
1806
  VALIDMAX: 1024
1751
1807
 
1752
- P1_Type:
1808
+ p1_Type:
1753
1809
  <<: *direct_events
1754
1810
  CATDESC: Priority 1 Type
1755
1811
  DEPEND_1: event_num
@@ -1757,7 +1813,7 @@ P1_Type:
1757
1813
  LABL_PTR_1: event_num_label
1758
1814
  VALIDMAX: 3
1759
1815
 
1760
- P2_APD_ID:
1816
+ p2_apd_id:
1761
1817
  <<: *direct_events
1762
1818
  CATDESC: Priority 2 APD ID
1763
1819
  DEPEND_1: event_num
@@ -1765,7 +1821,7 @@ P2_APD_ID:
1765
1821
  LABL_PTR_1: event_num_label
1766
1822
  VALIDMAX: 32
1767
1823
 
1768
- P2_APDEnergy:
1824
+ p2_apd_energy:
1769
1825
  <<: *direct_events
1770
1826
  CATDESC: Priority 2 APD Energy
1771
1827
  DEPEND_1: event_num
@@ -1774,7 +1830,7 @@ P2_APDEnergy:
1774
1830
  LABL_PTR_1: event_num_label
1775
1831
  VALIDMAX: 512
1776
1832
 
1777
- P2_APDGain:
1833
+ p2_gain:
1778
1834
  <<: *direct_events
1779
1835
  CATDESC: Priority 2 APD Gain
1780
1836
  DEPEND_1: event_num
@@ -1782,14 +1838,14 @@ P2_APDGain:
1782
1838
  LABL_PTR_1: event_num_label
1783
1839
  VALIDMAX: 1
1784
1840
 
1785
- P2_DataQuality:
1841
+ p2_data_quality:
1786
1842
  <<: *direct_events
1787
1843
  CATDESC: Priority 2 Data Quality
1788
1844
  FIELDNAM: Priority 2 Data Quality
1789
1845
  LABLAXIS: " "
1790
1846
  VALIDMAX: 1
1791
1847
 
1792
- P2_EnergyStep:
1848
+ p2_energy_step:
1793
1849
  <<: *direct_events
1794
1850
  CATDESC: Priority 2 Energy Step
1795
1851
  DEPEND_1: event_num
@@ -1797,15 +1853,7 @@ P2_EnergyStep:
1797
1853
  LABL_PTR_1: event_num_label
1798
1854
  VALIDMAX: 128
1799
1855
 
1800
- P2_ERGE:
1801
- <<: *direct_events
1802
- CATDESC: Priority 2 Energy Range
1803
- DEPEND_1: event_num
1804
- FIELDNAM: Priority 2 Energy Range
1805
- LABL_PTR_1: event_num_label
1806
- VALIDMAX: 4
1807
-
1808
- P2_MultiFlag:
1856
+ p2_multi_flag:
1809
1857
  <<: *direct_events
1810
1858
  CATDESC: Priority 2 Multi Flag
1811
1859
  DEPEND_1: event_num
@@ -1813,14 +1861,14 @@ P2_MultiFlag:
1813
1861
  LABL_PTR_1: event_num_label
1814
1862
  VALIDMAX: 1
1815
1863
 
1816
- P2_NumEvents:
1864
+ p2_num_events:
1817
1865
  <<: *direct_events
1818
1866
  CATDESC: Priority 2 Number of Events
1819
1867
  FIELDNAM: Priority 2 Number of Events
1820
1868
  FILLVAL: 65535
1821
1869
  LABLAXIS: " "
1822
1870
 
1823
- P2_PHAType:
1871
+ p2_type:
1824
1872
  <<: *direct_events
1825
1873
  CATDESC: Priority 2 PHA Type
1826
1874
  DEPEND_1: event_num
@@ -1828,7 +1876,7 @@ P2_PHAType:
1828
1876
  LABL_PTR_1: event_num_label
1829
1877
  VALIDMAX: 4
1830
1878
 
1831
- P2_Position:
1879
+ p2_position:
1832
1880
  <<: *direct_events
1833
1881
  CATDESC: Priority 2 Position
1834
1882
  DEPEND_1: event_num
@@ -1836,7 +1884,7 @@ P2_Position:
1836
1884
  LABL_PTR_1: event_num_label
1837
1885
  VALIDMAX: 32
1838
1886
 
1839
- P2_SpinAngle:
1887
+ p2_spin_sector:
1840
1888
  <<: *direct_events
1841
1889
  CATDESC: Priority 2 Spin Angle
1842
1890
  DEPEND_1: event_num
@@ -1844,7 +1892,7 @@ P2_SpinAngle:
1844
1892
  LABL_PTR_1: event_num_label
1845
1893
  VALIDMAX: 128
1846
1894
 
1847
- P2_SpinNumber:
1895
+ p2_spin_number:
1848
1896
  <<: *direct_events
1849
1897
  CATDESC: Priority 2 Spin Number
1850
1898
  DEPEND_1: event_num
@@ -1852,7 +1900,7 @@ P2_SpinNumber:
1852
1900
  LABL_PTR_1: event_num_label
1853
1901
  VALIDMAX: 32
1854
1902
 
1855
- P2_SSD_ID:
1903
+ p2_ssd_id:
1856
1904
  <<: *direct_events
1857
1905
  CATDESC: Priority 2 SSD ID or Azimuth Angle
1858
1906
  DEPEND_1: event_num
@@ -1860,7 +1908,7 @@ P2_SSD_ID:
1860
1908
  LABL_PTR_1: event_num_label
1861
1909
  VALIDMAX: 32
1862
1910
 
1863
- P2_SSDEnergy:
1911
+ p2_ssd_energy:
1864
1912
  <<: *direct_events
1865
1913
  CATDESC: Priority 2 APD Energy
1866
1914
  DEPEND_1: event_num
@@ -1868,7 +1916,7 @@ P2_SSDEnergy:
1868
1916
  LABL_PTR_1: event_num_label
1869
1917
  VALIDMAX: 2048
1870
1918
 
1871
- P2_TOF:
1919
+ p2_tof:
1872
1920
  <<: *direct_events
1873
1921
  CATDESC: Priority 2 Time of Flight
1874
1922
  DEPEND_1: event_num
@@ -1877,7 +1925,7 @@ P2_TOF:
1877
1925
  LABL_PTR_1: event_num_label
1878
1926
  VALIDMAX: 1024
1879
1927
 
1880
- P2_Type:
1928
+ p2_Type:
1881
1929
  <<: *direct_events
1882
1930
  CATDESC: Priority 2 Type
1883
1931
  DEPEND_1: event_num
@@ -1885,7 +1933,7 @@ P2_Type:
1885
1933
  LABL_PTR_1: event_num_label
1886
1934
  VALIDMAX: 3
1887
1935
 
1888
- P3_APD_ID:
1936
+ p3_apd_id:
1889
1937
  <<: *direct_events
1890
1938
  CATDESC: Priority 3 APD ID
1891
1939
  DEPEND_1: event_num
@@ -1893,7 +1941,7 @@ P3_APD_ID:
1893
1941
  LABL_PTR_1: event_num_label
1894
1942
  VALIDMAX: 32
1895
1943
 
1896
- P3_APDEnergy:
1944
+ p3_apd_energy:
1897
1945
  <<: *direct_events
1898
1946
  CATDESC: Priority 3 APD Energy
1899
1947
  DEPEND_1: event_num
@@ -1902,7 +1950,7 @@ P3_APDEnergy:
1902
1950
  LABL_PTR_1: event_num_label
1903
1951
  VALIDMAX: 512
1904
1952
 
1905
- P3_APDGain:
1953
+ p3_gain:
1906
1954
  <<: *direct_events
1907
1955
  CATDESC: Priority 3 APD Gain
1908
1956
  DEPEND_1: event_num
@@ -1910,14 +1958,14 @@ P3_APDGain:
1910
1958
  LABL_PTR_1: event_num_label
1911
1959
  VALIDMAX: 1
1912
1960
 
1913
- P3_DataQuality:
1961
+ p3_data_quality:
1914
1962
  <<: *direct_events
1915
1963
  CATDESC: Priority 3 Data Quality
1916
1964
  FIELDNAM: Priority 3 Data Quality
1917
1965
  LABLAXIS: " "
1918
1966
  VALIDMAX: 1
1919
1967
 
1920
- P3_EnergyStep:
1968
+ p3_energy_step:
1921
1969
  <<: *direct_events
1922
1970
  CATDESC: Priority 3 Energy Step
1923
1971
  DEPEND_1: event_num
@@ -1925,15 +1973,7 @@ P3_EnergyStep:
1925
1973
  LABL_PTR_1: event_num_label
1926
1974
  VALIDMAX: 128
1927
1975
 
1928
- P3_ERGE:
1929
- <<: *direct_events
1930
- CATDESC: Priority 3 Energy Range
1931
- DEPEND_1: event_num
1932
- FIELDNAM: Priority 3 Energy Range
1933
- LABL_PTR_1: event_num_label
1934
- VALIDMAX: 4
1935
-
1936
- P3_MultiFlag:
1976
+ p3_multi_flag:
1937
1977
  <<: *direct_events
1938
1978
  CATDESC: Priority 3 Multi Flag
1939
1979
  DEPEND_1: event_num
@@ -1941,14 +1981,14 @@ P3_MultiFlag:
1941
1981
  LABL_PTR_1: event_num_label
1942
1982
  VALIDMAX: 1
1943
1983
 
1944
- P3_NumEvents:
1984
+ p3_num_events:
1945
1985
  <<: *direct_events
1946
1986
  CATDESC: Priority 3 Number of Events
1947
1987
  FIELDNAM: Priority 3 Number of Events
1948
1988
  FILLVAL: 65535
1949
1989
  LABLAXIS: " "
1950
1990
 
1951
- P3_PHAType:
1991
+ p3_type:
1952
1992
  <<: *direct_events
1953
1993
  CATDESC: Priority 3 PHA Type
1954
1994
  DEPEND_1: event_num
@@ -1956,7 +1996,7 @@ P3_PHAType:
1956
1996
  LABL_PTR_1: event_num_label
1957
1997
  VALIDMAX: 4
1958
1998
 
1959
- P3_Position:
1999
+ p3_position:
1960
2000
  <<: *direct_events
1961
2001
  CATDESC: Priority 3 Position
1962
2002
  DEPEND_1: event_num
@@ -1964,7 +2004,7 @@ P3_Position:
1964
2004
  LABL_PTR_1: event_num_label
1965
2005
  VALIDMAX: 32
1966
2006
 
1967
- P3_SpinAngle:
2007
+ p3_spin_sector:
1968
2008
  <<: *direct_events
1969
2009
  CATDESC: Priority 3 Spin Angle
1970
2010
  DEPEND_1: event_num
@@ -1972,7 +2012,7 @@ P3_SpinAngle:
1972
2012
  LABL_PTR_1: event_num_label
1973
2013
  VALIDMAX: 128
1974
2014
 
1975
- P3_SpinNumber:
2015
+ p3_spin_number:
1976
2016
  <<: *direct_events
1977
2017
  CATDESC: Priority 3 Spin Number
1978
2018
  DEPEND_1: event_num
@@ -1980,7 +2020,7 @@ P3_SpinNumber:
1980
2020
  LABL_PTR_1: event_num_label
1981
2021
  VALIDMAX: 32
1982
2022
 
1983
- P3_SSD_ID:
2023
+ p3_ssd_id:
1984
2024
  <<: *direct_events
1985
2025
  CATDESC: Priority 3 SSD ID or Azimuth Angle
1986
2026
  DEPEND_1: event_num
@@ -1988,7 +2028,7 @@ P3_SSD_ID:
1988
2028
  LABL_PTR_1: event_num_label
1989
2029
  VALIDMAX: 32
1990
2030
 
1991
- P3_SSDEnergy:
2031
+ p3_ssd_energy:
1992
2032
  <<: *direct_events
1993
2033
  CATDESC: Priority 3 APD Energy
1994
2034
  DEPEND_1: event_num
@@ -1996,7 +2036,7 @@ P3_SSDEnergy:
1996
2036
  LABL_PTR_1: event_num_label
1997
2037
  VALIDMAX: 2048
1998
2038
 
1999
- P3_TOF:
2039
+ p3_tof:
2000
2040
  <<: *direct_events
2001
2041
  CATDESC: Priority 3 Time of Flight
2002
2042
  DEPEND_1: event_num
@@ -2005,7 +2045,7 @@ P3_TOF:
2005
2045
  LABL_PTR_1: event_num_label
2006
2046
  VALIDMAX: 1024
2007
2047
 
2008
- P3_Type:
2048
+ p3_Type:
2009
2049
  <<: *direct_events
2010
2050
  CATDESC: Priority 3 Type
2011
2051
  DEPEND_1: event_num
@@ -2013,7 +2053,7 @@ P3_Type:
2013
2053
  LABL_PTR_1: event_num_label
2014
2054
  VALIDMAX: 3
2015
2055
 
2016
- P4_APD_ID:
2056
+ p4_apd_id:
2017
2057
  <<: *direct_events
2018
2058
  CATDESC: Priority 4 APD ID
2019
2059
  DEPEND_1: event_num
@@ -2021,7 +2061,7 @@ P4_APD_ID:
2021
2061
  LABL_PTR_1: event_num_label
2022
2062
  VALIDMAX: 32
2023
2063
 
2024
- P4_APDEnergy:
2064
+ p4_apd_energy:
2025
2065
  <<: *direct_events
2026
2066
  CATDESC: Priority 4 APD Energy
2027
2067
  DEPEND_1: event_num
@@ -2030,7 +2070,7 @@ P4_APDEnergy:
2030
2070
  LABL_PTR_1: event_num_label
2031
2071
  VALIDMAX: 512
2032
2072
 
2033
- P4_APDGain:
2073
+ p4_gain:
2034
2074
  <<: *direct_events
2035
2075
  CATDESC: Priority 4 APD Gain
2036
2076
  DEPEND_1: event_num
@@ -2038,14 +2078,14 @@ P4_APDGain:
2038
2078
  LABL_PTR_1: event_num_label
2039
2079
  VALIDMAX: 1
2040
2080
 
2041
- P4_DataQuality:
2081
+ p4_data_quality:
2042
2082
  <<: *direct_events
2043
2083
  CATDESC: Priority 4 Data Quality
2044
2084
  FIELDNAM: Priority 4 Data Quality
2045
2085
  LABLAXIS: " "
2046
2086
  VALIDMAX: 1
2047
2087
 
2048
- P4_EnergyStep:
2088
+ p4_energy_step:
2049
2089
  <<: *direct_events
2050
2090
  CATDESC: Priority 4 Energy Step
2051
2091
  DEPEND_1: event_num
@@ -2053,15 +2093,7 @@ P4_EnergyStep:
2053
2093
  LABL_PTR_1: event_num_label
2054
2094
  VALIDMAX: 128
2055
2095
 
2056
- P4_ERGE:
2057
- <<: *direct_events
2058
- CATDESC: Priority 4 Energy Range
2059
- DEPEND_1: event_num
2060
- FIELDNAM: Priority 4 Energy Range
2061
- LABL_PTR_1: event_num_label
2062
- VALIDMAX: 4
2063
-
2064
- P4_MultiFlag:
2096
+ p4_multi_flag:
2065
2097
  <<: *direct_events
2066
2098
  CATDESC: Priority 4 Multi Flag
2067
2099
  DEPEND_1: event_num
@@ -2069,14 +2101,14 @@ P4_MultiFlag:
2069
2101
  LABL_PTR_1: event_num_label
2070
2102
  VALIDMAX: 1
2071
2103
 
2072
- P4_NumEvents:
2104
+ p4_num_events:
2073
2105
  <<: *direct_events
2074
2106
  CATDESC: Priority 4 Number of Events
2075
2107
  FIELDNAM: Priority 4 Number of Events
2076
2108
  FILLVAL: 65535
2077
2109
  LABLAXIS: " "
2078
2110
 
2079
- P4_PHAType:
2111
+ p4_type:
2080
2112
  <<: *direct_events
2081
2113
  CATDESC: Priority 4 PHA Type
2082
2114
  DEPEND_1: event_num
@@ -2084,7 +2116,7 @@ P4_PHAType:
2084
2116
  LABL_PTR_1: event_num_label
2085
2117
  VALIDMAX: 4
2086
2118
 
2087
- P4_Position:
2119
+ p4_position:
2088
2120
  <<: *direct_events
2089
2121
  CATDESC: Priority 4 Position
2090
2122
  DEPEND_1: event_num
@@ -2092,7 +2124,7 @@ P4_Position:
2092
2124
  LABL_PTR_1: event_num_label
2093
2125
  VALIDMAX: 32
2094
2126
 
2095
- P4_SpinAngle:
2127
+ p4_spin_sector:
2096
2128
  <<: *direct_events
2097
2129
  CATDESC: Priority 4 Spin Angle
2098
2130
  DEPEND_1: event_num
@@ -2100,7 +2132,7 @@ P4_SpinAngle:
2100
2132
  LABL_PTR_1: event_num_label
2101
2133
  VALIDMAX: 128
2102
2134
 
2103
- P4_SpinNumber:
2135
+ p4_spin_number:
2104
2136
  <<: *direct_events
2105
2137
  CATDESC: Priority 4 Spin Number
2106
2138
  DEPEND_1: event_num
@@ -2108,7 +2140,7 @@ P4_SpinNumber:
2108
2140
  LABL_PTR_1: event_num_label
2109
2141
  VALIDMAX: 32
2110
2142
 
2111
- P4_SSD_ID:
2143
+ p4_ssd_id:
2112
2144
  <<: *direct_events
2113
2145
  CATDESC: Priority 4 SSD ID or Azimuth Angle
2114
2146
  DEPEND_1: event_num
@@ -2116,7 +2148,7 @@ P4_SSD_ID:
2116
2148
  LABL_PTR_1: event_num_label
2117
2149
  VALIDMAX: 32
2118
2150
 
2119
- P4_SSDEnergy:
2151
+ p4_ssd_energy:
2120
2152
  <<: *direct_events
2121
2153
  CATDESC: Priority 4 APD Energy
2122
2154
  DEPEND_1: event_num
@@ -2124,7 +2156,7 @@ P4_SSDEnergy:
2124
2156
  LABL_PTR_1: event_num_label
2125
2157
  VALIDMAX: 2048
2126
2158
 
2127
- P4_TOF:
2159
+ p4_tof:
2128
2160
  <<: *direct_events
2129
2161
  CATDESC: Priority 4 Time of Flight
2130
2162
  DEPEND_1: event_num
@@ -2133,7 +2165,7 @@ P4_TOF:
2133
2165
  LABL_PTR_1: event_num_label
2134
2166
  VALIDMAX: 1024
2135
2167
 
2136
- P4_Type:
2168
+ p4_Type:
2137
2169
  <<: *direct_events
2138
2170
  CATDESC: Priority 4 Type
2139
2171
  DEPEND_1: event_num
@@ -2141,7 +2173,7 @@ P4_Type:
2141
2173
  LABL_PTR_1: event_num_label
2142
2174
  VALIDMAX: 3
2143
2175
 
2144
- P5_APD_ID:
2176
+ p5_apd_id:
2145
2177
  <<: *direct_events
2146
2178
  CATDESC: Priority 5 APD ID
2147
2179
  DEPEND_1: event_num
@@ -2149,7 +2181,7 @@ P5_APD_ID:
2149
2181
  LABL_PTR_1: event_num_label
2150
2182
  VALIDMAX: 32
2151
2183
 
2152
- P5_APDEnergy:
2184
+ p5_apd_energy:
2153
2185
  <<: *direct_events
2154
2186
  CATDESC: Priority 5 APD Energy
2155
2187
  DEPEND_1: event_num
@@ -2158,7 +2190,7 @@ P5_APDEnergy:
2158
2190
  LABL_PTR_1: event_num_label
2159
2191
  VALIDMAX: 512
2160
2192
 
2161
- P5_APDGain:
2193
+ p5_gain:
2162
2194
  <<: *direct_events
2163
2195
  CATDESC: Priority 5 APD Gain
2164
2196
  DEPEND_1: event_num
@@ -2166,14 +2198,14 @@ P5_APDGain:
2166
2198
  LABL_PTR_1: event_num_label
2167
2199
  VALIDMAX: 1
2168
2200
 
2169
- P5_DataQuality:
2201
+ p5_data_quality:
2170
2202
  <<: *direct_events
2171
2203
  CATDESC: Priority 5 Data Quality
2172
2204
  FIELDNAM: Priority 5 Data Quality
2173
2205
  LABLAXIS: " "
2174
2206
  VALIDMAX: 1
2175
2207
 
2176
- P5_EnergyStep:
2208
+ p5_energy_step:
2177
2209
  <<: *direct_events
2178
2210
  CATDESC: Priority 5 Energy Step
2179
2211
  DEPEND_1: event_num
@@ -2181,15 +2213,7 @@ P5_EnergyStep:
2181
2213
  LABL_PTR_1: event_num_label
2182
2214
  VALIDMAX: 128
2183
2215
 
2184
- P5_ERGE:
2185
- <<: *direct_events
2186
- CATDESC: Priority 5 Energy Range
2187
- DEPEND_1: event_num
2188
- FIELDNAM: Priority 5 Energy Range
2189
- LABL_PTR_1: event_num_label
2190
- VALIDMAX: 4
2191
-
2192
- P5_MultiFlag:
2216
+ p5_multi_flag:
2193
2217
  <<: *direct_events
2194
2218
  CATDESC: Priority 5 Multi Flag
2195
2219
  DEPEND_1: event_num
@@ -2197,14 +2221,14 @@ P5_MultiFlag:
2197
2221
  LABL_PTR_1: event_num_label
2198
2222
  VALIDMAX: 1
2199
2223
 
2200
- P5_NumEvents:
2224
+ p5_num_events:
2201
2225
  <<: *direct_events
2202
2226
  CATDESC: Priority 5 Number of Events
2203
2227
  FIELDNAM: Priority 5 Number of Events
2204
2228
  FILLVAL: 65535
2205
2229
  LABLAXIS: " "
2206
2230
 
2207
- P5_PHAType:
2231
+ p5_type:
2208
2232
  <<: *direct_events
2209
2233
  CATDESC: Priority 5 PHA Type
2210
2234
  DEPEND_1: event_num
@@ -2212,7 +2236,7 @@ P5_PHAType:
2212
2236
  LABL_PTR_1: event_num_label
2213
2237
  VALIDMAX: 4
2214
2238
 
2215
- P5_Position:
2239
+ p5_position:
2216
2240
  <<: *direct_events
2217
2241
  CATDESC: Priority 5 Position
2218
2242
  DEPEND_1: event_num
@@ -2220,7 +2244,7 @@ P5_Position:
2220
2244
  LABL_PTR_1: event_num_label
2221
2245
  VALIDMAX: 32
2222
2246
 
2223
- P5_SpinAngle:
2247
+ p5_spin_sector:
2224
2248
  <<: *direct_events
2225
2249
  CATDESC: Priority 5 Spin Angle
2226
2250
  DEPEND_1: event_num
@@ -2228,7 +2252,7 @@ P5_SpinAngle:
2228
2252
  LABL_PTR_1: event_num_label
2229
2253
  VALIDMAX: 128
2230
2254
 
2231
- P5_SpinNumber:
2255
+ p5_spin_number:
2232
2256
  <<: *direct_events
2233
2257
  CATDESC: Priority 5 Spin Number
2234
2258
  DEPEND_1: event_num
@@ -2236,7 +2260,7 @@ P5_SpinNumber:
2236
2260
  LABL_PTR_1: event_num_label
2237
2261
  VALIDMAX: 32
2238
2262
 
2239
- P5_SSD_ID:
2263
+ p5_ssd_id:
2240
2264
  <<: *direct_events
2241
2265
  CATDESC: Priority 5 SSD ID or Azimuth Angle
2242
2266
  DEPEND_1: event_num
@@ -2244,7 +2268,7 @@ P5_SSD_ID:
2244
2268
  LABL_PTR_1: event_num_label
2245
2269
  VALIDMAX: 32
2246
2270
 
2247
- P5_SSDEnergy:
2271
+ p5_ssd_energy:
2248
2272
  <<: *direct_events
2249
2273
  CATDESC: Priority 5 APD Energy
2250
2274
  DEPEND_1: event_num
@@ -2252,7 +2276,7 @@ P5_SSDEnergy:
2252
2276
  LABL_PTR_1: event_num_label
2253
2277
  VALIDMAX: 2048
2254
2278
 
2255
- P5_TOF:
2279
+ p5_tof:
2256
2280
  <<: *direct_events
2257
2281
  CATDESC: Priority 5 Time of Flight
2258
2282
  DEPEND_1: event_num
@@ -2261,7 +2285,7 @@ P5_TOF:
2261
2285
  LABL_PTR_1: event_num_label
2262
2286
  VALIDMAX: 1024
2263
2287
 
2264
- P5_Type:
2288
+ p5_Type:
2265
2289
  <<: *direct_events
2266
2290
  CATDESC: Priority 5 Type
2267
2291
  DEPEND_1: event_num
@@ -2269,7 +2293,7 @@ P5_Type:
2269
2293
  LABL_PTR_1: event_num_label
2270
2294
  VALIDMAX: 3
2271
2295
 
2272
- P6_APD_ID:
2296
+ p6_apd_id:
2273
2297
  <<: *direct_events
2274
2298
  CATDESC: Priority 6 APD ID
2275
2299
  DEPEND_1: event_num
@@ -2277,7 +2301,7 @@ P6_APD_ID:
2277
2301
  LABL_PTR_1: event_num_label
2278
2302
  VALIDMAX: 32
2279
2303
 
2280
- P6_APDEnergy:
2304
+ p6_apd_energy:
2281
2305
  <<: *direct_events
2282
2306
  CATDESC: Priority 6 APD Energy
2283
2307
  DEPEND_1: event_num
@@ -2286,7 +2310,7 @@ P6_APDEnergy:
2286
2310
  LABL_PTR_1: event_num_label
2287
2311
  VALIDMAX: 512
2288
2312
 
2289
- P6_APDGain:
2313
+ p6_gain:
2290
2314
  <<: *direct_events
2291
2315
  CATDESC: Priority 6 APD Gain
2292
2316
  DEPEND_1: event_num
@@ -2294,14 +2318,14 @@ P6_APDGain:
2294
2318
  LABL_PTR_1: event_num_label
2295
2319
  VALIDMAX: 1
2296
2320
 
2297
- P6_DataQuality:
2321
+ p6_data_quality:
2298
2322
  <<: *direct_events
2299
2323
  CATDESC: Priority 6 Data Quality
2300
2324
  FIELDNAM: Priority 6 Data Quality
2301
2325
  LABLAXIS: " "
2302
2326
  VALIDMAX: 1
2303
2327
 
2304
- P6_EnergyStep:
2328
+ p6_energy_step:
2305
2329
  <<: *direct_events
2306
2330
  CATDESC: Priority 6 Energy Step
2307
2331
  DEPEND_1: event_num
@@ -2309,7 +2333,7 @@ P6_EnergyStep:
2309
2333
  LABL_PTR_1: event_num_label
2310
2334
  VALIDMAX: 128
2311
2335
 
2312
- P6_MultiFlag:
2336
+ p6_multi_flag:
2313
2337
  <<: *direct_events
2314
2338
  CATDESC: Priority 6 Multi Flag
2315
2339
  DEPEND_1: event_num
@@ -2317,14 +2341,14 @@ P6_MultiFlag:
2317
2341
  LABL_PTR_1: event_num_label
2318
2342
  VALIDMAX: 1
2319
2343
 
2320
- P6_NumEvents:
2344
+ p6_num_events:
2321
2345
  <<: *direct_events
2322
2346
  CATDESC: Priority 6 Number of Events
2323
2347
  FIELDNAM: Priority 6 Number of Events
2324
2348
  FILLVAL: 65535
2325
2349
  LABLAXIS: " "
2326
2350
 
2327
- P6_PHAType:
2351
+ p6_type:
2328
2352
  <<: *direct_events
2329
2353
  CATDESC: Priority 6 PHA Type
2330
2354
  DEPEND_1: event_num
@@ -2332,7 +2356,7 @@ P6_PHAType:
2332
2356
  LABL_PTR_1: event_num_label
2333
2357
  VALIDMAX: 4
2334
2358
 
2335
- P6_Position:
2359
+ p6_position:
2336
2360
  <<: *direct_events
2337
2361
  CATDESC: Priority 6 Position
2338
2362
  DEPEND_1: event_num
@@ -2340,7 +2364,7 @@ P6_Position:
2340
2364
  LABL_PTR_1: event_num_label
2341
2365
  VALIDMAX: 32
2342
2366
 
2343
- P6_SpinAngle:
2367
+ p6_spin_sector:
2344
2368
  <<: *direct_events
2345
2369
  CATDESC: Priority 6 Spin Angle
2346
2370
  DEPEND_1: event_num
@@ -2348,7 +2372,7 @@ P6_SpinAngle:
2348
2372
  LABL_PTR_1: event_num_label
2349
2373
  VALIDMAX: 128
2350
2374
 
2351
- P6_TOF:
2375
+ p6_tof:
2352
2376
  <<: *direct_events
2353
2377
  CATDESC: Priority 6 Time of Flight
2354
2378
  DEPEND_1: event_num
@@ -2357,7 +2381,7 @@ P6_TOF:
2357
2381
  LABL_PTR_1: event_num_label
2358
2382
  VALIDMAX: 1024
2359
2383
 
2360
- P7_APD_ID:
2384
+ p7_apd_id:
2361
2385
  <<: *direct_events
2362
2386
  CATDESC: Priority 7 APD ID
2363
2387
  DEPEND_1: event_num
@@ -2365,7 +2389,7 @@ P7_APD_ID:
2365
2389
  LABL_PTR_1: event_num_label
2366
2390
  VALIDMAX: 32
2367
2391
 
2368
- P7_APDEnergy:
2392
+ p7_apd_energy:
2369
2393
  <<: *direct_events
2370
2394
  CATDESC: Priority 7 APD Energy
2371
2395
  DEPEND_1: event_num
@@ -2374,7 +2398,7 @@ P7_APDEnergy:
2374
2398
  LABL_PTR_1: event_num_label
2375
2399
  VALIDMAX: 512
2376
2400
 
2377
- P7_APDGain:
2401
+ p7_gain:
2378
2402
  <<: *direct_events
2379
2403
  CATDESC: Priority 7 APD Gain
2380
2404
  DEPEND_1: event_num
@@ -2382,14 +2406,14 @@ P7_APDGain:
2382
2406
  LABL_PTR_1: event_num_label
2383
2407
  VALIDMAX: 1
2384
2408
 
2385
- P7_DataQuality:
2409
+ p7_data_quality:
2386
2410
  <<: *direct_events
2387
2411
  CATDESC: Priority 7 Data Quality
2388
2412
  FIELDNAM: Priority 7 Data Quality
2389
2413
  LABLAXIS: " "
2390
2414
  VALIDMAX: 1
2391
2415
 
2392
- P7_EnergyStep:
2416
+ p7_energy_step:
2393
2417
  <<: *direct_events
2394
2418
  CATDESC: Priority 7 Energy Step
2395
2419
  DEPEND_1: event_num
@@ -2397,7 +2421,7 @@ P7_EnergyStep:
2397
2421
  LABL_PTR_1: event_num_label
2398
2422
  VALIDMAX: 128
2399
2423
 
2400
- P7_MultiFlag:
2424
+ p7_multi_flag:
2401
2425
  <<: *direct_events
2402
2426
  CATDESC: Priority 7 Multi Flag
2403
2427
  DEPEND_1: event_num
@@ -2405,14 +2429,14 @@ P7_MultiFlag:
2405
2429
  LABL_PTR_1: event_num_label
2406
2430
  VALIDMAX: 1
2407
2431
 
2408
- P7_NumEvents:
2432
+ p7_num_events:
2409
2433
  <<: *direct_events
2410
2434
  CATDESC: Priority 7 Number of Events
2411
2435
  FIELDNAM: Priority 7 Number of Events
2412
2436
  FILLVAL: 65535
2413
2437
  LABLAXIS: " "
2414
2438
 
2415
- P7_PHAType:
2439
+ p7_type:
2416
2440
  <<: *direct_events
2417
2441
  CATDESC: Priority 7 PHA Type
2418
2442
  DEPEND_1: event_num
@@ -2420,7 +2444,7 @@ P7_PHAType:
2420
2444
  LABL_PTR_1: event_num_label
2421
2445
  VALIDMAX: 4
2422
2446
 
2423
- P7_Position:
2447
+ p7_position:
2424
2448
  <<: *direct_events
2425
2449
  CATDESC: Priority 7 Position
2426
2450
  DEPEND_1: event_num
@@ -2428,7 +2452,7 @@ P7_Position:
2428
2452
  LABL_PTR_1: event_num_label
2429
2453
  VALIDMAX: 32
2430
2454
 
2431
- P7_SpinAngle:
2455
+ p7_spin_sector:
2432
2456
  <<: *direct_events
2433
2457
  CATDESC: Priority 7 Spin Angle
2434
2458
  DEPEND_1: event_num
@@ -2436,7 +2460,7 @@ P7_SpinAngle:
2436
2460
  LABL_PTR_1: event_num_label
2437
2461
  VALIDMAX: 128
2438
2462
 
2439
- P7_TOF:
2463
+ p7_tof:
2440
2464
  <<: *direct_events
2441
2465
  CATDESC: Priority 7 Time of Flight
2442
2466
  DEPEND_1: event_num