Skip to content

Commit

Permalink
Adding comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomerritt committed Aug 31, 2023
1 parent 08f9c04 commit 18eb5e4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ def compute(
# this calculates the coma magnitude in each filter
try:
for filt in observing_filters:
# here rap is the aperture width, hardcoded here to 1.0 arcsec
# the code assumes an infinite coma so is thus only accurate for small apertures
df.loc[df["optFilter"] == filt, "coma_magnitude"] = com.mag(g, filt, rap=1.0)
except KeyError as err:
self._log_exception(err)
Expand Down

0 comments on commit 18eb5e4

Please sign in to comment.