This script processes DICOM files, converts them to NIfTI format, renames them and organizes them into specific directories accoedance to the BIDS, based on information stored in a text file. for this code we need the path to the directory containing the DICOM files and the text file containing information such as ADBS_ID and ASSESSMENT_ID
The purpose of this script is to simplify the process of converting DICOM files to NIfTI format and keep it according to BIDS, which is commonly used in neuroimaging research.
- Place your DICOM files in the specified directory.
- Ensure the text file containing additional data is available at the specified path.
- Run the script.
- dcm2niix: DICOM to NIfTI converter tool.
it will give the data in this format: ADBS_ID/ASSESSMENT_ID/Sequence/(ADBS_ID)_(ASSESMENT_ID)_run-xx_protocol.ext
- Deepankan0: Creator and maintainer
This project is licensed under the MIT License - see the LICENSE.md file for details.