├── .gitmodules ├── CMRxReconDemo ├── ChallengeRecon.m ├── ESPIRiT │ ├── .DS_Store │ ├── @ESPIRiT │ │ ├── ESPIRiT.m │ │ ├── ctranspose.m │ │ ├── getEigenVals.m │ │ ├── getEigenVecs.m │ │ ├── mtimes.m │ │ ├── transpose.m │ │ └── weight.m │ ├── @p2DFT │ │ ├── ctranspose.m │ │ ├── mtimes.m │ │ ├── p2DFT.m │ │ ├── size.m │ │ └── times.m │ ├── ESPIRiT_code │ │ ├── EigIm.m │ │ ├── cgESPIRiT.m │ │ ├── cgL1ESPIRiT.m │ │ ├── dat2Kernel.m │ │ ├── kernel2Im.m │ │ └── kernelEig.m │ ├── LICENSE.txt │ ├── README.m │ ├── demo_myESP_SENSEmap.m │ ├── make.m │ ├── myESP_SENSE.p │ ├── myESP_SENSEmap.m │ ├── setPath.m │ └── utils │ │ ├── GRAPPA.m │ │ ├── SoftThresh.m │ │ ├── calibrate.m │ │ ├── compressKernel.m │ │ ├── corrMatrix.m │ │ ├── crop.m │ │ ├── dat2AtA.m │ │ ├── fft2c.m │ │ ├── fftc.m │ │ ├── getApod.m │ │ ├── getCalibSize.m │ │ ├── ifft2c.m │ │ ├── ifftc.m │ │ ├── im2row.m │ │ ├── imshow3.m │ │ ├── kaiser_bessel_ft.m │ │ ├── kb.m │ │ ├── kbapod.m │ │ ├── row2im.m │ │ ├── sos.m │ │ ├── vdPoisMex.c │ │ ├── vdPoisMex.m │ │ ├── vdPoisMex.mexmaci64 │ │ └── zpad.m ├── GRAPPA │ ├── .DS_Store │ ├── @GRAPPA │ │ ├── GRAPPA.m │ │ ├── calibrate.m │ │ └── corrMatrix.m │ ├── myGRAPPA.p │ └── utils │ │ ├── Cal_PSNRSSIM.m │ │ ├── calibrate.m │ │ ├── compute_psnr.m │ │ ├── compute_psnr_wll.m │ │ ├── compute_psr_error_dm.m │ │ ├── compute_rmse.m │ │ ├── corrMatrix.m │ │ ├── crop.m │ │ ├── fft2c.m │ │ ├── fftc.m │ │ ├── getApod.m │ │ ├── getCalibSize.m │ │ ├── ifft2c.m │ │ ├── ifftc.m │ │ ├── kaiser_bessel_ft.m │ │ ├── kb.m │ │ ├── kbapod.m │ │ ├── sos.m │ │ └── zpad.m ├── README.md ├── csmDemo │ ├── .DS_Store │ ├── demo_myESP_SENSEmap.m │ └── myESP_SENSEmap.m ├── data_check │ ├── cal_data_size.py │ ├── data.json │ └── data_check.py ├── mainGRAPPA.m ├── mainRun4Ranking.asv ├── mainRun4Ranking.m ├── mainRun4RankingTask4.m ├── mainSENSE.m ├── mainZF.m ├── readData.m ├── run4Ranking.m ├── runRecon.m ├── undersampleDemo │ ├── .DS_Store │ └── undersampleDemo.m └── utils │ ├── .DS_Store │ ├── @ESPIRiT │ ├── ESPIRiT.m │ ├── ctranspose.m │ ├── getEigenVals.m │ ├── getEigenVecs.m │ ├── mtimes.m │ ├── transpose.m │ └── weight.m │ ├── @p2DFT │ ├── ctranspose.m │ ├── mtimes.m │ ├── p2DFT.m │ └── size.m │ ├── Coil_compress.m │ ├── EigIm.m │ ├── GRAPPA.m │ ├── SoftThresh.m │ ├── calibrate.m │ ├── cgESPIRiT.m │ ├── cgL1ESPIRiT.m │ ├── compressKernel.m │ ├── corrMatrix.m │ ├── createRecursiveDir.m │ ├── crop.m │ ├── dat2AtA.m │ ├── dat2Kernel.m │ ├── fft2c.m │ ├── fftc.m │ ├── getApod.m │ ├── getCalibSize.m │ ├── ifft2c.m │ ├── ifftc.m │ ├── im2row.m │ ├── imshow3.m │ ├── kaiser_bessel_ft.m │ ├── kb.m │ ├── kbapod.m │ ├── kernel2Im.m │ ├── kernelEig.m │ ├── mySubsampling.m │ ├── row2im.m │ ├── sos.m │ ├── vdPoisMex.c │ ├── vdPoisMex.m │ ├── vdPoisMex.mexmaci64 │ └── zpad.m ├── CMRxReconMaskGeneration ├── README.md ├── Task1 │ ├── MaskGeneration_Task1_TrainingSet.m │ └── Toolbox_Mask_Generator_Task1 │ │ ├── ChallengeMaskGen_Task1_TrainingSet.m │ │ ├── MaskGeneration_Task1_Demo.m │ │ ├── MaskGenerator_Task1.m │ │ ├── UniformSampling.m │ │ ├── UniformSampling.p │ │ └── zpad.m └── Task2 │ ├── MaskGeneration_Task2_TrainingSet.m │ └── Toolbox_Mask_Generator_Task2 │ ├── ChallengeMaskGen_Task2_TrainingSet.m │ ├── MaskGeneration_Task2_Demo.m │ ├── crop.m │ ├── ktGaussianSampling.m │ ├── ktGaussianSampling.p │ ├── ktMaskGenerator_Task2.m │ ├── ktRadialSampling.m │ ├── ktRadialSampling.p │ ├── ktUniformSampling.m │ ├── ktUniformSampling.p │ ├── ktdup.m │ ├── ktdup.p │ ├── randp.m │ └── zpad.m ├── ChallengeDataFormat ├── Format_Task1.txt └── Format_Task2.txt ├── Overview_Task1.png ├── Overview_Task2.png ├── README.md ├── ReconTutorial ├── Readme.md ├── ShowCase.ipynb ├── fastmri │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── coil_combine.cpython-310.pyc │ │ ├── fftc.cpython-310.pyc │ │ ├── losses.cpython-310.pyc │ │ ├── math.cpython-310.pyc │ │ └── utils.cpython-310.pyc │ ├── coil_combine.py │ ├── data │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-310.pyc │ │ │ ├── mri_data.cpython-310.pyc │ │ │ ├── subsample.cpython-310.pyc │ │ │ ├── transforms.cpython-310.pyc │ │ │ └── volume_sampler.cpython-310.pyc │ │ ├── mri_data.py │ │ ├── subsample.py │ │ ├── transforms.py │ │ └── volume_sampler.py │ ├── fftc.py │ ├── losses.py │ ├── math.py │ └── utils.py ├── main.py └── run4ranking.py ├── Submission ├── Readme.md ├── Task1.zip └── Task2.zip ├── Task1&2_ContrastImageCMR.png └── Task1&2_MaskCMR.png /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/.gitmodules -------------------------------------------------------------------------------- /CMRxReconDemo/ChallengeRecon.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ChallengeRecon.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/.DS_Store -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/@ESPIRiT/ESPIRiT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/@ESPIRiT/ESPIRiT.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/@ESPIRiT/ctranspose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/@ESPIRiT/ctranspose.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/@ESPIRiT/getEigenVals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/@ESPIRiT/getEigenVals.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/@ESPIRiT/getEigenVecs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/@ESPIRiT/getEigenVecs.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/@ESPIRiT/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/@ESPIRiT/mtimes.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/@ESPIRiT/transpose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/@ESPIRiT/transpose.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/@ESPIRiT/weight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/@ESPIRiT/weight.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/@p2DFT/ctranspose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/@p2DFT/ctranspose.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/@p2DFT/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/@p2DFT/mtimes.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/@p2DFT/p2DFT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/@p2DFT/p2DFT.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/@p2DFT/size.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/@p2DFT/size.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/@p2DFT/times.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/@p2DFT/times.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/ESPIRiT_code/EigIm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/ESPIRiT_code/EigIm.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/ESPIRiT_code/cgESPIRiT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/ESPIRiT_code/cgESPIRiT.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/ESPIRiT_code/cgL1ESPIRiT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/ESPIRiT_code/cgL1ESPIRiT.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/ESPIRiT_code/dat2Kernel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/ESPIRiT_code/dat2Kernel.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/ESPIRiT_code/kernel2Im.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/ESPIRiT_code/kernel2Im.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/ESPIRiT_code/kernelEig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/ESPIRiT_code/kernelEig.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/LICENSE.txt -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/README.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/README.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/demo_myESP_SENSEmap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/demo_myESP_SENSEmap.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/make.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/make.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/myESP_SENSE.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/myESP_SENSE.p -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/myESP_SENSEmap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/myESP_SENSEmap.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/setPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/setPath.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/GRAPPA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/GRAPPA.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/SoftThresh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/SoftThresh.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/calibrate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/calibrate.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/compressKernel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/compressKernel.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/corrMatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/corrMatrix.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/crop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/crop.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/dat2AtA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/dat2AtA.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/fft2c.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/fft2c.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/fftc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/fftc.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/getApod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/getApod.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/getCalibSize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/getCalibSize.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/ifft2c.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/ifft2c.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/ifftc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/ifftc.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/im2row.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/im2row.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/imshow3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/imshow3.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/kaiser_bessel_ft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/kaiser_bessel_ft.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/kb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/kb.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/kbapod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/kbapod.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/row2im.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/row2im.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/sos.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/sos.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/vdPoisMex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/vdPoisMex.c -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/vdPoisMex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/vdPoisMex.m -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/vdPoisMex.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/vdPoisMex.mexmaci64 -------------------------------------------------------------------------------- /CMRxReconDemo/ESPIRiT/utils/zpad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/ESPIRiT/utils/zpad.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/.DS_Store -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/@GRAPPA/GRAPPA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/@GRAPPA/GRAPPA.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/@GRAPPA/calibrate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/@GRAPPA/calibrate.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/@GRAPPA/corrMatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/@GRAPPA/corrMatrix.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/myGRAPPA.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/myGRAPPA.p -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/Cal_PSNRSSIM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/Cal_PSNRSSIM.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/calibrate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/calibrate.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/compute_psnr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/compute_psnr.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/compute_psnr_wll.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/compute_psnr_wll.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/compute_psr_error_dm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/compute_psr_error_dm.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/compute_rmse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/compute_rmse.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/corrMatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/corrMatrix.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/crop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/crop.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/fft2c.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/fft2c.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/fftc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/fftc.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/getApod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/getApod.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/getCalibSize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/getCalibSize.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/ifft2c.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/ifft2c.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/ifftc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/ifftc.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/kaiser_bessel_ft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/kaiser_bessel_ft.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/kb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/kb.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/kbapod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/kbapod.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/sos.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/sos.m -------------------------------------------------------------------------------- /CMRxReconDemo/GRAPPA/utils/zpad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/GRAPPA/utils/zpad.m -------------------------------------------------------------------------------- /CMRxReconDemo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/README.md -------------------------------------------------------------------------------- /CMRxReconDemo/csmDemo/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/csmDemo/.DS_Store -------------------------------------------------------------------------------- /CMRxReconDemo/csmDemo/demo_myESP_SENSEmap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/csmDemo/demo_myESP_SENSEmap.m -------------------------------------------------------------------------------- /CMRxReconDemo/csmDemo/myESP_SENSEmap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/csmDemo/myESP_SENSEmap.m -------------------------------------------------------------------------------- /CMRxReconDemo/data_check/cal_data_size.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/data_check/cal_data_size.py -------------------------------------------------------------------------------- /CMRxReconDemo/data_check/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/data_check/data.json -------------------------------------------------------------------------------- /CMRxReconDemo/data_check/data_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/data_check/data_check.py -------------------------------------------------------------------------------- /CMRxReconDemo/mainGRAPPA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/mainGRAPPA.m -------------------------------------------------------------------------------- /CMRxReconDemo/mainRun4Ranking.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/mainRun4Ranking.asv -------------------------------------------------------------------------------- /CMRxReconDemo/mainRun4Ranking.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/mainRun4Ranking.m -------------------------------------------------------------------------------- /CMRxReconDemo/mainRun4RankingTask4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/mainRun4RankingTask4.m -------------------------------------------------------------------------------- /CMRxReconDemo/mainSENSE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/mainSENSE.m -------------------------------------------------------------------------------- /CMRxReconDemo/mainZF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/mainZF.m -------------------------------------------------------------------------------- /CMRxReconDemo/readData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/readData.m -------------------------------------------------------------------------------- /CMRxReconDemo/run4Ranking.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/run4Ranking.m -------------------------------------------------------------------------------- /CMRxReconDemo/runRecon.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/runRecon.m -------------------------------------------------------------------------------- /CMRxReconDemo/undersampleDemo/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/undersampleDemo/.DS_Store -------------------------------------------------------------------------------- /CMRxReconDemo/undersampleDemo/undersampleDemo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/undersampleDemo/undersampleDemo.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/.DS_Store -------------------------------------------------------------------------------- /CMRxReconDemo/utils/@ESPIRiT/ESPIRiT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/@ESPIRiT/ESPIRiT.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/@ESPIRiT/ctranspose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/@ESPIRiT/ctranspose.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/@ESPIRiT/getEigenVals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/@ESPIRiT/getEigenVals.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/@ESPIRiT/getEigenVecs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/@ESPIRiT/getEigenVecs.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/@ESPIRiT/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/@ESPIRiT/mtimes.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/@ESPIRiT/transpose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/@ESPIRiT/transpose.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/@ESPIRiT/weight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/@ESPIRiT/weight.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/@p2DFT/ctranspose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/@p2DFT/ctranspose.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/@p2DFT/mtimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/@p2DFT/mtimes.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/@p2DFT/p2DFT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/@p2DFT/p2DFT.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/@p2DFT/size.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/@p2DFT/size.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/Coil_compress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/Coil_compress.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/EigIm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/EigIm.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/GRAPPA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/GRAPPA.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/SoftThresh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/SoftThresh.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/calibrate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/calibrate.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/cgESPIRiT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/cgESPIRiT.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/cgL1ESPIRiT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/cgL1ESPIRiT.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/compressKernel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/compressKernel.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/corrMatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/corrMatrix.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/createRecursiveDir.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/createRecursiveDir.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/crop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/crop.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/dat2AtA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/dat2AtA.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/dat2Kernel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/dat2Kernel.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/fft2c.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/fft2c.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/fftc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/fftc.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/getApod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/getApod.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/getCalibSize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/getCalibSize.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/ifft2c.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/ifft2c.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/ifftc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/ifftc.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/im2row.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/im2row.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/imshow3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/imshow3.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/kaiser_bessel_ft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/kaiser_bessel_ft.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/kb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/kb.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/kbapod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/kbapod.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/kernel2Im.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/kernel2Im.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/kernelEig.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/kernelEig.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/mySubsampling.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/mySubsampling.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/row2im.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/row2im.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/sos.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/sos.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/vdPoisMex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/vdPoisMex.c -------------------------------------------------------------------------------- /CMRxReconDemo/utils/vdPoisMex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/vdPoisMex.m -------------------------------------------------------------------------------- /CMRxReconDemo/utils/vdPoisMex.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/vdPoisMex.mexmaci64 -------------------------------------------------------------------------------- /CMRxReconDemo/utils/zpad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconDemo/utils/zpad.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/README.md -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task1/MaskGeneration_Task1_TrainingSet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task1/MaskGeneration_Task1_TrainingSet.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task1/Toolbox_Mask_Generator_Task1/ChallengeMaskGen_Task1_TrainingSet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task1/Toolbox_Mask_Generator_Task1/ChallengeMaskGen_Task1_TrainingSet.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task1/Toolbox_Mask_Generator_Task1/MaskGeneration_Task1_Demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task1/Toolbox_Mask_Generator_Task1/MaskGeneration_Task1_Demo.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task1/Toolbox_Mask_Generator_Task1/MaskGenerator_Task1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task1/Toolbox_Mask_Generator_Task1/MaskGenerator_Task1.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task1/Toolbox_Mask_Generator_Task1/UniformSampling.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task1/Toolbox_Mask_Generator_Task1/UniformSampling.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task1/Toolbox_Mask_Generator_Task1/UniformSampling.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task1/Toolbox_Mask_Generator_Task1/UniformSampling.p -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task1/Toolbox_Mask_Generator_Task1/zpad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task1/Toolbox_Mask_Generator_Task1/zpad.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task2/MaskGeneration_Task2_TrainingSet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task2/MaskGeneration_Task2_TrainingSet.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ChallengeMaskGen_Task2_TrainingSet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ChallengeMaskGen_Task2_TrainingSet.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/MaskGeneration_Task2_Demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/MaskGeneration_Task2_Demo.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/crop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/crop.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktGaussianSampling.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktGaussianSampling.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktGaussianSampling.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktGaussianSampling.p -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktMaskGenerator_Task2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktMaskGenerator_Task2.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktRadialSampling.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktRadialSampling.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktRadialSampling.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktRadialSampling.p -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktUniformSampling.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktUniformSampling.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktUniformSampling.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktUniformSampling.p -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktdup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktdup.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktdup.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/ktdup.p -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/randp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/randp.m -------------------------------------------------------------------------------- /CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/zpad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/CMRxReconMaskGeneration/Task2/Toolbox_Mask_Generator_Task2/zpad.m -------------------------------------------------------------------------------- /ChallengeDataFormat/Format_Task1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ChallengeDataFormat/Format_Task1.txt -------------------------------------------------------------------------------- /ChallengeDataFormat/Format_Task2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ChallengeDataFormat/Format_Task2.txt -------------------------------------------------------------------------------- /Overview_Task1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/Overview_Task1.png -------------------------------------------------------------------------------- /Overview_Task2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/Overview_Task2.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/README.md -------------------------------------------------------------------------------- /ReconTutorial/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/Readme.md -------------------------------------------------------------------------------- /ReconTutorial/ShowCase.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/ShowCase.ipynb -------------------------------------------------------------------------------- /ReconTutorial/fastmri/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/__init__.py -------------------------------------------------------------------------------- /ReconTutorial/fastmri/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /ReconTutorial/fastmri/__pycache__/coil_combine.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/__pycache__/coil_combine.cpython-310.pyc -------------------------------------------------------------------------------- /ReconTutorial/fastmri/__pycache__/fftc.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/__pycache__/fftc.cpython-310.pyc -------------------------------------------------------------------------------- /ReconTutorial/fastmri/__pycache__/losses.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/__pycache__/losses.cpython-310.pyc -------------------------------------------------------------------------------- /ReconTutorial/fastmri/__pycache__/math.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/__pycache__/math.cpython-310.pyc -------------------------------------------------------------------------------- /ReconTutorial/fastmri/__pycache__/utils.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/__pycache__/utils.cpython-310.pyc -------------------------------------------------------------------------------- /ReconTutorial/fastmri/coil_combine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/coil_combine.py -------------------------------------------------------------------------------- /ReconTutorial/fastmri/data/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/data/__init__.py -------------------------------------------------------------------------------- /ReconTutorial/fastmri/data/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/data/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /ReconTutorial/fastmri/data/__pycache__/mri_data.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/data/__pycache__/mri_data.cpython-310.pyc -------------------------------------------------------------------------------- /ReconTutorial/fastmri/data/__pycache__/subsample.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/data/__pycache__/subsample.cpython-310.pyc -------------------------------------------------------------------------------- /ReconTutorial/fastmri/data/__pycache__/transforms.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/data/__pycache__/transforms.cpython-310.pyc -------------------------------------------------------------------------------- /ReconTutorial/fastmri/data/__pycache__/volume_sampler.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/data/__pycache__/volume_sampler.cpython-310.pyc -------------------------------------------------------------------------------- /ReconTutorial/fastmri/data/mri_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/data/mri_data.py -------------------------------------------------------------------------------- /ReconTutorial/fastmri/data/subsample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/data/subsample.py -------------------------------------------------------------------------------- /ReconTutorial/fastmri/data/transforms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/data/transforms.py -------------------------------------------------------------------------------- /ReconTutorial/fastmri/data/volume_sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/data/volume_sampler.py -------------------------------------------------------------------------------- /ReconTutorial/fastmri/fftc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/fftc.py -------------------------------------------------------------------------------- /ReconTutorial/fastmri/losses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/losses.py -------------------------------------------------------------------------------- /ReconTutorial/fastmri/math.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/math.py -------------------------------------------------------------------------------- /ReconTutorial/fastmri/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/fastmri/utils.py -------------------------------------------------------------------------------- /ReconTutorial/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/main.py -------------------------------------------------------------------------------- /ReconTutorial/run4ranking.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/ReconTutorial/run4ranking.py -------------------------------------------------------------------------------- /Submission/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/Submission/Readme.md -------------------------------------------------------------------------------- /Submission/Task1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/Submission/Task1.zip -------------------------------------------------------------------------------- /Submission/Task2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/Submission/Task2.zip -------------------------------------------------------------------------------- /Task1&2_ContrastImageCMR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/Task1&2_ContrastImageCMR.png -------------------------------------------------------------------------------- /Task1&2_MaskCMR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CmrxRecon/CMRxRecon2024/HEAD/Task1&2_MaskCMR.png --------------------------------------------------------------------------------