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

Protect import in sima #351

Closed h-mayorquin closed 3 months ago

h-mayorquin commented 3 months ago

Delaying imports to intialization time is good for perofrmance reasons.

It would also stop from appearing on my stack when I am looking for any exceptions : P

Could we have this please?

h-mayorquin commented 3 months ago

This should be ready to go.