imageprocessing icon indicating copy to clipboard operation
imageprocessing copied to clipboard

AttributeError: 'NoneType' object has no attribute 'WriteArray'

Open thobaniha opened this issue 3 years ago • 1 comments

Hi, I am receiving this AttributeError: 'NoneType' object has no attribute 'WriteArray' error from Batch Processing.ipynb the error arise in (Align images and save each capture to a layered tiff file) section and it is coming from capture.py line 541. I am confused about fixing it as I am doing the Tutorial. Any help please!

thobaniha avatar Apr 20 '22 07:04 thobaniha

This means that the capture has no data - in order to solve this, more information is required - please not that you need to provide your own file path to an image set in the batch processing tutorial:

imagePath = os.path.expanduser(os.path.join('~','YOUR_DATA_PATH'))

fdarvas avatar Apr 26 '22 22:04 fdarvas