Releases: Arcadia-Science/readlif
Releases · Arcadia-Science/readlif
v0.6.5
- Added a new attribute
settings
to LifImage
which contains useful capture settings
v0.6.4
- Fixed bug and incompatibility in 0.6.3
- Added preliminary fix for images captured with stage navigator
v0.6.3
- Added support for updated LasX with additional data in the Lif file
- Changed the way file names are assigned, now includes folder path
- This fix is intended to clarify imaging sets with many duplicate names
v0.6.2
- Fixed bug where the time and image scale were calculated incorrectly
- Clarified scaling documentation
v0.6.0
- Added support for non-XY images with
get_plane()
. See docs for usage.
- Note: Reading arbitrary planes (i.e. an XZ plane of an XY image) is not yet supported.
v0.5.2
- Bugfix: Fix error in mosaic parsing.
PosX
metadata was incorrectly read from PosY
v0.5.1
- Bugfix: switch from
io.BufferedIOBase
to io.IOBase
v0.5.0
- Added support for loading files from buffers
- Thans to PR from @JacksonMaxfield
v0.4.1
Fixed documentation issue, now correctly indicates unites of LifImage.scale
as px/µm