Skip to content

Commit

Permalink
spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Sep 10, 2024
1 parent 58a398f commit 11c759c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/roiextractors/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,23 +118,23 @@ def generate_dummy_segmentation_extractor(
num_rois : int, optional
number of regions of interest, by default 10.
num_frames : int, optional
_description_, by default 30
num_rows : number of frames used in the hypotethical video from which the data was extracted, optional
number of rows in the hypotethical video from which the data was extracted, by default 25.
description, by default 30.
num_rows : int, optional
number of rows in the hypothetical video from which the data was extracted, by default 25.
num_columns : int, optional
numbe rof columns in the hypotethical video from which the data was extracted, by default 25.
number of columns in the hypothetical video from which the data was extracted, by default 25.
sampling_frequency : float, optional
sampling frequency of the hypotethical video form which the data was extracted, by default 30.0.
sampling frequency of the hypothetical video from which the data was extracted, by default 30.0.
has_summary_images : bool, optional
whether the dummy segmentation extractor has summary images or not (mean and correlation)
whether the dummy segmentation extractor has summary images or not (mean and correlation).
has_raw_signal : bool, optional
whether a raw fluoresence signal is desired in the object, by default True.
whether a raw fluorescence signal is desired in the object, by default True.
has_dff_signal : bool, optional
whether a relative (df/f) fluoresence signal is desired in the object, by default True.
whether a relative (df/f) fluorescence signal is desired in the object, by default True.
has_deconvolved_signal : bool, optional
whether a deconvolved signal is desired in the object, by default True.
has_neuropil_signal : bool, optional
whether a neuropil signal is desiredi n the object, by default True.
whether a neuropil signal is desired in the object, by default True.
rejected_list: list, optional
A list of rejected rois, None by default.
Expand Down

0 comments on commit 11c759c

Please sign in to comment.