-
Notifications
You must be signed in to change notification settings - Fork 2
/
file_types.json
25 lines (24 loc) · 1.07 KB
/
file_types.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"bval": [ ".bval", ".bvals" ],
"bvec": [ ".bvec", ".bvecs" ],
"dicom": [ ".dcm", ".dcm.zip", ".dicom.zip" ],
"parrec": [ ".parrec.zip", ".par-rec.zip" ],
"gephysio": [ ".gephysio.zip" ],
"MATLAB data": [ ".mat" ],
"nifti": [ ".nii.gz", ".nii" ],
"pfile": [ ".7.gz", ".7" ],
"PsychoPy data": [ ".psydat" ],
"qa": [ ".qa.png", ".qa.json" ],
"archive": [ ".zip", ".tbz2", ".tar.gz", ".tbz", ".tar.bz2", ".tgz", ".tar", ".txz", ".tar.xz" ],
"document": [ ".docx", ".doc" ],
"image": [ ".jpg", ".tif", ".jpeg", ".gif", ".bmp", ".png", ".tiff" ],
"markup": [ ".html", ".htm" ],
"log": [ ".log" ],
"pdf": [ ".pdf" ],
"presentation": [ ".ppt", ".pptx" ],
"source code": [ ".c", ".py", ".cpp", ".js", ".m", ".json", ".java", ".php", ".css" ],
"spreadsheet": [ ".xls", ".xlsx" ],
"tabular data": [ ".csv.gz", ".csv" ],
"text": [ ".txt" ],
"video": [ ".mpeg", ".mpg", ".mov", ".mp4", ".m4v", ".mts" ]
}