From 11c759c4d550d2b177c8b5655202ef8532016d99 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Mon, 9 Sep 2024 19:28:02 -0600 Subject: [PATCH] spelling errors --- src/roiextractors/testing.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/roiextractors/testing.py b/src/roiextractors/testing.py index 56ee9753..927bba4e 100644 --- a/src/roiextractors/testing.py +++ b/src/roiextractors/testing.py @@ -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.