Skip to content

Commit 623a467

Browse files
committed
Small documentation fix
1 parent e5027a0 commit 623a467

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/prediction/postprocess_ihc_synapse.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ def main():
2424
help="Input key for data in base segmentation.")
2525
parser.add_argument("--ref_key", type=str, default=None,
2626
help="Input key for data in reference segmentation.")
27-
parser.add_argument("--out_key", type=str, default="segmentation",
28-
help="Input key for data in output file.")
2927

3028
parser.add_argument('-r', "--resolution", type=float, default=0.38, help="Resolution of input in micrometer.")
3129
parser.add_argument("--tif", action="store_true", help="Store output as tif file.")

0 commit comments

Comments
 (0)