Skip to content

Commit

Permalink
remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao authored Dec 21, 2023
1 parent 706162d commit 581ee1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SAGA/objects/calc_sfr.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ def calc_SFR_Halpha(EW_Halpha, EW_Halpha_err, spec_z, Mr, EWc=2.5, BD=3.25):
L_Halpha_err = term1_err * term2 * term3

# EQ 3, Bauer et al above, also account for Salpeter -> Koupa IMF
SFR = (L_Halpha * _IMF_FACTOR) / 1.27e34
SFR_err = (L_Halpha_err * _IMF_FACTOR) / 1.27e34
SFR = (L_Halpha * _IMF_FACTOR) / 1.27e34
SFR_err = (L_Halpha_err * _IMF_FACTOR) / 1.27e34

log_Ha_SFR = np.log10(SFR)

Expand Down

0 comments on commit 581ee1d

Please sign in to comment.