Skip to content

Commit

Permalink
verboser
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jan 31, 2025
1 parent 37f29d8 commit cc5bcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirar/processors/astrometry/anet/anet.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def run_astrometry_net_single(
f"solve-field {img_path} "
f"--dir {output_dir} "
f"--new-fits {newname} "
f"--overwrite "
f"--overwrite -vvv"
f"--out {basename} " # use this base name for outputs (instead of 'temp_...')
)

Expand Down

0 comments on commit cc5bcc9

Please sign in to comment.