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).
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).