Gabriele Girelli
|
595978cda0
|
f-strings not supported by Python3.6-
|
5 years ago |
Ulugbek Abdullaev
|
538910ba01
|
add a check that filename passed to nd2reader has an extension .nd2 because the current implementation raises InvalidVersionError if the passed file is non-nd2 type, which is misleading
add an exception InvalidFileType
add a test for the new behavior of ND2Reader constructor
|
5 years ago |
Ruben Verweij
|
74d384eed6
|
Merge pull request #33 from ggirelli/master
Removed self.__class__ from super() call
|
5 years ago |
Ruben Verweij
|
1728086d89
|
Fix codeclimate integration
|
5 years ago |
Ruben Verweij
|
a16702bb72
|
Update README.md
|
5 years ago |
Ruben Verweij
|
0e16251a24
|
Remove support for Python < 3.5
|
5 years ago |
Gabriele Girelli
|
1c6f517366
|
Removed self.__class__ from super() call
|
5 years ago |
Ruben Verweij
|
4eea6a81a1
|
Version 3.2.3 due to build error of new version number storage system
|
5 years ago |
Ruben Verweij
|
fe644d241b
|
Merge branch 'master' of github.com:rbnvrw/nd2reader
|
5 years ago |
Ruben Verweij
|
1d560969c6
|
New version 3.2.2
|
5 years ago |
Ruben Verweij
|
de6a495171
|
Update release.txt
|
5 years ago |
Ruben Verweij
|
312e08893e
|
Merge pull request #30 from rbnvrw/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
|
5 years ago |
Ruben Verweij
|
5854a59d1b
|
Create CODE_OF_CONDUCT.md
|
5 years ago |
Ruben Verweij
|
b6fdeb60a5
|
Merge pull request #28 from ggirelli/master
Using Z slice coordinates from Z-data instead of Z-levels and show warning in case of mismatch
|
5 years ago |
Gabriele Girelli
|
30cc7d74ed
|
Update raw_metadata.py
|
5 years ago |
Gabriele Girelli
|
64679f9426
|
Update raw_metadata.py
Changed isinstance to is.
Fixed condition triggering warning.
|
5 years ago |
Gabriele Girelli
|
b87b5f6697
|
Update raw_metadata.py
|
5 years ago |
Gabriele Girelli
|
810682c667
|
Using Z slice coordinates from Z-data instead of Z-levels and show warning in case of mismatch
|
5 years ago |
Ruben Verweij
|
3c24672ebe
|
Resolve issue #24
|
5 years ago |
Ruben Verweij
|
2a21784d62
|
Issue #24: only return a Frame when bundle_axes is only y,x
|
5 years ago |
Ruben Verweij
|
4430f19d5c
|
Merge branch 'master' of github.com:rbnvrw/nd2reader
|
5 years ago |
Ruben Verweij
|
be1be6aefb
|
Update get_frame_vczyx function based on feedback in issue #24
|
5 years ago |
Ruben Verweij
|
bddf4e00b4
|
Update release.txt
|
5 years ago |
Ruben Verweij
|
7e684ac6fa
|
Make unit test less specific to accomodate for different versions of struct
|
5 years ago |
Ruben Verweij
|
f83387ce04
|
Fixes issue #25, adds unit tests and release 3.2.1
|
5 years ago |
Ruben Verweij
|
2af560aa68
|
Fixes issue 25
|
5 years ago |
Ruben Verweij
|
b17c9d1c89
|
Merge branch 'master' of github.com:rbnvrw/nd2reader
|
5 years ago |
Ruben Verweij
|
06de827ffc
|
Fix issue with bundle_axes and get_frame
|
5 years ago |
Ruben Verweij
|
c9ec384816
|
Update release.txt
|
5 years ago |
Ruben Verweij
|
3f3464f239
|
Update version 3.2.0
|
5 years ago |
Ruben Verweij
|
30b2ad9cd4
|
Merge branch 'master' of github.com:rbnvrw/nd2reader
|
5 years ago |
Ruben Verweij
|
14fa586e26
|
Version 3.2.0
|
5 years ago |
Ruben Verweij
|
75b78caf46
|
Merge pull request #22 from WMAPernice/fix-missing-frames-issue_to-current-master
Fix to allow reading of ND2-files with missing frames.
|
5 years ago |
unknown
|
d844144209
|
More informative warning if gap frames encountered and filled with np.nan
|
5 years ago |
unknown
|
f07eab0160
|
Handle gap frames with np.nan-filled array and issue warning about it.
|
5 years ago |
unknown
|
e9cd68bd44
|
removed NoImageError call, class def, and import references since now redundant
|
5 years ago |
Ruben Verweij
|
9e0358882c
|
Add acquisition times to parser
|
5 years ago |
Ruben Verweij
|
cd55b8ffdd
|
Fixes issue #11
|
5 years ago |
Ruben Verweij
|
de1c2aff58
|
Fixes issue #16
|
5 years ago |
Ruben Verweij
|
c92b78689d
|
Fallback function for old get_frame_2D function
|
5 years ago |
unknown
|
ae00cc1223
|
fix to allow reading of ND2-files with missing frames, due to e.g. skipping z-positions in one channel of a multichannel image; based on most recent commit of master
|
5 years ago |
Ruben Verweij
|
1d43617c55
|
Use _register_get_frame functions
|
6 years ago |
Ruben Verweij
|
14f8d70a02
|
Merge pull request #21 from glichtner/image-events
Image events
|
6 years ago |
Ruben Verweij
|
48ad48c0db
|
Merge pull request #20 from glichtner/valid-loops
include only valid loops in experiment metadata
|
6 years ago |
Gregor Lichtner
|
ec080e48e8
|
added event names
|
6 years ago |
Gregor Lichtner
|
690c17dff4
|
fixed behavior when no events are available
|
6 years ago |
Gregor Lichtner
|
47b009c151
|
added image events to parser
|
6 years ago |
Gregor Lichtner
|
10601e444c
|
include only valid loops in experiment metadata
|
6 years ago |
Ruben Verweij
|
3afa470298
|
Merge pull request #15 from jbf81tb/master
parser, get_frame_2D: use channel index instead of channel name
|
6 years ago |
jbf81tb
|
999424a88e
|
get_frame_2D fix
|
6 years ago |