Prerequisites Protocols

Initial Goal

A set of magnetic resonance (MR) and computer tomography (CT) images of the extremity specimen (upper/lower leg, upper/lower arm) with clear visual delineation of skin, fat, and muscle layers.

Workflow

Schedule MRI/CT

Preparation

Position/Orientation in MRI/CT

Acquire Image Sequences

For each segment (upper leg, lower leg, upper arm, and lower arm), the following set of image collection protocols will be performed. All images should be acquired in the same coordinate system to be able to align reconstructed tissue geometries during assembly of the full segment geometry. To accomplish this

Notes for CT

MRI Specifications

Image Acquisition Properties: Download T1 SettingsDownload PD Settings

T1 w/o Fat Sup

T1 w/ Fat Sup

Proton Density

Plane

Axial

FS

No

Yes

No

Matrix (phase)

389

Matrix (freq.)

512

No. of slices

25

No. of Seq/Segment

4

FOV (mm)

240 x 202.5

Slice thickness/gap (mm/mm)

2/1

Flip angle (deg.)

30

150

TE/TR (ms/ms)

11/500

9.7/4000

Bandwidth (Hz/pixel)

238

222

Chemical shift (pixels)

N/A

No. excitations averaged

1

Turbo Factor

3

Phase encode axis

Anterior-posterior

Distance factor (%)

50%

Phase oversampling

0

Slice oversampling

0

Phase resolution (%)

90

Phase partial Fourier (8/8 = 1)

OFF

Readout partial Fourier (8/8 = 1)

OFF

Slice partial Fourier (8/8 = 1)

7/8

X-resolution (mm)

0.5

Y-resolution (mm)

0.5

Scan Time / Seq. (min.)

~3 min

CT Specifications

Slice thickness/gap (mm/mm)

0.6/0

Reconstruction Interval (mm)

0.6

Recon Type / Kernel

B40 - medium - Abdomen window

Voltage

140 kVP

Post Processing of CT/MRI

Objective: convert raw dicom files to nifty (.nii) files. The MRI segments must be stitched into upper leg / lower leg (or arm) as it is moved in between. The CT does not require joining and simply needs converted.

Directory Setup

  1. The MRI image sequences are currently exported as a series of folders, each folder containing one 25 slice sequence of one modality. The T1 and T1 fat sat. are performed right after another on one segment i.e. upper leg. Next, the lower appendage is imaged. The imaging type name and order will make up the filename. The first half of the folders will be for upper, the second for lower. Unless the tech imaged in the opposite order.
  2. First, simply run the python script dcm2nii.py to convert each sequence to a nifty file.
  3. Next, reorganize the .nii files into the following directory, which you must first create.
    1. SubjectID/MRI/nii_leg/FS/LL
    2. SubjectID/MRI/nii_leg/FS/UL
    3. SubjectID/MRI/nii_leg/T1/LL
    4. SubjectID/MRI/nii_leg/T1/UL
  4. The arm is completed without moving the specimen so there is no UA or LA (upper lower).

Python

  1. Open the ImageUtility folder from the repository containing

    1. dcm2nii.py
    2. joinJifty.py
    3. mytk.py
  2. Set four parameters as described within the dcm2nii.py script e.g. subjectID, dir. etc. and Run
  3. Set directory as stated above
  4. Set the SubID and dir for joinNifty.py, do not change modality
  5. Change the segment as described in the script. Run

Output

  1. Compress the raw images at the folder level
  2. Upload the zipped raw image file for MRI and CT to midas
  3. Upload the joined .nii files to midas

Specifications/Imaging (last edited 2019-02-06 18:30:39 by owings)