jcouto / wfield

Tools to process widefield data
GNU General Public License v3.0
13 stars 14 forks source link

Error when trying to extract Allen map #6

Closed tjoy20 closed 2 years ago

tjoy20 commented 2 years ago

Hi Joao, Thanks so much for wfield. I've been trying to create my own reference space. When I run the prepare_allen_map.ipynb, I get the following error (attached). Any help would be greatly appreciated.

Screen Shot 2021-09-29 at 11 06 53 PM
jcouto commented 2 years ago

Hi, thanks for finding this! It happened because allen_utils.py was missing an import. It is fixed in commit 79886a8

Could you update and let me know if you still have issues, please? Let me know if you need help updating. I updated also the Pypi package to version 0.2.2a. Thanks again!

tjoy20 commented 2 years ago

Thanks a lot, this did it!