Skip to content

Commit 856fd63

Browse files
committed
Updated block extraction parameters
1 parent 1a99d1f commit 856fd63

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

reproducibility/block_extraction/ChReef_MLR144R.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"halo_size": [
4242
256,
4343
256,
44-
100
44+
50
4545
]
4646
}
4747
]

reproducibility/block_extraction/ChReef_MLR145R.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"halo_size": [
4242
256,
4343
256,
44-
100
44+
50
4545
]
4646
}
4747
]

reproducibility/block_extraction/ChReef_MLR155R.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"halo_size": [
4242
256,
4343
256,
44-
100
44+
50
4545
]
4646
}
4747
]

reproducibility/block_extraction/repro_equidistant_centers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def repro_equidistant_centers(
1818
):
1919
default_cell_type = "ihc"
2020
default_component_list = [1]
21-
default_halo_size = [256, 256, 100]
21+
default_halo_size = [256, 256, 50]
2222
default_n_blocks = 6
2323

2424
with open(ddict, 'r') as myfile:

0 commit comments

Comments
 (0)