Skip to content

Commit

Permalink
more descriptive docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreenwald committed Jun 3, 2020
1 parent 1933d4b commit e900426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caliban_toolbox/reshape_data.py
Expand Up @@ -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
Expand Down

0 comments on commit e900426

Please sign in to comment.