Skip to content
Snippets Groups Projects
Commit fbbb3fcf authored by Megan Henning's avatar Megan Henning Committed by GitHub
Browse files

Merge pull request #384 from scitran/parrec-file-type

Add file type for Philips PAR/REC format
parents 2bc88bb0 61c40655
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