Recent Releases of https://github.com/arcadia-science/readlif
https://github.com/arcadia-science/readlif - v0.6.5
- Added a new attribute
settingstoLifImagewhich contains useful capture settings- Thanks to PR from @tmtenbrink
- Python
Published by nimne over 4 years ago
https://github.com/arcadia-science/readlif - v0.6.4
- Fixed bug and incompatibility in 0.6.3
- Added preliminary fix for images captured with stage navigator
- Python
Published by nimne almost 5 years ago
https://github.com/arcadia-science/readlif - 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
- Python
Published by nimne almost 5 years ago
https://github.com/arcadia-science/readlif - v0.6.2
- Fixed bug where the time and image scale were calculated incorrectly
- Clarified scaling documentation
- Python
Published by nimne almost 5 years ago
https://github.com/arcadia-science/readlif - v0.6.1
Fix typos
- Python
Published by nimne about 5 years ago
https://github.com/arcadia-science/readlif - 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.
- Python
Published by nimne about 5 years ago
https://github.com/arcadia-science/readlif - v0.5.2
- Bugfix: Fix error in mosaic parsing.
PosXmetadata was incorrectly read fromPosY- Thanks to @jojoelfe for the PR!
- Python
Published by nimne about 5 years ago
https://github.com/arcadia-science/readlif - v0.5.1
- Bugfix: switch from
io.BufferedIOBasetoio.IOBase
- Python
Published by nimne over 5 years ago
https://github.com/arcadia-science/readlif - v0.5.0
- Added support for loading files from buffers
- Thans to PR from @JacksonMaxfield
- Python
Published by nimne over 5 years ago
https://github.com/arcadia-science/readlif - v0.4.1
Fixed documentation issue, now correctly indicates unites of LifImage.scale as px/µm
- Python
Published by nimne over 5 years ago
https://github.com/arcadia-science/readlif - v0.4.0
0.4.0
- Added support for tiled images
mwas added as a new dimension (for tiled images)LifImagechanges:- New
get_iter_m()function - New
mosaic_positionattribute with(FieldX, FieldY, PosX, PosY)
- New
- Under the hood changes
LifImage.dimsis now a named tuple for clearer code
- Other things
- Prettier outputs for
repr() - Switch to github CI with help from @jidicula
- Prettier outputs for
- Python
Published by nimne over 5 years ago
https://github.com/arcadia-science/readlif - v0.3.1
Added NotImplementedError for tiled images until the feature can be added
- Python
Published by nimne over 5 years ago
https://github.com/arcadia-science/readlif - v0.3.0
Added support for 16-bit images.
Thanks to @DirkRemmers for providing the example file.
- Python
Published by nimne over 5 years ago
https://github.com/arcadia-science/readlif - v0.2.1
Fixed ZeroDivisionError when the Z-dimension is defined, but has a length of 0. Clarified an error message. Added fix for truncated files.
LifImage now has a scale attribute.
- Python
Published by nimne over 6 years ago
https://github.com/arcadia-science/readlif - Finalized for pypi release
- Python
Published by nimne about 7 years ago