price@price-laptop:~/LSST/pipe/tasks (tickets/DM-5288=) $ git sub
|
commit a92bf0c8d3f307ddd82f04c206952eae3b592bbe
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Tue Oct 20 14:54:25 2015 -0400
|
|
multiBand: save background-subtracted coadd as deepCoadd_calexp
|
|
assembleCoadd.py writes deepCoadd, but we need the background-subtracted
|
version for measurement.
|
|
python/lsst/pipe/tasks/mocks/simpleMapper.py | 4 ++--
|
python/lsst/pipe/tasks/multiBand.py | 19 ++++++++++++-------
|
2 files changed, 14 insertions(+), 9 deletions(-)
|
|
commit 35ce14b83a5db9219a1e8a2877a091226b4f54a3
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Thu Feb 26 20:18:07 2015 -0500
|
|
DetectCoaddSourcesTask: return results
|
|
This allows callers access to the results without grabbing them
|
from the butler.
|
|
python/lsst/pipe/tasks/multiBand.py | 1 +
|
1 file changed, 1 insertion(+)
|
|
commit 2b1a8b8a959728fce381c777e78216b4dac4d479
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Tue Nov 3 14:14:02 2015 -0500
|
|
multiband: activate sky objects
|
|
python/lsst/pipe/tasks/multiBand.py | 2 +-
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
commit cafc5573fec559c05c613ecdc060c63c0a7fb9df
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Wed Jul 24 03:16:41 2013 +0900
|
|
WcsSelectImagesTask: catch imagePoly is None
|
|
The polygon returned from lsst.geom.convexHull may be None if
|
the inputs are not suitable for generating a polygon (e.g., they are
|
all the same point). This can happen if the Wcs is not good.
|
|
python/lsst/pipe/tasks/selectImages.py | 3 +++
|
1 file changed, 3 insertions(+)
|
|
commit 0bc57d8fe72ec4ff48f9aa6898abeb3c5b77ecc7
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Tue Mar 29 13:56:19 2016 -0400
|
|
multiband: activate astrometry
|
|
It's useful to have matches to reference sources.
|
We use the default AstrometryTask now because the distortion problems
|
are fixed.
|
|
python/lsst/pipe/tasks/multiBand.py | 6 +++---
|
tests/testCoadds.py | 1 +
|
2 files changed, 4 insertions(+), 3 deletions(-)
|
|
|
price@price-laptop:~/LSST/meas/base (tickets/DM-5288=) $ git sub
|
commit a644a945388c3da9882e849e7cfc1bf31eb78535
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Tue Mar 29 14:42:10 2016 -0400
|
|
forcedPhotCoadd: adapt to rename of background-subtracted coadd
|
|
It's now "deepCoadd_calexp" instead of "deepCoadd_calexp_det".
|
|
python/lsst/meas/base/forcedPhotCoadd.py | 2 +-
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
price@price-laptop:~/LSST/obs/cfht (tickets/DM-5288=) $ git sub
|
commit dc1a4d43d56db316be32d267b922aa021d9b1676
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Tue Mar 29 14:05:52 2016 -0400
|
|
MegacamMapper: adapt to multiband dataset name changes
|
|
deepCoadd_calexp_det is now deepCoadd_calexp, and
|
deepCoadd_calexp_detBackground is now deepCoadd_calexp_background.
|
|
policy/MegacamMapper.paf | 18 +-----------------
|
1 file changed, 1 insertion(+), 17 deletions(-)
|
|
|
price@price-laptop:~/LSST/obs/decam (tickets/DM-5288=) $ git sub
|
commit 7deaf29275024b86fa94377d3c356ac29ed2c264
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Tue Mar 29 14:04:06 2016 -0400
|
|
DecamMapper: adapt to multiband dataset name changes
|
|
deepCoadd_calexp_det is now deepCoadd_calexp, and
|
deepCoadd_calexp_detBackground is now deepCoadd_calexp_background.
|
|
policy/DecamMapper.paf | 13 ++-----------
|
1 file changed, 2 insertions(+), 11 deletions(-)
|
|
|
price@price-laptop:~/LSST/obs/lsstSim (tickets/DM-5288=) $ git sub
|
commit 06064d799134404c0095e407ced04526e7bcfc52
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Tue Mar 29 14:07:45 2016 -0400
|
|
LsstSimMapper: adapt to multiband dataset name changes
|
|
deepCoadd_calexp_det is now deepCoadd_calexp, and
|
deepCoadd_calexp_detBackground is now deepCoadd_calexp_background.
|
|
policy/LsstSimMapper.paf | 19 +------------------
|
1 file changed, 1 insertion(+), 18 deletions(-)
|
|
|
price@price-laptop:~/LSST/obs/sdss (tickets/DM-5288=) $ git sub
|
commit d7b1456abdd0c1f4d13e852ac23c579ea4a96c2d
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Tue Mar 29 14:10:21 2016 -0400
|
|
SdssMapper: adapt to multiband dataset name changes
|
|
deepCoadd_calexp_det is now deepCoadd_calexp, and
|
deepCoadd_calexp_detBackground is now deepCoadd_calexp_background.
|
|
policy/SdssMapper.paf | 19 +------------------
|
1 file changed, 1 insertion(+), 18 deletions(-)
|
|
|
price@price-laptop:~/LSST/obs/subaru (tickets/DM-5288 %=) $ git sub
|
commit 3b094d67c96c1b131e40e973a8f79f2cb02efe32
|
Author: Paul Price <price@astro.princeton.edu>
|
Date: Tue Mar 29 14:01:46 2016 -0400
|
|
HscMapper: adapt to multiband dataset name changes
|
|
deepCoadd_calexp_det is now deepCoadd_calexp, and
|
deepCoadd_calexp_detBackground is now deepCoadd_calexp_background.
|
|
policy/HscMapper.paf | 20 +-------------------
|
1 file changed, 1 insertion(+), 19 deletions(-)
|
Need
RFC-160approved before we can change names of coadd images (for the multiband commits), and there's some overlap withDM-5322.