AllenInstitute/MIES

EP_AdaptEpochInfoChannel: The acquiredTime is based on ADC channel, but needs to be sample exact on DA channel here

Closed this issue · 0 comments

fix is like:
acquiredDATime = trunc(acquiredTime / samplingIntervalDA) * samplingIntervalDA

https://github.com/AllenInstitute/MIES/blob/5bb3ee173b0eec34da3c13bedc995a42061f8013/Packages/MIES/MIES_Epochs.ipf#L859C17-L859C41

needs #1990