sweverett / Balrog-GalSim

Modules for GalSim that will be useful for DES images in conjunction with Balrog.
MIT License
5 stars 5 forks source link

Remove uncecessary GalSim type checks for some fields #54

Closed sweverett closed 5 years ago

sweverett commented 5 years ago

There are a few current type checks that are too conservative (e.g. PSF types) that either don't allow using the full flexibility of GalSim types or print excessive warnings. We should allow the users of Balrog to use as much of GalSim's native types as possible (and only warn once per run, if warning at all).