open-ephys / open-ephys-python-tools

Python code for interacting with the Open Ephys GUI
MIT License
28 stars 17 forks source link

Update oe_fast_loader.py #5

Closed KylePoe closed 3 years ago

KylePoe commented 3 years ago

Make memmap calls read-only. This kind of use case does not need write access.

jsiegle commented 3 years ago

Thanks!