AllenInstitute / MIES

Multichannel Igor Electrophysiology Suite
https://alleninstitute.github.io/MIES/user.html
Other
21 stars 6 forks source link

OOD: fix for oodDAQ cutting off one point too much from BL trail #2107

Closed MichaelHuth closed 1 month ago

MichaelHuth commented 1 month ago

Due to a missing proper rounding to an integer index before using the index in Redimension where internally trunc(index) is used, oodDAQ was cutting off one point too much from the stimset. The effect was that e.g. preceding pulses were shortened by one sample point.

since d102c07d (Add new data acquisition mode: Optimized overlap distributed acquisition, 2016-08-10)

close #1993