LidkeLab / matlab-instrument-control

A collection of MATLAB classes to control various equipment used in fluorescence microscopy
MIT License
7 stars 4 forks source link

Fix_AndorCameraSpt2SR_Hanieh #83

Closed HaniehFarsibaf closed 5 years ago

HaniehFarsibaf commented 5 years ago

I revised the getData function in Andor camera class to save data based on a taken image data which is a property of the camera not the class. This is safer as sometimes the number of taken images are not the same as number of sequence (it was necessary for SPT 2 SR project on SPT microscopy). I also changed the WaitForAcquisition to WaitForAcquisitionTimeOut to have a specific time out for waiting instead of for ever! (it was necessary for SPT 2 SR project on SPT microscopy).