-
Notifications
You must be signed in to change notification settings - Fork 9
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
What should be input for z_prjs? #1
Comments
Hi Ho-Joon: Yes, z_prjs is a 3-element vector that represents the FOV orientation relative to the main field. It can be easily calculated from the DICOM files. As per the interpolated data, I assum the iQSM/iQSM+ codes should be all good, but we have not tried. :) best, |
here are the codes: suppose that you have read the dico_info from your dicom files with dicominfo.m (matlab func) % angles!!! (z projections) |
Hello. I'm trying to test the code on some QSM data.
It seems that z_prjs is vector for B1 field, is it correct?
If so, how can I acquire such information from DICOM files?
Also for voxel size, can this code deal with interpolated data (such as zip2), where slice thickness is 1.2mm with 0.6mm overlapping areas between slices?
Thanks in advance.
Best
Ho-Joon Lee
The text was updated successfully, but these errors were encountered: