Differences between revisions 3 and 11 (spanning 8 versions)
Revision 3 as of 2021-02-17 13:07:12
Size: 929
Editor: MeenaMakary
Comment:
Revision 11 as of 2021-02-17 19:11:18
Size: 1481
Editor: MeenaMakary
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from brainPET
## page was renamed from MyNewPage
Line 21: Line 23:
= Aether-Mirror Version =
== PseudoCT mu-map generation ==
This function generates pseudoCT mu-map using SPM8 atlas-based method (David Izquierdo-Garcia et al.)
Line 22: Line 27:
---- /!\ '''Warning''' ----

 * For DICOM input:
{{{
perl brainPET_pCT_AeMir.pl -i /<DIR>/<SUJID>/MR/MPRAGE -f 107000-000005-000001.dcm -c 0
}}}

 * For NIFTI input
{{{
perl brainPET_pCT_AeMir.pl -i /<DIR>/<SUJID>/MR_PET -f cp_iso_mprage.nii -c 0
}}}

= Supporting Functions =
Line 31: Line 49:

= Development Version =

Index

BrainPET

HI

Aether-Mirror Version

PseudoCT mu-map generation

This function generates pseudoCT mu-map using SPM8 atlas-based method (David Izquierdo-Garcia et al.)


/!\ Warning


  • For DICOM input:

perl brainPET_pCT_AeMir.pl -i /<DIR>/<SUJID>/MR/MPRAGE -f 107000-000005-000001.dcm -c 0
  • For NIFTI input

perl brainPET_pCT_AeMir.pl -i /<DIR>/<SUJID>/MR_PET -f cp_iso_mprage.nii -c 0

Supporting Functions

Denoise MPRAGE

perl brainPET_denoise_mprage.pl -i /<DIR>/<SUBJID>/MR_PET/cp_iso_mprage.nii -t 25 -s 0

ifile2nifti

perl brainPET_ifile2nifti.pl -i /<DIR>/file.i

Development Version

BrainPET (last edited 2021-11-09 12:13:59 by MeenaMakary)