Ruben Verweij
|
63a286d167
|
Hopefully fix Python 2 import error
|
8 years ago |
Ruben Verweij
|
685afb16ab
|
Rename exceptions
|
8 years ago |
Ruben Verweij
|
2bec3db873
|
Correctly install coverage module
|
8 years ago |
Ruben Verweij
|
630afa4926
|
Add code coverage info
|
8 years ago |
Ruben Verweij
|
7c779b3a40
|
Small refactor of common functions
|
8 years ago |
Ruben Verweij
|
cb2c06f9a5
|
Complete refactor
- use only one parser for v3 files
- merge some classes
- return metadata as raw metadata and dictionary
|
8 years ago |
Ruben Verweij
|
6f151e8701
|
Reduce code complexity
|
8 years ago |
Ruben Verweij
|
77d886945d
|
Add codeclimate integration
|
8 years ago |
Ruben Verweij
|
3ed8e243eb
|
Travis: only support numpy supported Python versions
|
8 years ago |
Ruben Verweij
|
5f1477a8c9
|
Add CI via Travis
|
8 years ago |
Ruben Verweij
|
d19a9c305b
|
Refactor, add metadata to Frame objects, support PIMS open function
|
8 years ago |
Ruben Verweij
|
7b7bf1ac25
|
Start porting to PIMS framework, cleanup unnecessary files
|
8 years ago |
Ruben Verweij
|
4ffc0bdf85
|
Correctly scale ROI sizes and position
|
8 years ago |
Ruben Verweij
|
d0bb78f67a
|
Add ROI type and shape
|
8 years ago |
Ruben Verweij
|
6f800c49f6
|
Added parsing for basic ROI metadata.
|
8 years ago |
Ruben Verweij
|
20c669c4ae
|
Rebranding in anticipation of better metadata support (mainly for FRAP experiments).
|
8 years ago |
Jim Rybarski
|
883d0c1b85
|
switch
|
9 years ago |
Jim Rybarski
|
8982825640
|
less harsh language
|
9 years ago |
Jim Rybarski
|
50c5b02fe6
|
Merge remote-tracking branch 'origin/master'
|
9 years ago |
Jim Rybarski
|
4cc1ef2dd8
|
I'm switching to Micro-Manager and never looking back. Goodbye nd2reader, it was great while it lasted.
|
9 years ago |
jim
|
340d74fb8e
|
deleted CameraSettings since it's no longer used
|
9 years ago |
Jim Rybarski
|
b80ed8c75b
|
possible fix for weird problem resulting from having many exposure times
|
9 years ago |
Jim Rybarski
|
fd88da413a
|
Merge pull request #153 from jimrybarski/152-fix-array-wrap
resolves #152: images truly act like numpy arrays now and are also di…
|
9 years ago |
jim
|
4a48847630
|
resolves #152: images truly act like numpy arrays now and are also displayable
|
9 years ago |
Jim Rybarski
|
a916c4822d
|
Merge pull request #151 from jimrybarski/150-remove-camera-settings
resolves #150, #149: removed camera settings entirely because they ar…
|
9 years ago |
jim
|
4194f073dd
|
resolves #150, #149: removed camera settings entirely because they are buggy and terrible
|
9 years ago |
jim
|
e41d8eb99d
|
fixed case
|
9 years ago |
jim
|
19c45ed952
|
Version 2.1.1
|
9 years ago |
jim
|
b9ee52270e
|
added some functional tests
|
9 years ago |
Jim Rybarski
|
3b5b934ba2
|
Merge pull request #148 from jimrybarski/147-more-numpylike-behavior
#147: this mostly resolves the issue and I'm going to close it out wi…
|
9 years ago |
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 |
Jim Rybarski
|
8aaa453bbd
|
attempt to fix red highlighting
|
9 years ago |
Jim Rybarski
|
13139518b3
|
Bump version to 2.1.0, updated documentation, removed skips from some unit tests
|
9 years ago |
Jim Rybarski
|
348cc6491f
|
Merge pull request #146 from jimrybarski/132-range-for-select
resolves #132: The `select` method now allows you to specify a range …
|
9 years ago |
Jim Rybarski
|
e992f743c7
|
resolves #132: The `select` method now allows you to specify a range of images to iterate over
|
9 years ago |
Jim Rybarski
|
6050db3812
|
Update CONTRIBUTING.md
|
9 years ago |
jim
|
a7ddaadf39
|
bumped version to 2.0.2
|
9 years ago |
Jim Rybarski
|
77475bb3fc
|
Merge pull request #144 from jimrybarski/143-find-pixel-size
143 find pixel size
|
9 years ago |
jim
|
7064e6f0ae
|
#143 discovered that humans can ruin everything
|
9 years ago |
jim
|
c3d7273dfa
|
resolves #143: we can now programatically access the width of pixels in microns
|
9 years ago |
Jim Rybarski
|
162e6aa190
|
Update CONTRIBUTING.md
|
9 years ago |
jim
|
4aa5a97e80
|
bumped version to 2.0.1
|
9 years ago |
jim
|
7233ff866e
|
added contact URL
|
9 years ago |
jim
|
eb2d704093
|
fix URL
|
9 years ago |
jim
|
fa5b4078df
|
wrote contributing document
|
9 years ago |
Jim Rybarski
|
a5ecceeebc
|
added a few functional tests and fixed formatting
|
9 years ago |
Jim Rybarski
|
092eba2a9c
|
Merge pull request #142 from jimrybarski/140-some-files-unreadable
resolves #140
|
9 years ago |
jim
|
9bbbf7ba28
|
resolves #140
|
9 years ago |
Jim Rybarski
|
e1cd579882
|
Merge pull request #141 from jimrybarski/138-bug-select
138 bug select
|
9 years ago |
Jim Rybarski
|
629c086d51
|
resolves #138
|
9 years ago |