Ruben Verweij
|
10e080da78
|
Fix issue #34
|
5 years ago |
Ruben Verweij
|
94e028909c
|
Fix typo in z-level check
|
5 years ago |
Gabriele Girelli
|
399b42e383
|
Update raw_metadata.py
|
5 years ago |
Gabriele Girelli
|
898dd09e14
|
Update raw_metadata.py
Changed isinstance to is.
Fixed condition triggering warning.
|
5 years ago |
Gabriele Girelli
|
bec47a5fb6
|
Update raw_metadata.py
|
5 years ago |
Gabriele Girelli
|
df1cf09e36
|
Using Z slice coordinates from Z-data instead of Z-levels and show warning in case of mismatch
|
5 years ago |
Ruben Verweij
|
38d6e8ce5a
|
Fixes issue #11
|
5 years ago |
Ruben Verweij
|
6dd7f9dfe2
|
Fixes issue #16
|
5 years ago |
Gregor Lichtner
|
016239f1dd
|
added event names
|
6 years ago |
Gregor Lichtner
|
26bdbf36f0
|
fixed behavior when no events are available
|
6 years ago |
Gregor Lichtner
|
4efd9a2ea4
|
added image events to parser
|
6 years ago |
Ruben Verweij
|
2cd1dd0467
|
Refactor
|
6 years ago |
Ruben Verweij
|
93f886e9e9
|
Fix to take into account real acquisition times when calculating framerate instead of the set interval (which is sometimes inaccurate)
|
6 years ago |
Ruben Verweij
|
731a05214a
|
Fix #4
|
7 years ago |
Ruben Verweij
|
04e67fc5ec
|
Refactor CQ
|
7 years ago |
Ruben Verweij
|
1587ed863d
|
Test color channels, fix a bug in color channel encoding
|
7 years ago |
Ruben Verweij
|
81b785d1e7
|
Test legacy Nd2, parser, reader fixes
|
7 years ago |
Ruben Verweij
|
1e90e3a303
|
Add try/except blocks to make code more robust + fix unit tests
|
7 years ago |
Ruben Verweij
|
4acdf0cf55
|
Extend artificial to also write the label_map + data to file for more extensive unit testing
|
7 years ago |
Ruben Verweij
|
d743d556ad
|
Fix small bug when uiCount cannot be found
|
7 years ago |
Ruben Verweij
|
39eada0948
|
Add a third method to determine the loop sampling interval
|
7 years ago |
Ruben Verweij
|
a228fdbd9a
|
Also get sampling interval when dAvgPeriodDiff is not set
|
7 years ago |
Ruben Verweij
|
16288909b9
|
Issue #2: clean up axes handling, guess a better default axis
|
8 years ago |
Ruben Verweij
|
f88965ce8d
|
Fix the number of frames
|
8 years ago |
Ruben Verweij
|
9d2188aa47
|
Bug fixes by testing different .nd2 files
|
8 years ago |
Ruben Verweij
|
d4ae515e09
|
Extend unit tests
|
8 years ago |
Ruben Verweij
|
a50b446373
|
Extend unit tests
|
8 years ago |
Ruben Verweij
|
4183bcc4d5
|
Code fixes
|
8 years ago |
Ruben Verweij
|
9696954baf
|
Add test for Parser
|
8 years ago |
Ruben Verweij
|
b7ff34def5
|
Cleanup documentation
|
8 years ago |
Ruben Verweij
|
480432df50
|
Improve documentation
|
8 years ago |
Ruben Verweij
|
2f2f138f17
|
docstrings
|
8 years ago |
Ruben Verweij
|
60378ad06f
|
Cleanup docstrings to use google python docs
|
8 years ago |
Ruben Verweij
|
4841c09eb7
|
Correctly parse experiment data for NDAqcuisition and add get_timesteps function to reader
|
8 years ago |
Ruben Verweij
|
176cccd61c
|
Fix bug
|
8 years ago |
Ruben Verweij
|
fa0e0c9a86
|
Parse part of ND experiment metadata
|
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
|
d0bb78f67a
|
Add ROI type and shape
|
8 years ago |
Ruben Verweij
|
6f800c49f6
|
Added parsing for basic ROI metadata.
|
8 years ago |
jim
|
340d74fb8e
|
deleted CameraSettings since it's no longer used
|
9 years ago |
jim
|
4194f073dd
|
resolves #150, #149: removed camera settings entirely because they are buggy and terrible
|
9 years ago |
jim
|
c3d7273dfa
|
resolves #143: we can now programatically access the width of pixels in microns
|
9 years ago |
jim
|
9bbbf7ba28
|
resolves #140
|
9 years ago |
Jim Rybarski
|
25c4ce7f78
|
resolves #135. we're ready to publish version 2.0.0
|
9 years ago |
jim
|
faa50235d3
|
moved public methods to the top of classes
|
9 years ago |
Jim Rybarski
|
aedfa921a5
|
resolves #117. The XML-formatted strings in a few raw_metadata are now parsed into OrderedDicts. This isn't exposed to the user but if we want to add any of the data it will be more convenient for contributors to examine the contents of the data
|
9 years ago |
Jim Rybarski
|
1268b2768c
|
#125: fixed bug by ordering channel names, which works but seems suspect. added py2 support to Dockerfile
|
9 years ago |
Jim Rybarski
|
1436068d4c
|
#125: refactored to make adding more metadata easier
|
9 years ago |
jim
|
5196c7d2c7
|
#125 decoded much more metadata and also found pointers to XML data
|
9 years ago |