Details
-
Type:
Story
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: jointcal
-
Labels:
-
Story Points:1
-
Epic Link:
-
Team:Alert Production
Description
GtransfoPoly(gtransfo, frame, degree, nPoint) needs a unittest and should probably be refactored, though I think it's only used by the SimpleAstrometryModel. It came with a commented out #ifdef TO_BE_FIXED too.
Attachments
Issue Links
- mentioned in
-
Page Loading...
Reviewing old tickets for CCB: this still looks relevant, even though the classes involved have been renamed (GtransoPoly->AstrometryTransformPolynomial and gtransfo->AstrometryTransform), and this does seemed to be used by ConstrainedAstrometryModel (https://github.com/lsst/jointcal/blob/7f1c91f61beaa663a6ddc2696f0071bad96cbf6f/src/ConstrainedAstrometryModel.cc#L95-L97) as well as SimpleAstrometryModel. That makes this a bit more important (the constrained model is what we use in production), but it also means we've got pretty good indirect test coverage, so I still don't think this is a high priority.