Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.5
-
Epic Link:
-
Sprint:DRP W16-7
-
Team:Data Release Production
Description
We identified in DM-5162 some changesets that still need to be ported from HSC to LSST:
- skymap:
- f83f71718eac5307d575d3113ee3757a63a16de2: Set vertex list in ExplicitTractInfo.
- shapelet:
- bb928df3fc2fafe5183e0d075da19994f0af4fc7: Let the value to normalize to be specified in [Multi]ShapeletFunction
Attachments
Issue Links
- relates to
-
DM-5162 Audit the LSST and HSC codebases for differences
- Done
Perry Gee, would you please review these two commits?
price@price-laptop:~/LSST/shapelet (tickets/DM-5281=) $ git sub
commit 9b8f33080e7e1778e4bc3a3aab13bee5d6af65f6
Author: Jim Bosch <jbosch@astro.princeton.edu>
Date: Wed Jul 17 16:57:27 2013 -0400
Let the value to normalize to be specified in [Multi]ShapeletFunction
include/lsst/shapelet/MultiShapeletFunction.h | 4 ++--
include/lsst/shapelet/ShapeletFunction.h | 4 ++--
src/MultiShapeletFunction.cc | 6 +++---
src/ShapeletFunction.cc | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
price@price-laptop:~/LSST/skymap (tickets/DM-5281=) $ git sub
commit 0dee8ed02e2e75ddb8083cca0e579b50a7f7f760
Author: Paul Price <price@astro.princeton.edu>
Date: Tue Feb 26 16:56:08 2013 +0900
Set vertex list in ExplicitTractInfo.
python/lsst/skymap/tractInfo.py | 3 +++
1 file changed, 3 insertions(+)