Skip to content

Commit

Permalink
Typo in bandpass.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eunkyuh committed Dec 2, 2024
1 parent 9284972 commit 451cd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romanisim/bandpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def compute_count_rate(flux, bandpass, sca, filename=None, effarea=None, wavedis
return zpflux


def etomjysr(bandpas, sca):
def etomjysr(bandpass, sca):
"""Compute factor converting e/s/pix to MJy/sr.
Assumes a pixel scale of 0.11" (romanisim.parameters.pixel_scale)
Expand Down

0 comments on commit 451cd9a

Please sign in to comment.