nanshe-org / nanshe

An image processing toolkit
https://nanshe-org.github.io/nanshe
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Converter for .stack images #149

Open jakirkham opened 9 years ago

jakirkham commented 9 years ago

Misha is currently using binary stack files with an xml file to specify common metadata. We should extend the converter to handle transforming these stacks into an HDF5 file.

jakirkham commented 9 years ago

As these can be easily read by NumPy and the xml can be easily parsed, this should be fairly straightforward. The input should be the directory where all .stack files and the .xml file are contained.

jakirkham commented 9 years ago

Overlaps with https://github.com/jakirkham/nanshe/issues/162