Releases: Mouse-Imaging-Centre/pyminc
Releases · Mouse-Imaging-Centre/pyminc
Algernon (July 26, 2016)
- the dtype for a volume created by volumeFromData is based on the data block provided, but can be overwritten using the dtype argument
- fixed the history entry: ends with a newline, which means that subsequent entries in the history are properly separated
- label files are not read in as double by default anymore, but as one of the unsigned integer types.
Jerry (July 15, 2016)
Bug fixes related to volumeFromDescription and volumeFromData. They did not work properly if you were to use the dtype argument.
Bianca (July 12, 2016)
- volume types on disk are preserved when loading/writing files
- internal data representation in numpy is double by default to maintain precision
- the image:complete flag is set upon successfully writing out data to accommodate minccomplete
- broken files (where the data was not written out to disk) are removed when closeVolume() or the destructor is called
- direction cosines can be set in volumeFromDescription and volumeFromData
for more changes see the NEWS
Speedy (September 15, 2014)
Pyminc writes out float and double volumes in this release