Skip to content
Snippets Groups Projects
Commit 61c40655 authored by Michael Perry's avatar Michael Perry Committed by GitHub
Browse files

Add file type for Philips PAR/REC format

Having Philips PAR/REC files in the system with their own format `parrec` will allow specific classifiers and converters to be used on them.
parent 2bc88bb0
No related branches found
No related tags found
No related merge requests found
......@@ -249,6 +249,7 @@ FILE_EXTENSIONS = [
{'bval': [ '.bval', '.bvals' ]},
{'bvec': [ '.bvec', '.bvecs' ]},
{'dicom': [ '.dcm', '.dcm.zip', '.dicom.zip' ]},
{'parrec': [ '.parrec.zip', '.par-rec.zip' ]},
{'gephysio': [ '.gephysio.zip' ]},
{'nifti': [ '.nii.gz', '.nii' ]},
{'pfile': [ '.7.gz', '.7' ]},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment