This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
zolfa-nd2reader
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
289
Commits
3
Branches
204 MiB
Python
98.5%
Batchfile
1.1%
Makefile
0.4%
Tree:
3b5b934ba2
feature/load_slices
master
upstream/backport/20220103
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '3b5b934ba2'
${ noResults }
zolfa-nd2reader
/
nd2reader
History
jim
a1d73157b4
#147
: this mostly resolves the issue and I'm going to close it out with this patch, however, I'm not satisfied with the solution (taken from
http://stackoverflow.com/questions/16805987/python-numpy-ndarray-subclasses-and-zero-rank-arrays
). While this allows most numpy operations to work, you still can't do basic things like adding two Image objects (even though np.sum([[n[0], n[1]]]) will work). Hopefully no one will care or notice
9 years ago
..
common
#125: refactored to make adding more metadata easier
9 years ago
driver
resolves #140
9 years ago
model
#147: this mostly resolves the issue and I'm going to close it out with this patch, however, I'm not satisfied with the solution (taken from http://stackoverflow.com/questions/16805987/python-numpy-ndarray-subclasses-and-zero-rank-arrays). While this allows most numpy operations to work, you still can't do basic things like adding two Image objects (even though np.sum([[n[0], n[1]]]) will work). Hopefully no one will care or notice
9 years ago
parser
resolves #143: we can now programatically access the width of pixels in microns
9 years ago
__init__.py
Bump version to 2.1.0, updated documentation, removed skips from some unit tests
9 years ago
exc.py
updated docs, minor bug fixes, added unit tests
9 years ago
main.py
resolves #132: The `select` method now allows you to specify a range of images to iterate over
9 years ago
version.py
updated docs, minor bug fixes, added unit tests
9 years ago