AllenInstitute / MIES

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

NI/ITC hardware: DA/AD sample positions are a bit off #2031

Open t-b opened 7 months ago

t-b commented 7 months ago

With the new increase in accuracy for the epochs in https://github.com/AllenInstitute/MIES/pull/1990 I played around with ITC hardware.

And it looks like that AD is a bit off relative to DA.

SF code:

trange = E0_PT_P0_B
selDA = select(channels(DA), sweeps())
selAD = select(channels(AD), sweeps())

data($trange, $selDA)

and

data($trange, $selAD)

grafik

Epochs.zip

t-b commented 7 months ago

Also present for NI hardware.