Skip to content

Commit

Permalink
TubeMap processing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Kirst authored and Christoph Kirst committed Jun 21, 2020
1 parent fbdabad commit 508abbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ClearMap/Scripts/TubeMap.py
Expand Up @@ -269,7 +269,7 @@
binarization_parameter['equalize'] = None;
binarization_parameter['vesselize'] = None;

processing_parameter = vasc.default_processing_parameter.copy();
processing_parameter = vasc.default_binarization_processing_parameter.copy();
processing_parameter.update(processes = 20,
as_memory = True);

Expand Down
2 changes: 1 addition & 1 deletion Documentation

0 comments on commit 508abbc

Please sign in to comment.