Skip to content

Commit

Permalink
Further updates to accommodate the replacement Photutils functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlpstsci committed Jan 21, 2025
1 parent eda8f64 commit 6cd3577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drizzlepac/haputils/astrometric_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ def build_auto_kernel(imgarr, whtarr, fwhm=3.0, threshold=None, source_box=7,
kernel_fwhm = fwhm
kernel = build_gaussian_kernel(fwhm, npixels=source_box)

log.info(f"Finished build_auto_kernel")
log.info(f"Finished build_auto_kernel")

return (kernel, kernel_psf), kernel_fwhm

Expand Down

0 comments on commit 6cd3577

Please sign in to comment.