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

Multiple images overlap on a wrong way #4

Open
dpaniukov opened this issue Dec 21, 2016 · 4 comments
Open

Multiple images overlap on a wrong way #4

dpaniukov opened this issue Dec 21, 2016 · 4 comments
Assignees

Comments

@dpaniukov
Copy link

Hello,

I have an issue using Brain(["/path/to/brain1.nii","/path/to/brain2.nii"],8888)
If my 'brain1.nii' is a T1 image, and 'brain2.nii' is functional, sometimes I get T1 on top of functional, and sometimes functional goes on top of T1. I've sent an issue request to Papaya, but they've said their scripts are designed to wait for the first image to load before loading the second one. Any ideas on what might have created such competition?

@akeshavan
Copy link
Owner

Not sure! I've seen this happen occasionally, but I'm not sure how to reproduce it consistently to get any ideas. Do you see any patterns to this bug?

@akeshavan
Copy link
Owner

Does it only (sometimes) happen when you rerun a cell, or does it (sometimes) happen on the first run as well?

@dpaniukov
Copy link
Author

On a first run and on a rerun. I have an idea, but my notebooks are unavailable right now to verify. The idea is it may happen when I try to run Brain(["/path/to/brain1.nii","/path/to/brain2.nii"],8888) on multiple cells in a same notebook. I use your software to put up reports for fMRI analyses, and most of the times I use many cells to present results. Thus, plenty of orange T1s on top of functionals :)

Also, one thing I noticed (you may put it to another issue for future generations :) ). Your scripts create a folder with temporary files next to a notebook of interest. If you start jupyter-notebook (mine is from Anaconda installation on Ubuntu) from a different than the notebook folder, but still run the notebook, the files will not be rendered with 404 error.

@akeshavan akeshavan self-assigned this Jan 2, 2017
@kastman
Copy link
Contributor

kastman commented Jun 16, 2017

I think #9 actually fixes this exact problem? @dpaniukov give it a try with the latest master and let us know?

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

3 participants