From e9004264f2132e43162309c5046d195a7bdd28b0 Mon Sep 17 00:00:00 2001 From: ngreenwald Date: Wed, 3 Jun 2020 10:47:23 -0700 Subject: [PATCH] more descriptive docstring --- caliban_toolbox/reshape_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caliban_toolbox/reshape_data.py b/caliban_toolbox/reshape_data.py index 5aca4ff..7a1eba5 100644 --- a/caliban_toolbox/reshape_data.py +++ b/caliban_toolbox/reshape_data.py @@ -43,7 +43,7 @@ def crop_multichannel_data(X_data, y_data, crop_size=None, crop_num=None, overla Args: X_data: xarray containing raw images to be cropped y_data: xarray containing labeled images to be chopped - crop_size: (row_crop, col_crop) tuple specifying shape of the crop + crop_size: (row_crop, col_crop) tuple specifying the length of the crop, including overlap crop_num: (row_num, col_num) tuple specifying number of crops overlap_frac: fraction that crops will overlap each other on each edge test_parameters: boolean to determine whether to run all fovs, or only the first