lsst-sims / legacy_sims_GalSimInterface

code to seamlessly generate simulated images using GalSim based off of simulated catalogs generated by CatSim
5 stars 7 forks source link

U/danielsf/fix/180920 #64

Closed danielsf closed 5 years ago

danielsf commented 6 years ago

There were some broken unit tests. This fixes them.

It also replaces fitsHeader.get() with fitsHeader.getScalar() (which was provoking a DeprecationWarning)

Obviously, this is not a high priority (but broken unit tests will prevent me from issuing a new lsst_sims release when the time comes).