imap-processing 0.16.2__py3-none-any.whl → 0.17.0__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 (45) hide show
  1. imap_processing/_version.py +2 -2
  2. imap_processing/cdf/config/imap_codice_l1a_variable_attrs.yaml +24 -0
  3. imap_processing/cdf/config/imap_codice_l1b_variable_attrs.yaml +24 -0
  4. imap_processing/cdf/config/imap_hi_variable_attrs.yaml +8 -8
  5. imap_processing/cdf/config/imap_hit_global_cdf_attrs.yaml +1 -1
  6. imap_processing/cdf/config/imap_hit_l2_variable_attrs.yaml +394 -411
  7. imap_processing/cdf/config/imap_idex_global_cdf_attrs.yaml +9 -9
  8. imap_processing/cdf/config/imap_idex_l2b_variable_attrs.yaml +150 -57
  9. imap_processing/cdf/config/imap_swapi_variable_attrs.yaml +19 -0
  10. imap_processing/cdf/config/imap_swe_l1b_variable_attrs.yaml +20 -0
  11. imap_processing/cdf/config/imap_swe_l2_variable_attrs.yaml +39 -0
  12. imap_processing/cdf/config/imap_ultra_global_cdf_attrs.yaml +108 -0
  13. imap_processing/cdf/config/imap_ultra_l1a_variable_attrs.yaml +103 -2
  14. imap_processing/cdf/utils.py +7 -1
  15. imap_processing/cli.py +14 -8
  16. imap_processing/codice/codice_l1a.py +89 -30
  17. imap_processing/hi/hi_l1a.py +4 -4
  18. imap_processing/hi/hi_l1b.py +2 -2
  19. imap_processing/hi/packet_definitions/TLM_HI_COMBINED_SCI.xml +218 -38
  20. imap_processing/hit/hit_utils.py +2 -2
  21. imap_processing/hit/l0/decom_hit.py +2 -1
  22. imap_processing/hit/l2/hit_l2.py +2 -1
  23. imap_processing/idex/idex_constants.py +7 -0
  24. imap_processing/idex/idex_l2b.py +372 -55
  25. imap_processing/lo/l0/lo_star_sensor.py +48 -0
  26. imap_processing/lo/l1a/lo_l1a.py +32 -32
  27. imap_processing/mag/l0/decom_mag.py +9 -6
  28. imap_processing/mag/l0/mag_l0_data.py +46 -0
  29. imap_processing/swapi/l1/swapi_l1.py +12 -2
  30. imap_processing/swapi/l2/swapi_l2.py +7 -6
  31. imap_processing/swe/l1b/swe_l1b.py +9 -0
  32. imap_processing/swe/l2/swe_l2.py +111 -17
  33. imap_processing/ultra/l0/decom_tools.py +13 -6
  34. imap_processing/ultra/l0/decom_ultra.py +190 -4
  35. imap_processing/ultra/l0/ultra_utils.py +184 -3
  36. imap_processing/ultra/l1a/ultra_l1a.py +52 -4
  37. imap_processing/ultra/packet_definitions/ULTRA_SCI_COMBINED.xml +3 -3
  38. imap_processing/utils.py +20 -42
  39. {imap_processing-0.16.2.dist-info → imap_processing-0.17.0.dist-info}/METADATA +1 -1
  40. {imap_processing-0.16.2.dist-info → imap_processing-0.17.0.dist-info}/RECORD +43 -44
  41. imap_processing/lo/l0/data_classes/star_sensor.py +0 -98
  42. imap_processing/lo/l0/utils/lo_base.py +0 -57
  43. {imap_processing-0.16.2.dist-info → imap_processing-0.17.0.dist-info}/LICENSE +0 -0
  44. {imap_processing-0.16.2.dist-info → imap_processing-0.17.0.dist-info}/WHEEL +0 -0
  45. {imap_processing-0.16.2.dist-info → imap_processing-0.17.0.dist-info}/entry_points.txt +0 -0
@@ -1,3 +1,3 @@
1
1
  # These version placeholders will be replaced later during substitution.
2
- __version__ = "0.16.2"
3
- __version_tuple__ = (0, 16, 2)
2
+ __version__ = "0.17.0"
3
+ __version_tuple__ = (0, 17, 0)
@@ -58,6 +58,30 @@ hi_priorities_attrs: &hi_priorities_default
58
58
 
59
59
 
60
60
  # <=== Coordinates ===>
61
+ epoch_delta_minus:
62
+ CATDESC: Time from acquisition start to acquisition center
63
+ FIELDNAM: epoch_delta_minus
64
+ FILLVAL: *int_fillval
65
+ FORMAT: I18
66
+ LABLAXIS: epoch_delta_minus
67
+ SCALETYP: linear
68
+ UNITS: ns
69
+ VALIDMIN: *min_int
70
+ VALIDMAX: *max_int
71
+ VAR_TYPE: support_data
72
+
73
+ epoch_delta_plus:
74
+ CATDESC: Time from acquisition center to acquisition end
75
+ FIELDNAM: epoch_delta_plus
76
+ FILLVAL: *int_fillval
77
+ FORMAT: I18
78
+ LABLAXIS: epoch_delta_plus
79
+ SCALETYP: linear
80
+ UNITS: ns
81
+ VALIDMIN: *min_int
82
+ VALIDMAX: *max_int
83
+ VAR_TYPE: support_data
84
+
61
85
  esa_step:
62
86
  CATDESC: Energy per charge (E/q) sweeping step
63
87
  FIELDNAM: Energy Index
@@ -59,6 +59,30 @@ hi_priorities_attrs: &hi_priorities_default
59
59
 
60
60
 
61
61
  # <=== Coordinates ===>
62
+ epoch_delta_minus:
63
+ CATDESC: Time from acquisition start to acquisition center
64
+ FIELDNAM: epoch_delta_minus
65
+ FILLVAL: *int_fillval
66
+ FORMAT: I18
67
+ LABLAXIS: epoch_delta_minus
68
+ SCALETYP: linear
69
+ UNITS: ns
70
+ VALIDMIN: *min_int
71
+ VALIDMAX: *max_int
72
+ VAR_TYPE: support_data
73
+
74
+ epoch_delta_plus:
75
+ CATDESC: Time from acquisition center to acquisition end
76
+ FIELDNAM: epoch_delta_plus
77
+ FILLVAL: *int_fillval
78
+ FORMAT: I18
79
+ LABLAXIS: epoch_delta_plus
80
+ SCALETYP: linear
81
+ UNITS: ns
82
+ VALIDMIN: *min_int
83
+ VALIDMAX: *max_int
84
+ VAR_TYPE: support_data
85
+
62
86
  esa_step:
63
87
  CATDESC: Energy per charge (E/q) sweeping step
64
88
  FIELDNAM: Energy Index
@@ -161,21 +161,21 @@ hi_de_spin_invalids:
161
161
  hi_de_esa_step:
162
162
  <<: *hi_esa_step
163
163
 
164
- hi_de_meta_seconds:
164
+ hi_de_esa_step_seconds:
165
165
  <<: *default_uint32
166
- CATDESC: Coarse mission elapsed time (MET) of last meta-event
166
+ CATDESC: Coarse mission elapsed time (MET) of when the ESA was stepped
167
167
  DISPLAY_TYPE: time_series
168
- FIELDNAM: Coarse Meta-event MET
169
- LABLAXIS: Coarse Meta MET
168
+ FIELDNAM: Coarse ESA step MET
169
+ LABLAXIS: Coarse ESA step MET
170
170
  UNITS: seconds
171
171
  VAR_TYPE: support_data
172
172
 
173
- hi_de_meta_subseconds:
173
+ hi_de_esa_step_milliseconds:
174
174
  <<: *default_uint16
175
- CATDESC: Fine mission elapsed time (MET) of last meta-event
175
+ CATDESC: Fine mission elapsed time (MET) of when the ESA was stepped
176
176
  DISPLAY_TYPE: time_series
177
- FIELDNAM: Fine Meta-event MET
178
- LABLAXIS: Fine Meta MET
177
+ FIELDNAM: Fine ESA step MET
178
+ LABLAXIS: Fine ESA step MET
179
179
  UNITS: ms
180
180
  VAR_TYPE: support_data
181
181
 
@@ -70,7 +70,7 @@ imap_hit_l2_summed-intensity:
70
70
 
71
71
  imap_hit_l2_macropixel-intensity:
72
72
  <<: *instrument_base
73
- Data_type: L2_macro-pixel-intensity>Level-2 Macro Pixel Intensity
73
+ Data_type: L2_macropixel-intensity>Level-2 Macro Pixel Intensity
74
74
  Logical_source: imap_hit_l2_macropixel-intensity
75
75
  Logical_source_description: IMAP Mission HIT Instrument Level-2 Macro Pixel Intensity Data.
76
76