Releases: Open-Science-Tools/nd2reader
Releases · Open-Science-Tools/nd2reader
3.0.6
- Field of view (FOV) support, list the fields of view on a
v
axis (closes #3)
3.0.5
Bugfix release
- add
class_priority
for pims
- Fix cholor channel encoding bug
- Catch exceptions for missing metadata fields
3.0.4
- Fix imports from
pims
so that it can be included in pims
as a reader.
3.0.3
- Only setup certain axes (e.g. 'c') if the size > 1
- Cache the time steps and add a 'frame_rate' property
- Add fallback methods to determine the sampling rate in an NDExperiment
3.0.2
- Fixed iteration over other axis than
t
/multiple axes (issue #2)
- Guess a default axis to iterate over (issue #2)
- Use the right image group number when there is no
z
axis
3.0.1
- Fixed the number of frames for ND experiments that include loops without acquisition
- Include the license files for packaging with conda forge
3.0.0: the pims version
This version now uses the pims framework enabling easy access to multidimensional files, lazy slicing, and nice display in IPython.
To get started with the new API, see the documentation.