Skip to content

Commit

Permalink
Merge pull request #392 from catalystneuro/tiffinterface_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter authored Apr 1, 2023
2 parents 04dc7f4 + 7251a99 commit 3d8db97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conversion_examples_gallery/imaging/tiff.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ Convert TIFF imaging data to NWB using
>>> # Choose a path for saving the nwb file and run the conversion
>>> nwbfile_path = f"{path_to_save_nwbfile}"
>>> interface.run_conversion(nwbfile_path=nwbfile_path, metadata=metadata)
.. note::

The :py:class:`~neuroconv.datainterfaces.ophys.tiff.tiffdatainterface.TiffImagingInterface` is designed for
imaging data where all of the frames are in a multi-page TIFF file. It is not appropriate for datasets where the
TIFF data is distributed across many files, for example from Bruker acquisition software.

0 comments on commit 3d8db97

Please sign in to comment.