Skip to content

Releases: IMSY-DKFZ/xilens

v0.2.2 🌈

15 Nov 13:47
3f1e05f
Compare
Choose a tag to compare

Changes

XiLens now requires library c-blosc2==2.5.1

🚀 Features

  • changes input text update mechanism @leoyala (#49)
  • spectral camera rgb channels are specified through the json configuration file @leoyala (#41)
  • adds viewer tab for recorded arrays @leoyala (#40)

🐛 Bug Fixes

  • changes input text update mechanism @leoyala (#49)
  • fixes invalid json configuration path @leoyala (#45)
  • fixes Qt signaling of opencv matrices @leoyala (#43)
  • fixes UI responsiveness hindered by temperature thread @leoyala (#35)

v0.2.1 🌈

30 Aug 14:29
2509f4d
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

v0.2.0

12 Aug 13:26
Compare
Choose a tag to compare

Added

  • Support for XIMEA RGB and gray scale cameras.
  • GoogleTests for core components.
  • BLOSC2 support. All images are stored using BLOSC" NDArray format.
  • pre-commit hooks
  • Documentation build using sphinx and breath.
  • Dockerfile

Changed

  • RGB images are generated by selecting 3 channels for spectral images.
  • Restructured project to store all source files inside src/
  • Changed UI style using new Amber Qt theme

Removed

  • Caffe dependency. Perfusion is no longer estimated.

Fixed

  • Access to resources through Qt managed resources