Aharoni-Lab / miniscope-io

Data formatting, reading, and writing from miniscopes
https://miniscope-io.readthedocs.io
GNU Affero General Public License v3.0
6 stars 2 forks source link

Detect miniscopes #20

Open sneakers-the-rat opened 4 months ago

sneakers-the-rat commented 4 months ago

We need some means of detecting and identifying connected miniscopes and returning the appropriate reader class for them.

Something like

scopes = detect_miniscopes() # type: list[MiniscopeIO]
scope = get_miniscope(id="some-id") # type: MiniscopeIO

To do this we need to