Recent Releases of nd2reader
nd2reader - Version 3.3.1: fix np.float error
Version 3.3.1: fix np.float error
This package is no longer actively developed because I'm no longer working in this field and can't properly maintain it. If you'd like to help, please see the contributing page for more information.
What's Changed
- Fix a bug with parsing stitched images. by @zjniu in https://github.com/Open-Science-Tools/nd2reader/pull/60
- Replace Deprecated np.float with np.float64 in nd2reader by @mansouralawi in https://github.com/Open-Science-Tools/nd2reader/pull/70
New Contributors
- @zjniu made their first contribution in https://github.com/Open-Science-Tools/nd2reader/pull/60
- @mansouralawi made their first contribution in https://github.com/Open-Science-Tools/nd2reader/pull/70
Full Changelog: https://github.com/Open-Science-Tools/nd2reader/compare/3.3.0...3.3.1
- Python
Published by rbnvrw about 1 year ago
nd2reader - Various bugfixes
- Removed support for Python < 3.6
- Allow input buffers as the ND2Reader's
fhargument in addition to filename strings - Fixed errors in parsing NDExperiment loops
- Fixed handling of Z coordinates / levels
- Better handling of stitched files
- Python
Published by rbnvrw almost 5 years ago
nd2reader - 3.2.0
Special thanks to the contributors @glichtner and @WMAPernice who submitted awesome PRs!
- Numerous bugfixes: issue #11, issue #12, issue #16, pull request #20, pull request #21, pull request #22
- The framerate is now calculated from the NDExperiment loop data - this will be closer to the actual framerate as opposed to the set framerate
- Related to the above point, the acquisition times are now available in the parser
- Better adherence to the PIMS FramesSequenceND API
- Python
Published by rbnvrw over 6 years ago
nd2reader - Fix handling of incorrect frame shapes + calculate the real timesteps for an ND experiment
- Python
Published by rbnvrw over 7 years ago
nd2reader -
Bugfix release
* add class_priority for pims
* Fix cholor channel encoding bug
* Catch exceptions for missing metadata fields
- Python
Published by rbnvrw over 8 years ago
nd2reader -
- Fix imports from
pimsso that it can be included inpimsas a reader.
- Python
Published by rbnvrw over 8 years ago
nd2reader -
- 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
- Python
Published by rbnvrw over 8 years ago
nd2reader -
- 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
zaxis
- Python
Published by rbnvrw almost 9 years ago
nd2reader -
- Fixed the number of frames for ND experiments that include loops without acquisition
- Include the license files for packaging with conda forge
- Python
Published by rbnvrw almost 9 years ago
nd2reader - 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.
- Python
Published by rbnvrw almost 9 years ago