Skip to content

Commit

Permalink
Update docs on mat file support
Browse files Browse the repository at this point in the history
  • Loading branch information
pgunn committed Apr 26, 2024
1 parent 2581815 commit 29a3a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/file_formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Notes for specific formats follow:

Matlab (\*.mat)
---------------
Caiman may be able to handle Matlab's mat files, although it is not a desirable format. We rely on the scipy.io.matlab functions to handle files of this type, except for certain versions of the format which are actually hdf5 files
Caiman can handle Matlab's V2 mat files (which are HDF5 files in a certain format). If you need old-style support, reach out and we can consider adding it.

TIFF (\*.tiff, \*.tif, \*.btf)
------------------------------
Expand Down

0 comments on commit 29a3a67

Please sign in to comment.