Skip to content

Commit

Permalink
update help text for #212
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHancock committed Dec 9, 2024
1 parent 088b68e commit d1ebbc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AegeanTools/CLI/BANE.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ def main():
dest="step_size",
type=int,
nargs=2,
help="The [x,y] size of the grid to use. " "Default = ~4* beam size square.",
help="The [x,y] size of the grid to use (units = pixels). Default = ~4* beam size square.",
)
group1.add_argument(
"--box",
dest="box_size",
type=int,
nargs=2,
help="The [x,y] size of the box over which the "
"rms/bkg is calculated. Default = 5*grid.",
"rms/bkg is calculated (units = pixels). Default = 5*grid.",
)
group1.add_argument(
"--cores",
Expand Down

0 comments on commit d1ebbc2

Please sign in to comment.