Closed brunoseivam closed 7 years ago
NDArrayCounter gets incremented before checking if the image actually exists if ADNumImages > 1.
NDArrayCounter
ADNumImages
This was throwing off some logic here when I was acquiring with ExtMTrigger and using NDArrayCounter to check for completion of each individual trigger.
NDArrayCounter
gets incremented before checking if the image actually exists ifADNumImages
> 1.