Skip to content

v0.4.3

Compare
Choose a tag to compare
@miguelinux314 miguelinux314 released this 02 Dec 09:51
· 308 commits to master since this release

Updated to version v0.4.3 (2022/12/02)

New features:

  • Added the classic JPEG codec to the jpeg plugin
  • Added the apply(self, experiment, index, row) to the enb.experiment.ExperimentTask class.
    This method is now called by the enb.experiment.Experiment class and its subclasses
    before computing any other row.
  • Added the iraf_photometry plugin that allows automatic photometry processing using IRAF
    (IRAF must be installed separately).
  • Added the enb.icompression.GeneralLosslessExperiment that allows seamless execution of lossless compression
    codecs on files without needed to add image geometry information to their name nor change their extension
    (e.g, general files).

Improvements:

  • Updated kakadu and FAPEC codecs to specify the exact dynamic bit range instead of the nominal one,
    which allows compression of 17-28bps images stored in u32be and s32be formats.
  • Added support for 4-byte entropy and 4-byte entropy efficiency.
  • The CCSDS codec now uses 1 sample per packet to allow automatic compression of wide images.
  • Cleanup of the lcnl codec wrapper.
  • Added the "image" category for image processing and compression plugins.