├── B0fieldmap └── README.md ├── DICOM └── README.md ├── How-to └── Diffusion_PSD │ ├── Brain_AP.png │ ├── Brain_PA.png │ └── README.md ├── README.md ├── _config.yml ├── data └── README.md ├── dcm2niix └── README.md ├── doc ├── ABCD_epi_pepolar.pdf ├── B0_Mapping_PSDs_MR29.1_Protocols_v1.2.tar.gz ├── B0_fieldmap.pdf ├── GEHC_B0Mapping_Info.pdf ├── GEHC_BIDS_TablePosition_validation.pdf ├── GEHC_EPI_PhaseEncoding.pdf ├── GEHC_fMRI_Slice_Timing_Info.pdf ├── GEHC_tensor.pdf ├── README.md └── SE_EPI_fMRI_Fieldmap.pdf └── tensor ├── README.md ├── tensor1127.dat ├── tensor1225.dat ├── tensor4321.dat └── tensor521.dat /B0fieldmap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/B0fieldmap/README.md -------------------------------------------------------------------------------- /DICOM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/DICOM/README.md -------------------------------------------------------------------------------- /How-to/Diffusion_PSD/Brain_AP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/How-to/Diffusion_PSD/Brain_AP.png -------------------------------------------------------------------------------- /How-to/Diffusion_PSD/Brain_PA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/How-to/Diffusion_PSD/Brain_PA.png -------------------------------------------------------------------------------- /How-to/Diffusion_PSD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/How-to/Diffusion_PSD/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/_config.yml -------------------------------------------------------------------------------- /data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/data/README.md -------------------------------------------------------------------------------- /dcm2niix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/dcm2niix/README.md -------------------------------------------------------------------------------- /doc/ABCD_epi_pepolar.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/doc/ABCD_epi_pepolar.pdf -------------------------------------------------------------------------------- /doc/B0_Mapping_PSDs_MR29.1_Protocols_v1.2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/doc/B0_Mapping_PSDs_MR29.1_Protocols_v1.2.tar.gz -------------------------------------------------------------------------------- /doc/B0_fieldmap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/doc/B0_fieldmap.pdf -------------------------------------------------------------------------------- /doc/GEHC_B0Mapping_Info.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/doc/GEHC_B0Mapping_Info.pdf -------------------------------------------------------------------------------- /doc/GEHC_BIDS_TablePosition_validation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/doc/GEHC_BIDS_TablePosition_validation.pdf -------------------------------------------------------------------------------- /doc/GEHC_EPI_PhaseEncoding.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/doc/GEHC_EPI_PhaseEncoding.pdf -------------------------------------------------------------------------------- /doc/GEHC_fMRI_Slice_Timing_Info.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/doc/GEHC_fMRI_Slice_Timing_Info.pdf -------------------------------------------------------------------------------- /doc/GEHC_tensor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/doc/GEHC_tensor.pdf -------------------------------------------------------------------------------- /doc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/doc/README.md -------------------------------------------------------------------------------- /doc/SE_EPI_fMRI_Fieldmap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/doc/SE_EPI_fMRI_Fieldmap.pdf -------------------------------------------------------------------------------- /tensor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/tensor/README.md -------------------------------------------------------------------------------- /tensor/tensor1127.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/tensor/tensor1127.dat -------------------------------------------------------------------------------- /tensor/tensor1225.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/tensor/tensor1225.dat -------------------------------------------------------------------------------- /tensor/tensor4321.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/tensor/tensor4321.dat -------------------------------------------------------------------------------- /tensor/tensor521.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mr-jaemin/ge-mri/HEAD/tensor/tensor521.dat --------------------------------------------------------------------------------