JuliaIO / NRRD.jl

Julia support for the Nearly Raw Raster Data (NRRD) image file format
Other
10 stars 9 forks source link

Move to Unitful #6

Closed tlnagy closed 7 years ago

tlnagy commented 7 years ago

@timholy Is the plan to move NRRD.jl over to using Unitful.jl over SIUnits.jl?

timholy commented 7 years ago

Already done, try out the images-next branch.

timholy commented 7 years ago

FYI we had at least one problem with our interpretation of the NRRD format; that's fixed on the branch, but it's also possible that it won't read some of our formerly-produced files. NRRD lacks a test suite (big problem), but recently I discovered unu make which can generate valid headers, so I'm more confident that we're using the "standard" correctly.

Details: https://sourceforge.net/p/teem/bugs/14/

tlnagy commented 7 years ago

Yeah, hopefully they'll nail down the format a bit more. I think I'll probably have to move to OME-TIFF though, until https://github.com/micro-manager/micro-manager/issues/446 gets fixed (if ever).

timholy commented 7 years ago

Fixed in #7