Skip to content

v0.1.2

Choose a tag to compare

@ichristen ichristen released this 23 Nov 01:36
· 301 commits to main since this release
cb504be

New Features

  • Webcam interface using cv2's VideoCapture interface. This supports builtin or USB webcams, among other things.
  • Polished the Instrumental camera interface.
  • Honed Zernike wavefront calibration functionality.
  • Renamed SLM.write to SLM.set_phase with backwards compatibility.

Breaking Changes

  • Reverted read_/write_ paradigm in favor of load_/save_.
    • CameraSLM.save_calibration
    • CameraSLM.load_calibration
    • SLM.load_vendor_phase_correction
    • SLM.save_phase
    • SLM.load_phase
    • Santec.load_csv
    • Hologram.save_stats
    • Hologram.load_stats
    • analysis.files.save_image

Bugfixes

Full Changelog: v0.1.1...v0.1.2