Skip to content

Commit

Permalink
Update A_NUV as requested
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao authored Dec 18, 2023
1 parent c070daa commit 7c20482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SAGA/objects/calc_sfr.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__all__ = ["calc_SFR_NUV", "calc_SFR_Halpha"]


def calc_SFR_NUV(NUV_mag, NUV_mag_err, dist_mpc, internal_ext=0.83):
def calc_SFR_NUV(NUV_mag, NUV_mag_err, dist_mpc, internal_ext=0.9):
"""
Convert NUV magnitudes into a SFR
Based on Iglesias-Paramo (2006), Eq 3
Expand Down

0 comments on commit 7c20482

Please sign in to comment.