forked from MRtrix3/mrtrix3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mrtrix-mime.xml
49 lines (39 loc) · 1.3 KB
/
mrtrix-mime.xml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/x-mrtrix">
<comment>MRtrix image</comment>
<magic>
<match type="string" offset="0" value="mrtrix image"/>
</magic>
<glob pattern="*.mif"/>
<glob pattern="*.mih"/>
</mime-type>
<mime-type type="application/x-mrtrix-gz">
<comment>MRtrix image (compressed)</comment>
<glob pattern="*.mif.gz"/>
</mime-type>
<mime-type type="application/x-nifti">
<comment>NIfTI image</comment>
<glob pattern="*.nii"/>
</mime-type>
<mime-type type="application/x-nifti-gz">
<comment>NIfTI image (compressed)</comment>
<glob pattern="*.nii.gz"/>
</mime-type>
<mime-type type="application/x-image-mgh">
<comment>MGH image</comment>
<glob pattern="*.mgh"/>
</mime-type>
<mime-type type="application/x-image-mgz">
<comment>MGH image (compressed)</comment>
<glob pattern="*.mgz"/>
</mime-type>
<mime-type type="application/x-image-analyze">
<comment>Analyze image</comment>
<glob pattern="*.img"/>
</mime-type>
<mime-type type="application/x-mrtrix-tracks">
<comment>MRtrix streamlines file</comment>
<glob pattern="*.tck"/>
</mime-type>
</mime-info>