Skip to content

Commit 31a351f

Browse files
authored
Reduce dataset size substantially (#105)
1 parent 9f6ede9 commit 31a351f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_processors/process_dataset/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
### VIASH END
1515

1616

17-
def get_crop_coords(sdata, max_n_pixels=50000*50000):
17+
def get_crop_coords(sdata, max_n_pixels=20000*20000): #50000*50000):
1818
"""Get the crop coordinates to subset the sdata to max_n_pixels
1919
2020
Arguments

0 commit comments

Comments
 (0)