soft-matter / pims_nd2

Python nd2 reader based on the ND2 SDK
Other
16 stars 8 forks source link

ENH Linux implementation #3

Closed caspervdw closed 9 years ago

caspervdw commented 9 years ago

This implements the nd2 reader in linux.

@stevendbrown I think I covered your timestamp bug. On Linux, the ND2SDK returns the Unix timestamp although the documentation states that it is the JDN timestamp (which is the case on windows systems)

Could you confirm if this works?

caspervdw commented 9 years ago

@tacaswell Could you turn Travis on for this repo?

caspervdw commented 9 years ago

@stevendbrown I actually didn't test the timestamp, now I did and it came out to be 0.0 (as you described). This is an issue with the ND2SDK, which I cannot solve. Merging this.

stevendbrown commented 9 years ago

@caspervdw I've been told by LIM that the current SDK on the ND2SDK website has the 0.0 bug fixed albeit without a version number change. I have not yet tested this on my own systems to verify.

caspervdw commented 9 years ago

@stevendbrown Please keep me updated about the testing results. I checked out the current .so file against the one on their website and I didn't see any difference in the binary files.