Skip to content

Commit

Permalink
Issue dirac-institute#6: changing aperture to 1 arcsec.
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomerritt committed Aug 30, 2023
1 parent 2ee9534 commit 578567d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def compute(
# this calculates the coma magnitude in each filter
try:
for filt in observing_filters:
df.loc[df["optFilter"] == filt, "coma_magnitude"] = com.mag(g, filt, rap=df["seeingFwhmEff"])
df.loc[df["optFilter"] == filt, "coma_magnitude"] = com.mag(g, filt, rap=1.)
except KeyError as err:
self._log_exception(err)

Expand Down

0 comments on commit 578567d

Please sign in to comment.