Skip to content

Commit

Permalink
fix copy&paste typo in deconvolution cli
Browse files Browse the repository at this point in the history
  • Loading branch information
schmelly committed Nov 10, 2024
1 parent c4fd3d9 commit 80c0339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graxpert/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def main():
help='Number of image tiles which Graxpert will denoise in parallel. Be careful: increasing this value might result in out-of-memory errors. Valid Range: 1..32, default: "4"',
)

deconv_obj_parser = argparse.ArgumentParser("GraXpert Deconvolution Object", parents=[parser], description="GraXpert, the astronomical denoising tool")
deconv_obj_parser = argparse.ArgumentParser("GraXpert Deconvolution Object", parents=[parser], description="GraXpert, the astronomical deconvolution tool")
deconv_obj_parser.add_argument(
"-ai_version",
"--ai_version",
Expand Down

0 comments on commit 80c0339

Please sign in to comment.