We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6ede9 commit 31a351fCopy full SHA for 31a351f
1 file changed
src/data_processors/process_dataset/script.py
@@ -14,7 +14,7 @@
14
### VIASH END
15
16
17
-def get_crop_coords(sdata, max_n_pixels=50000*50000):
+def get_crop_coords(sdata, max_n_pixels=20000*20000): #50000*50000):
18
"""Get the crop coordinates to subset the sdata to max_n_pixels
19
20
Arguments
0 commit comments