Skip to content

Commit

Permalink
typo in calibration.flatfield()
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelverdugo committed Apr 12, 2022
1 parent 6752467 commit b7ec531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scopesim_templates/calibration/calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def flat_field(temperature=5000, amplitude=0*u.ABmag, filter_curve="V", extend=6

sp = Spextrum.black_body_spectrum(temperature=temperature, amplitude=amplitude, filter_curve=filter_curve)
src = uniform_source(sed=sp, amplitude=amplitude, filter_curve=filter_curve, extend=extend)
src.meta.updata(params)
src.meta.update(params)

return src

Expand Down

0 comments on commit b7ec531

Please sign in to comment.