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 |
jim
|
4943a854f1
|
resolves #123: the label map and raw metadata are now accessible, so we can more easily compare what they contain to the information in the XML (which we're still not parsing)
|
9 years ago |
jim
|
e9ff0915bf
|
#123 switched to the new LabelMap object, added support for another metadata field
|
9 years ago |
jim
|
9548b92957
|
#123: created label map object, which parses the pointers to locations in the file where data is stored
|
9 years ago |
jim
|
09173fcb9e
|
resolves #110: added comments and parameter types to every method with a few minor exceptions where it's super obvious and unimportant what's happening
|
9 years ago |
Jim Rybarski
|
284f6775de
|
resolves #103: ND2s with a single image could not be parsed properly as they do not contain any dimension data, so when absent we can assume a single frame exists
|
9 years ago |
jim
|
c3a3cbadd4
|
resolves #101: No longer assumes a date will always be present in the metadata and falls back by displayed "Unknown" in the Nd2 repr
|
9 years ago |
Jim Rybarski
|
2b2ad95a82
|
fixed syntax errors
|
9 years ago |
Jim Rybarski
|
ac91d388c1
|
cleaned up a bit
|
9 years ago |
jim
|
e55029c1de
|
resolves #90
|
9 years ago |
jim
|
89d78030f1
|
#66 resolves v3 driver refactor
|
9 years ago |
jim
|
4ec54183d1
|
#66 fixed import problems
|
9 years ago |
jim
|
12512a5a1a
|
#66 lol
|
9 years ago |
jim
|
544fd974eb
|
#66 more refactoring
|
9 years ago |