Skip to content

Commit ad032c8

Browse files
committed
Addressed feedback
1 parent 41dbc51 commit ad032c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/prediction/sgn_marker_extension.py renamed to scripts/sgn_detection/sgn_marker_extension.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main():
2424

2525
parser.add_argument("--component_labels", type=int, nargs="+", default=[1],
2626
help="Component labels of SGN_detect.")
27-
parser.add_argument("-d", "--extension_distance", type=float, default=8, help="Extension distance.")
27+
parser.add_argument("-d", "--extension_distance", type=float, default=12, help="Extension distance.")
2828
parser.add_argument("-r", "--resolution", type=float, nargs="+", default=[3.0, 1.887779, 1.887779],
2929
help="Resolution of input in micrometer.")
3030

@@ -71,7 +71,7 @@ def main():
7171

7272
output = open_file(output_path, mode="a")
7373
output_dataset = output.create_dataset(
74-
output_key, shape=shape, dtype=data.dtype,
74+
output_key, shape=shape, dtype=np.dtype("uint32"),
7575
chunks=chunks, compression="gzip"
7676
)
7777

0 commit comments

Comments
 (0)