Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thobaniha opened this issue Apr 20, 2022 · 1 comment
Open

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

thobaniha opened this issue Apr 20, 2022 · 1 comment

Comments

@thobaniha
Copy link

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!

@fdarvas
Copy link
Contributor

fdarvas commented Apr 26, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants