LSSTDESC / skyCatalogs

Create sky catalogs and provide access via API
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

magnorm fix #98

Closed jchiang87 closed 4 months ago

jchiang87 commented 4 months ago

This is a more reliable way to set the SED normalization using the magnorm value, and it also fixes the mismatch between flux calculations for stars when using galsim 2.4.8 vs 2.5.1+.

I also simplified the BaseObject._get_sed interface since passing back magnorm is no longer needed (and in most cases, that value was being ignored anyway).