Changelog

List of changes in-between qpretrieve releases.

version 0.2.4

  • enh: allow to specify approximate padding size in FFTFilter

  • docs: update wrong docs stated padding with linear ramp, but we are doing zero-padding

version 0.2.3

  • fix: allow computation of QLSI wavefront without reference image

  • ref: turn field into a property and let subclasses define how to compute phase and amplitude

version 0.2.2

  • enh: use multiprocessing.cpu_count() as threads argument for FFTW

version 0.2.1

  • ref: invert phase by multiplying field.imag by -1 in OAH

version 0.2.0

  • feat: add quadri-wave prototype for quadriwave lateral shearing interferometry (subject to future refactoring and breaking changes)

  • feat: implement FFT with PyFFTW

  • setup: remove unused install_requires

  • ref: clean up BaseInterferogram and support passing pipeline keyword arguments during init

version 0.1.2

  • ref: add base class for Fourier hologram analysis

version 0.1.1

  • fix: some Fourier filters did not work properly due to earlier refactorization

  • enh: support hologram data that are RGB(A) (by only taking R)

  • tests: imported tests from qpimage

version 0.1.0

  • initial release