catalystneuro / roiextractors

Python-based module for extracting from, converting between, and handling optical imaging data from several file formats. Inspired by SpikeInterface.
https://roiextractors.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Improve error message for tiff imaging extractor #353

Closed h-mayorquin closed 3 months ago

h-mayorquin commented 3 months ago

Related to: https://github.com/catalystneuro/neuroconv/issues/995

The reason why the file could not be memmap should be propagated. This improves the current error handling and displays a more informative error to the final user.