From e9b663238cf6f25ee2d5aa89f301e4e6d87fd908 Mon Sep 17 00:00:00 2001
From: Gunnar Schaefer <gsfr@flywheel.io>
Date: Fri, 21 Apr 2017 10:32:07 -0700
Subject: [PATCH] Add EEG datatype

---
 api/filetypes.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/api/filetypes.json b/api/filetypes.json
index d3e4c930..aeef5956 100644
--- a/api/filetypes.json
+++ b/api/filetypes.json
@@ -2,12 +2,13 @@
     "bval":         [ ".bval", ".bvals" ],
     "bvec":         [ ".bvec", ".bvecs" ],
     "dicom":        [ ".dcm", ".dcm.zip", ".dicom.zip" ],
-    "ismrmrd":      [ ".h5", ".hdf5" ],
-    "parrec":       [ ".parrec.zip", ".par-rec.zip" ],
+    "eeg":          [ ".eeg.zip" ],
     "gephysio":     [ ".gephysio.zip" ],
+    "ismrmrd":      [ ".h5", ".hdf5" ],
     "MATLAB data":  [ ".mat" ],
     "MGH data":     [ ".mgh", ".mgz", ".mgh.gz" ],
     "nifti":        [ ".nii.gz", ".nii" ],
+    "parrec":       [ ".parrec.zip", ".par-rec.zip" ],
     "pfile":        [ ".7.gz", ".7", ".7.zip" ],
     "PsychoPy data":  [ ".psydat" ],
     "qa":           [ ".qa.png", ".qa.json", ".qa.html" ],
-- 
GitLab