Skip to content

Commit

Permalink
default to denoising and using patch 4
Browse files Browse the repository at this point in the history
  • Loading branch information
brisvag committed Aug 31, 2023
1 parent e5e69ef commit 19f75dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/waretomo/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def __str__(self):
"-p",
"--patches",
type=int,
default=4,
help="number of patches for local alignment in aretomo (NxN), if any",
)
@click.option(
Expand Down Expand Up @@ -135,7 +136,7 @@ def __str__(self):
@click.option(
"--stop-at",
type=click.Choice(ProcessingStep.__members__),
default="reconstruct",
default="denoise",
help="terminate processing after this step",
)
@click.option("--ccderaser", type=str, default="ccderaser", help="ccderaser executable")
Expand Down

0 comments on commit 19f75dd

Please sign in to comment.