Skip to content

Commit

Permalink
Added or improved some log messages. (#1674)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlpstsci authored Sep 27, 2023
1 parent 3771fe6 commit a4d75d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drizzlepac/align.py
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ def determine_fit_quality(
if catalogs_remaining:
log.warning(
"Not enough cross matches found between astrometric"
" catalog and sources found in {}".format(image_name)
" catalog and sources found in {} ()".format(image_name, num_xmatches)
)
continue

Expand Down Expand Up @@ -1158,7 +1158,7 @@ def determine_fit_quality(
if not overall_valid:
log.info("The fit solution for some or all of the images is not valid.")
if max_rms_val > auto_good_rms or not overall_valid:
log.info("Try again with the next catalog")
log.info("Trying again with the next catalog, method, or geometry depending upon the current fitting cycle.")
else:
log.info("Fit calculations successful.")

Expand Down

0 comments on commit a4d75d5

Please sign in to comment.