Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@bourque bourque released this 31 Jan 17:38
· 4 commits to dev since this release
ee41ffa

This is the January 2025 release.

Highlights

  • Instrument Processing
    • Improvements to CoDICE processing
      • Updated energy and acquisition time lookup tables for CoDICE-Lo
      • Improved consistency and added missing values for some L1A CDF attributes
      • Applied conversion factor for spin_period values in L1a processing
      • Now calculating epoch values from acq_start_(sub)seconds instead of shcoarse
    • Improvements to GLOWS processing
      • Set up basic processing for L2
      • Updates to obs day
    • Improvements to Hi processing
      • Added direct casting for IntEnums to Numpy
      • Refactored L1c pset in preparation for algorithm development
      • Now populating despun_z for L1c
      • Added hae coordinates for pset bins for L1c
      • Documented that epoch is center of time bin
    • Improvements to HIT processing
      • Added new test data for L1a
      • Added uncertainty fields to count rate dataset for L1a
      • Wrote standard rates algorithm code for L1b
    • Improvements to IDEX processing
      • Added trigger settings to L1a output CDFs
      • Added SPICE data to L1b CDFs
    • Improvements to Lo processing
      • Added decom and organization of L1a spin data
    • Improvements to SWE processing
      • Added in-flight calibration file tracking
      • Now reading in and applying in-flight calibration factors to counts using simulated data
      • Fixes to units and angles
      • Corrected flux units and updates conversion factors
    • Improvements to Ultra processing
      • Added velocity magnitude and extended spin calculations in L1b processing
      • Made velocity revisions
      • Set up extendedspin data structure
      • Set up bin arrays based on matched indices for L2 ENA maps
      • Fixed bug in spatial utils and indexing in rectangular az_el grids
      • Now allowing spacial_utils.build_az_el_grid to return non-reversed elevation values
      • Now returning az/el bin edges along with bin centers in build_az_el_grid utility function
  • Infrastructure
    • Improvements to SPICE
      • Added function to transform az/el coordinates between frames
      • Epoch time is now in TDT instead of TDB
      • Fixed bug when importing spicepy as spice
    • Improvements to I-ALiRT processing
      • Reduced processing to a single running container
      • Added idle timeout settings
      • Combined tools NLB and ECS cluster
      • Updated format of dynamodb
      • Rewrote doppler calculation
  • Documentation
    • Updates to ancillary file documentation
  • Misc
    • Upgraded Poetry version to 2.0
    • Upgraded cdflib version to 1.3.3
    • Upgraded sammi-cdf version to 1.0
    • Created common utility function to convert spin phase to angle in degree or radian
    • Now excluding tests from build

What's Changed

Full Changelog: v0.9.0...v0.10.0