Skip to content

Commit

Permalink
docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter committed Jan 23, 2024
1 parent 55a9d4a commit eadd98b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@


class InscopixImagingExtractor(ImagingExtractor):
"""Extracts imaging data from Inscopix recordings."""
extractor_name = "InscopixImaging"

def __init__(self, file_path: PathType):
"""
Parameters
----------
file_path : PathType
Path to the Inscopix file.
"""
import isx

super().__init__(file_path=file_path)
Expand Down

0 comments on commit eadd98b

Please sign in to comment.