-
Notifications
You must be signed in to change notification settings - Fork 29
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
NIFTI output after harmonization #49
Comments
No, it doesn't look normal to me. But we'll need more information to diagnose this. Are the voxel intensities zero in the areas you describe as holes? Or are the voxel intensities just very low (i.e., near-zero)? Also, the software you are using to view the images might be restricting the range of intensities in some way. Please check that to make sure what you are seeing is the full intensity spectrum (e.g., absolute minimum to absolute maximum voxel intensity). |
Sure! The voxel intensities are actually negative in the regions where I see the holes. |
That's very strange; I don't think negative voxel intensity makes any sense (correct me if I'm wrong). I'm flagging this as related to #6 because it would be most useful to visualize the location/scale effects in the image space. I suspect that the location effect for the site in question is negative and thus bringing down the intensities of the voxels in the middle of the brain. I don't know why this is happening. If you are able to, I think it would be helpful to see some basic descriptive statistics, such as:
|
Okay, I will look into that. Thank you for the help. |
Hi @rpomponio If we normalize the voxel first e.g. using z score normalization, wouldn't some voxel values become negative? Thanks
|
Yes, you are correct. When you perform a z-score transformation, many voxels should have negative values as a result. I'm not sure that z-scoring before harmonization makes much sense to me, and either way it is beyond the scope of this package. The ability to work with NIFTI files is mainly a convenience function, and is not the primary focus of the original paper1 on the topic of large-scale harmonization. All that said, the harmonization of NIFTI files seems to be a hot topic and I would be genuinely curious in your results & the performance of neuroHarmonize versus alternatives. Footnotes
|
Hello @rpomponio
I have been looking at the results after using the ApplyModelNIFTIs function and I observed that after harmonization, there seems to be holes in the original images. Is this normal?
I am attaching examples of it below:
Before harmonization:
After harmonization:
The text was updated successfully, but these errors were encountered: