-
Notifications
You must be signed in to change notification settings - Fork 4
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
NaNs encountered during tag-control differencing #10
Comments
Hi markushs! Thanks for getting in touch. A few more details would help us to figure out what is going wrong. Do you know which
Please can you:
We do have some plans to develop the pipeline further in future i.e. to produce a second version of the pipeline, but what we have on this repo at the moment is the "production-ready" first version of the pipeline, and has been run on the ASL data acquired by the HCP Lifespan studies. Do let us now if you have feedback or you find other issues when running the code. Hopefully we can figure out what is causing the current issue that you have observed! |
Hi @FKennedyMcC ! After some more debugging, it looks like the main issue was not NaNs following So in the end it looks like the pipeline works fine on our data as well! Sorry for perhaps asking for help prematurely, but your helpful comments speeded up the process of finding the correct adjustments massively. The "unaligned" first M0-volume in our data is still a bit puzzling, but I'm in the process of discussing that with the HCP-community. In case it can be of any help in further developments of the pipeline, the observed NaN-errors occur early on during the first run of This error is due to NaNs in the Again, thanks so much for your help. Now looking forward to start investigating the o�utputs! |
Hi! We've collected some pilot data using the HCP-PCASL sequence and stumbled upon this repo when investigating how to integrate the ASL-analysis with the other parts of the HCP-pipeline.
With a few edits I managed to run our data through most of the pipeline. Was struggling a bit with NaNs, affecting the calculations here
hcp-asl/hcpasl/asl_differencing.py
Lines 63 to 64 in 518593a
Which seems to be caused by the first M0 volume ("calib0") being used as calibration image throughout the pipeline
hcp-asl/hcpasl/utils.py
Lines 228 to 230 in 518593a
In our data (collected using the "official" HCP-PCASL sequence on a Prisma), the first of the two M0-images is dislocated anteriorly by one voxel relative to the tag/control images and the second M0-image. Is this, something you've observed in developing/running the hcp-asl pipeline?
Also, are you planning to develop the pipeline further, or do you consider it "production-ready"?
Thanks!
The text was updated successfully, but these errors were encountered: