-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Issues with demo_seeded_CNMF #1467
Comments
The second issue may be fairly difficult to fix without a replacement dataset. I'm addressing the first with a revision to caiman.paths.memmap_frames_filename() to have it by default generate paths that are in $CAIMAN_TEMP (which defaults to $CAIMAN_DATA/temp) |
@Hendriela By any chance do you still have the avg_mask_fixed.png you were using when developing this? (I know it's unlikely, but I figure it can't hurt to ask) |
Hey Pat, nice to hear from you 🥳 I hope that you are doing well, cool that you are still working on Caiman! I am having trouble seeing the context of where you need the file, but I have still a bunch of those reference files and FOV PNGs, so let me know if this is correct or you need something else. |
That's probably the right thing. The demo_seeded_cnmf notebook, which you committed many years ago, references the file including the path to it on your Mac: See the cell under "Identify individual features"; the lines are:
I'll add this to the datasets available for that notebook so people will have the option to use it with the sample data you provided in the notebook. Thanks! |
Few things are worse than looking at my own code from 6 years ago... |
Happens to all of us. I've been working on cleaning and improving the codebase for a long time now and I'm still finding new regrets over my old code. |
Two issues:
This needs to be changed to save in the tmp/ directory so later code in the notebook can find it.
The text was updated successfully, but these errors were encountered: