Skip to content

Commit

Permalink
Merge branch 'dev_master' of https://github.com/AstarVienna/ScopeSim_…
Browse files Browse the repository at this point in the history
…Templates into dev_master
  • Loading branch information
astronomyk committed Apr 13, 2022
2 parents e9e91f5 + b7ec531 commit eafc8e3
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 eafc8e3

Please sign in to comment.