Skip to content

Commit

Permalink
Merge 8f3fccf into d6f21d1
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-dobson committed Dec 26, 2020
2 parents d6f21d1 + 8f3fccf commit 0404eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imexam/imexamine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ def radial_profile(self, x, y, data=None, form=None,
sky_per_pix = 0.
self.log.info("Sky background negative, setting to zero")
self.log.info(f"Background per pixel: {sky_per_pix}")
flux -= sky_per_pix
flux = flux - sky_per_pix

if getdata:
self.log.info(f"Sky per pixel: {sky_per_pix} using "
Expand Down

0 comments on commit 0404eca

Please sign in to comment.