mkrumin / 2p-rigs

Tracking issues on the 2p rigs and a place to keep some code (e.g. listeners/retinotopy)
0 stars 0 forks source link

[B-Scope] Dropping a frame aborts acquisitions #4

Open mkrumin opened 5 years ago

mkrumin commented 5 years ago

Julie encountered a dropped frame when Windows decided to install updates. There might be a flag in SI to abort acquisition.

looks like there's a flag in the code but I don't know whether it's a bad idea to edit it: 'nextTrigAbortOnDroppedFrames',true

actually on the zscope2 PC it's in the Acquisition class (line 1157) interestingly there also seems to be a line adjusting for the delay between acq and display which can control the number of dropped frames, for now I think it's not important but might be useful if later the problem recurs (line 511)