Ready for review. Only changes in obs_cfht and ci_hsc, both on tickets/DM-5130 branches. I also inspected obs_decam, obs_lsstSim, and obs_sdss, and I didn't see anything that looked like it needed to be changed.
ci_hsc:
$ git --no-pager log --stat --reverse LSST/master..tickets/DM-5130
|
commit 5c38bc1f1018df38660bcbf0d07683f3a421eb73
|
Author: Jim Bosch <jbosch@astro.princeton.edu>
|
Date: Thu Feb 11 17:16:30 2016 -0500
|
|
Include B-F kernel in calib directory.
|
|
Eventually, we need to include and run code to generate this kernel,
|
but we don't have that yet, so we just include a static kernel.
|
|
CALIB/BFKERNEL/brighter_fatter_kernel.pkl | 37 +++++++++++++++++++++++++++++++++++++
|
1 file changed, 37 insertions(+)
|
obs_cfht:
$ git --no-pager log --stat --reverse LSST/master..tickets/DM-5130
|
commit 715df20b982862f4abee11f5332baca3d8804bb3
|
Author: Jim Bosch <jbosch@astro.princeton.edu>
|
Date: Thu Feb 11 15:05:12 2016 -0500
|
|
Update to new interface that includes B-F correction.
|
|
We don't actually support doing B-F correction on CFHT, but this
|
brings CfhtIsrTask back into compatibility with the rest of the stack.
|
|
python/lsst/obs/cfht/cfhtIsrTask.py | 6 +++++-
|
1 file changed, 5 insertions(+), 1 deletion(-)
|
Ready for review. Only changes in obs_cfht and ci_hsc, both on tickets/
DM-5130branches. I also inspected obs_decam, obs_lsstSim, and obs_sdss, and I didn't see anything that looked like it needed to be changed.ci_hsc:
$ git --no-pager log --stat --reverse LSST/master..tickets/DM-5130
commit 5c38bc1f1018df38660bcbf0d07683f3a421eb73
Author: Jim Bosch <jbosch@astro.princeton.edu>
Date: Thu Feb 11 17:16:30 2016 -0500
Include B-F kernel in calib directory.
Eventually, we need to include and run code to generate this kernel,
but we don't have that yet, so we just include a static kernel.
CALIB/BFKERNEL/brighter_fatter_kernel.pkl | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
obs_cfht:
$ git --no-pager log --stat --reverse LSST/master..tickets/DM-5130
commit 715df20b982862f4abee11f5332baca3d8804bb3
Author: Jim Bosch <jbosch@astro.princeton.edu>
Date: Thu Feb 11 15:05:12 2016 -0500
Update to new interface that includes B-F correction.
We don't actually support doing B-F correction on CFHT, but this
brings CfhtIsrTask back into compatibility with the rest of the stack.
python/lsst/obs/cfht/cfhtIsrTask.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)