astropy / photutils

Astropy package for source detection and photometry. Maintainer: @larrybradley
https://photutils.readthedocs.io
BSD 3-Clause "New" or "Revised" License
243 stars 136 forks source link

Fix unit support in make_model_image #1790

Closed larrybradley closed 3 months ago

larrybradley commented 3 months ago

This PR fixes unit support in make_model_image. To use units, one must input the model params_table as a QTable (not Table) with Quantity columns.