Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_mosaic, obs_subaru
-
Labels:None
-
Story Points:0.5
-
Epic Link:
-
Sprint:DRP S17-3
-
Team:Data Release Production
Description
HSC-1398 allows multiple filters to be used in the mosaic solution. This is helpful because there are multiple r-band and i-band filters, and it's helpful to combine them.
I'll also update the MosaicTask to allow use of the new LSST format reference catalogs.
Lauren MacArthur, would you please review this?
pprice@lsst-dev01:/scratch/pprice/madcash/obs_subaru[tickets/DM-9423] $ git sub
commit 0caca62c7890b1ee114f27ce82bce0627373c277
Author: Paul Price <price@astro.princeton.edu>
Date: Tue Feb 14 17:47:51 2017 -0600
HscMapper: support registry lookups for mosaic
The 'wcs' dataset is used as the base dataset for MosaicTask, but
it wasn't working with something like "--id field=FOO filter=BAR".
This patch fixes the lookups for the 'wcs' and 'fcr' datasets.
policy/HscMapper.paf | 2 --
python/lsst/obs/hsc/hscMapper.py | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
pprice@lsst-dev01:/scratch/pprice/madcash/meas_mosaic[tickets/DM-9423] $ git sub
commit dfe98520330e7f0a6e7895caac43aea093f088d6
Author: Paul Price <price@astro.princeton.edu>
Date: Mon May 23 15:06:07 2016 -0400
MosaicTask: allow data from multiple filters, if configured
We want to combine data from the HSC-I and HSC-I2 filters, if
and only if the 'allowMixedFilters' config parameter is set.
Cherry-picked from HSC-1398, and adapted to the LSST stack.
python/lsst/meas/mosaic/mosaicTask.py | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
commit 1e60df2937a48e753aa7e6eaf2979aae084d3c60
Author: Paul Price <price@astro.princeton.edu>
Date: Tue Feb 14 17:51:03 2017 -0600
make astrometry loader configurable
This allows use of the LSST format for astrometry/photometry
reference catalog.
python/lsst/meas/mosaic/mosaicTask.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)