From 976236f1cd65d3fe6261cbab0ef438b102e517f7 Mon Sep 17 00:00:00 2001 From: Michael Perry <lmperry@stanford.edu> Date: Wed, 12 Apr 2017 16:06:38 -0700 Subject: [PATCH] Add hdf5 file type Some files have `.h5`, others `.hdf5`. --- api/filetypes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/filetypes.json b/api/filetypes.json index b70b1558..d3e4c930 100644 --- a/api/filetypes.json +++ b/api/filetypes.json @@ -2,7 +2,7 @@ "bval": [ ".bval", ".bvals" ], "bvec": [ ".bvec", ".bvecs" ], "dicom": [ ".dcm", ".dcm.zip", ".dicom.zip" ], - "ismrmrd": [ ".h5" ], + "ismrmrd": [ ".h5", ".hdf5" ], "parrec": [ ".parrec.zip", ".par-rec.zip" ], "gephysio": [ ".gephysio.zip" ], "MATLAB data": [ ".mat" ], -- GitLab