diff --git a/src/roiextractors/extractors/caiman/caimansegmentationextractor.py b/src/roiextractors/extractors/caiman/caimansegmentationextractor.py index 1c1c5b64..fa840a41 100644 --- a/src/roiextractors/extractors/caiman/caimansegmentationextractor.py +++ b/src/roiextractors/extractors/caiman/caimansegmentationextractor.py @@ -32,7 +32,7 @@ class CaimanSegmentationExtractor(SegmentationExtractor): """A SegmentationExtractor for CaImAn. This class inherits from the SegmentationExtractor class, having all - its funtionality specifically applied to the dataset output from + its functionality specifically applied to the dataset output from the 'CaImAn' ROI segmentation method. """ @@ -49,7 +49,7 @@ def __init__(self, file_path: PathType): Parameters ---------- file_path: str - The location of the folder containing caiman *.hdmf output file. + The location of the folder containing caiman *.hdf5 output file. """ SegmentationExtractor.__init__(self) self.file_path = file_path