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

ENH: Converter: Remove zero frames at the end of datasets #286

Closed jakirkham closed 8 years ago

jakirkham commented 9 years ago

Often datasets will still include some frames (usually at the end) that are simply zeros. These mess with registration. It would be good if the converter dropped these frames out by default. Possibly this would issue a message regarding the frames dropped. This should probably be determined by some sort of option.

jakirkham commented 8 years ago

This issue is caused by ScanImage. After further discussion, it has been decided that they should be the ones fixing this so that this problem doesn't occur.