- enh: add comments in QLSI source code explaining what is being done
0.2.8
- fix: replace hard-coded filter size of 400 with half the sideband distance for QLSI data
0.2.7
- enh: allow to specify qlsi_pitch_term and use wavelength to convert wavefront distances to phase for QLSI data - fix: smooth square filter was not symmetric in x and y - docs: fix filter description for square filters (double filter size)
0.2.6
- enh: allow to select preferred Fourier transform interface via e.g. `qpretrieve.fourier.PREFERRED_INTERFACE = "FFTFilterNumpy"` - ref: rename OAH module internally
0.2.5
- fix: make sure the reference QLSI image is treated exactly like the data QLSI image in terms of padding and subtracting mean
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