🧠
BRIDGE Lab Documentation
  • BRIDGE Lab Documentation
  • 📘General
    • About Us
    • Onboarding
      • First Steps
      • Research Specialist Training
      • Project Coordinator Training
    • Misc
      • How to do misc things
      • Burning Scans to a Disc
      • Setting Up Meetings in the Conference Room
      • Printing
    • Imaging Glossary
  • 🖇️Admin
    • Ourday
    • Training
    • Regulatory
    • Social Media
    • REDCap
      • Archiving REDCap Projects
  • 🖥️Tech
    • Setting Up Meetings in the Conference Room
    • Effective Troubleshooting
    • Remote Work Resources
    • Arthur
    • Servers
      • Connecting to an External Server
    • Bash 101
      • What is Bash?
      • Bash Examples
      • How to add elements to your bash profile
    • git and Github
  • 🩻Image Acquisition
    • ViSTa
  • 🗃️Data Organization
    • BIDs Data Formatting
    • MRI Data Organization
  • 🖼️Image Analysis
    • Image QC
      • Raw Data QC
        • Diffusion QC
        • T1/T2 QC
        • ViSTa QC
        • Spectroscopy QC
      • PyDesigner QC
    • Project Lifecycle
    • General Concepts
    • Raw Data
    • Preprocessing
      • Denoising UNI MP2RAGE Images
      • PyDesigner
      • ViSTa
    • Native Space Analysis
      • TractSeg
        • TractSeg + Within-Subject Registration
      • Segmentation
        • LST
        • Freesurfer
        • NOMIS
    • Registration
      • DTI-TK
      • TBSS
      • Coordinate Systems
    • Other Pipelines
    • Archiving
  • 📊Data Viz and Stats
    • Plotting in R
  • 📚Imaging Library
Powered by GitBook
On this page
  1. Image Analysis
  2. Registration

Coordinate Systems

Last updated 6 months ago

Written by Andrew Taylor

  • Image Spaces (associated with distinct coordinate system)

    • Native space – coordinates unique to subject’s head placement in MRI scanner

    • Standard space – standard defined world coordinates across all images in this space define anatomy location (images in this space can have differ resolutions)

  • Coordinate Systems

    • Voxel coordinates

      • no units; integers

      • voxel count in each dimension reflecting matrix size

      • Origin: corner of image (e.g., 0,0,0 or 1,1,1)

      • Origin and axes naming conventions differ in programs

    • World coordinates

      • Have units in mm; floating values

      • Denote anatomy

        • Handedness system

          • Right-handed (RAS) system

            • x+ Left-Right

            • y+ Posterior-Anterior

            • z+ Inferior-Superior

            • Default for: MNI152 space, NifTi

          • LPS system

            • Default for: Dicom

      • Origin: can differ in programs, standard space (e.g., MNI152 space origin at anterior commissure)

  • qform and sform Matrices

    PURPOSE: Used to convert voxel coordinates into world coordinates

    o qform & sform stored in the Nifti File

    o Historically, both matrices in a file to keep track of scanner coordinate system (qform) and standard space coordinates (sform); in practice not used; one matrix usually set to 0)

    o Meaningful only if have a NON-ZERO code (0=unknown)

🖼️
9MB
Coordinate_Systems.pptx