Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@maxinelasp maxinelasp released this 19 Feb 18:59
· 5 commits to dev since this release
d1e5740

This release fixes issues form the 0.10.0 release and contains new changes/features ahead of the February 2025 Science Team Meeting

Highlights

  • Instrument Processing
    • Improvements to CoDICE processing
      • Improved how individual data product dimensions are defined to allow more flexibility
      • Implemented validation for L1a lo-(n)sw-species and lo-(n)sw-priority data products
      • Now downloading test L0 data from AWS S3 instead of storing the file in the repository
      • Improvements to L1a housekeeping validation; now comparing directly against validation CDFs instead of telemetry lookup files
    • Improvements to GLOWS processing
      • Fixed to L1a attributes
    • Improvements to Hi processing
      • Defined mapping from coincidence to calibration product for L1c
      • Added optional fill_value keyword to data array creation functions
      • L1c esa_energy_step now uses unique step values from input L1b
      • Updated CDF definition for L1a DE
      • Replaced MET ns with float64 seconds for L1a/L1b
    • Improvements to HIT processing
      • Implemented validation for L1b standard rates data
      • Implemented validation for L1a uncertainty fields data
    • Improvements to IDEX processing
      • Added decompression logic to L1a processing
    • Improvements to Lo processing
      • Implemented L1a Spin CDF
    • Improvements to MAG processing
      • Added new test data
    • Improvements to SWAPI processing
      • Updated packet definition
    • Improvements to SWE processing
      • Improvements to nomenclature
      • Added initial L2 data variables and CDF attributes
      • Now organizing data by energy and spin phase
    • Improvements to Ultra processing
      • Added attitude culling and 6 sigma to L1b
  • Infrastructure
    • Improvements to SPICE
      • Now using np.vectorize throughout
      • Implemented general spin table query
      • Fixed bug in upload metakernel
      • Fixed bug in repointing csv filename mapping
    • Improvements to I-ALiRT processing
      • Implemented decom processing for SWE
      • Implemented dynamodb API
  • SDC Website
    • Added materials to "About" and "Software" pages
    • Added data availability calendar features
    • Improved parameter selection in data portal
    • Added placeholder for "Publications" page
  • Documentation
    • Added documentation page that describes the various technologies that the SDC uses
    • Updated Data Access API demo notebook to showcase latest capabilities
  • Misc
    • Fixed bug in cdf.utils.load_cdf that was adding xarray specific attributes to the loaded CDF file
    • Added File_naming_conventions to global CDF attribute schema
    • Fixed bug in cdf_manager.add_global_attribute()

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0