Skip to content

mwalib 1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 04:39
· 2 commits to main since this release

1.8.0 11-Nov-2024

  • mwalib now will detect and raise an error (MwalibError::Fits.CfitsioIsNotReentrant) if the CFITSIO library that mwalib is linked with has been built without the -D_REENTRANT directive (github issue #82).
  • Expose the FITS BSCALE in image HDUs as a single value bscale in CorrelatorContext (github issue #85).
    • For most Legacy MWA observations, this may be a value other than 1.0. For MWAX correlator this will always be 1.0.
    • This is mainly of interest to EoR researchers who are trying to implement Van Vleck corrections.
  • Python type stubs:
    • Fixed pyo3 decorators to allow stub_gen to work properly / generate python stubs correctly.
    • Used prerelease version of pyo3_stub_gen to ensure Chrono::FixedTimeOffset can have a stub generated in MetafitsContext.

Full Changelog: v1.7.2...v1.8.0