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

philadelphia-pediatric - swapped R-L axis for rec-composed images? #337

Open
valosekj opened this issue Aug 18, 2024 · 0 comments
Open

philadelphia-pediatric - swapped R-L axis for rec-composed images? #337

valosekj opened this issue Aug 18, 2024 · 0 comments
Labels
dataset: philadelphia-pediatric Pediatric HC data from Feroze Mohammed

Comments

@valosekj
Copy link
Member

valosekj commented Aug 18, 2024

When fixing qform and sfrom matrices for the newly shared data (details: #334 (comment)), I noticed that the existing rec-composed_T2w images might also have a swapped R-L axis compared to the acq-top_run-1_T2w and acq-bottom_run-1_T2w images.

Let's check, for example, sub-123 by the following commands:

cd philadelphia-pediatric/sub-123/anat
# reorient the composed image (which is AIL) to LPI to match the orientation of acq-top and acq-bottom images to allow easy visual comparison
sct_image -i sub-123_rec-composed_T2w.nii.gz  -setorient LPI -o sub-123_rec-composed_T2w_LPI.nii.gz
# Open three separate FSLeyes
ff sub-123_rec-composed_T2w_LPI.nii.gz  & ff sub-123_acq-top_run-1_T2w.nii.gz & ff sub-123_acq-bottom_run-1_T2w.nii.gz

Now, you locate the subtle scoliosis in all images and compare the R-L axis. If I am not mistaken, I believe that the R-L labels in the composed image should actually be L-R.

GIF comparing rec-composed and acq-top

Notice the different directions of the spinal cord centerline between images while the R-L labels are still the same.

ezgif com-animated-gif-maker

Do we have more details on how the rec-composed_T2w images were created?

Relevant comment to see: #334 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataset: philadelphia-pediatric Pediatric HC data from Feroze Mohammed
Projects
None yet
Development

No branches or pull requests

1 participant