This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
testtest
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.
292
Commits
1
Branch
26 MiB
Python
98.5%
Batchfile
1%
Makefile
0.4%
Tree:
e41d8eb99d
zolfa-add_slices_loading
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'e41d8eb99d'
${ noResults }
testtest
/
nd2reader
/
model
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
..
__init__.py
resolves #112: removed ImageGroup object and image_sets method, as they were deprecated because of their general uselessness
9 years ago
image.py
#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
label.py
#125: refactored to make adding more metadata easier
9 years ago
metadata.py
resolves #143: we can now programatically access the width of pixels in microns
9 years ago