Python-based module for extracting from, converting between, and handling optical imaging data from several file formats. Inspired by SpikeInterface.
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
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?