diff --git a/src/bambird/segmentation_extract_rois_full_sig.py b/src/bambird/segmentation_extract_rois_full_sig.py index 69ca818..1237d81 100644 --- a/src/bambird/segmentation_extract_rois_full_sig.py +++ b/src/bambird/segmentation_extract_rois_full_sig.py @@ -487,7 +487,7 @@ def extract_rois_full_sig( ax=ax3, title="3. mask", interpolation=None, - now=True, + now=False ) # 6. get the mask with rois (im_rois) and the bounding box for each rois (rois_bbox) @@ -548,4 +548,4 @@ def extract_rois_full_sig( fig.suptitle(kwargs.pop("suptitle", "")) fig.tight_layout() - return df_rois \ No newline at end of file + return df_rois