Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 22, 2024
1 parent 47d016e commit 44194b3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ def extract_extra_metadata(
extra_metadata = dict(**extra_metadata, **metadata_dict)
return extra_metadata


def extract_rois_metadata(
file_path: PathType,
) -> dict:
) -> dict:
"""Extract ROIs metadata from a ScanImage TIFF file.
Parameters
Expand All @@ -70,6 +71,7 @@ def extract_rois_metadata(
rois_metadata = extra_metadata["RoiGroups"]
return rois_metadata


def parse_matlab_vector(matlab_vector: str) -> list:
"""Parse a MATLAB vector string into a list of integer values.
Expand Down

0 comments on commit 44194b3

Please sign in to comment.