
This is the demo datasets that can be used with the open-sourced code for the Motion-Robust Dental MRI: https://github.com/ZihanNing/dental_MRI_motion_correction The raw data was collected from a 0.55T MR scanner (MAGNETOM Free.Max, Siemens Healthineers, Forchheim, Gemany) with a PD-weighted SPACE sequence (using DISORDER trajectory) from a 29-year-old male healthy volunteer under head and mandibular movements. The sequences will be open-sourced on Siemens' C2P platform soon. To use with the open-sourced code, please put the raw into a generated subfolder under /Studies-deploy (e.g., /Studies-deploy/1). Then modify the path in the main script 'batch_dental_multiple.m' to align with the raw path. For example: rootFolder = './Studies-deploy';studiesFile = fullfile('./Studies-deploy', 'studies.m');numCases = 1;caseList = [1]; For detailed information about the code and instructions, please refer to: git repo: https://github.com/ZihanNing/dental_MRI_motion_correction Paper: Motion-Robust Dental MRI for Imaging of Paediatric Dental Trauma [to be released]
