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
optimize get streams for `BrukerTiffSinglePlaneImagingExtractor` #344
Closed
h-mayorquin closed 5 months ago
This uses lazy xml reading instead of parsing the whole xml file. On my data this implementation is 60 times faster.