Changelog

List of changes in-between qpretrieve releases.

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