We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6dff32 commit 4fc1887Copy full SHA for 4fc1887
gpsr/data_processing.py
@@ -56,8 +56,8 @@ def process_images(
56
]
57
processed_images = images[
58
...,
59
- crop_ranges[0][1]: crop_ranges[1][1],
60
- crop_ranges[0][0]: crop_ranges[1][0],
+ crop_ranges[0][1] : crop_ranges[1][1],
+ crop_ranges[0][0] : crop_ranges[1][0],
61
62
63
# apply threshold if provided -- otherwise calculate threshold using triangle method
0 commit comments