Skip to content

Commit

Permalink
need two blank lines not one
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Jul 12, 2023
1 parent 1667143 commit 8fbcb38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/desiutil/dust.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def extinction_total_to_selective_ratio(band, photsys, match_legacy_surveys=Fals
assert photsys.upper() in ["N", "S", "G"]
return R["{}_{}".format(band.upper(), photsys.upper())]


def mwdust_transmission(ebv, band, photsys, match_legacy_surveys=False):
"""Convert SFD E(B-V) value to dust transmission 0-1 for band and photsys
Expand Down

0 comments on commit 8fbcb38

Please sign in to comment.