LSST-nonproject / sims_maf_contrib

Contributed code for MAF (sims_maf)
18 stars 46 forks source link

Added updated dither stackers from Humna Awan #34

Closed rhiannonlynne closed 7 years ago

rhiannonlynne commented 8 years ago

Additional dither stackers from Humna Awan. @humnaawan

rhiannonlynne commented 8 years ago

The API for stackers has changed slightly - the run method is now _run, and you do not have to add the columns explicitly in the run method yourself (this is now taken care of in run, which calls _run -- so _run can assume that the stacker columns exist). See https://github.com/lsst/sims_maf/blob/master/python/lsst/sims/maf/stackers/baseStacker.py

humnaawan commented 8 years ago

@rhiannonlynne @rbiswas4 I have incorporated your suggestions and updated the existing file for new stackers, newDithers.py. Please see #41.

rhiannonlynne commented 7 years ago

Closing this PR (superseded by PR #41)