bicarlsen / easy-biologic

Python library for communicating with Biologic devices.
GNU General Public License v3.0
18 stars 11 forks source link

Retrieve all data at end of measurement #29

Closed jdhuang-csm closed 5 months ago

jdhuang-csm commented 5 months ago

This is a minor modification to ensure that all data is collected from the queue when a channel is stopped. This is especially important for measurements with fast sample rates (e.g. CP or CA). If you'd like to see this done differently, I'm open to suggestions. Also includes a few minor corrections to base_programs.

bicarlsen commented 5 months ago

Thanks for the upgrades :)

jdhuang-csm commented 5 months ago

Thanks for the great package!