Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:8
-
Epic Link:
-
Sprint:Alert Production S17 - 3
-
Team:Alert Production
Description
In order to implement the "mean zero point" functionality of PhotoCalib, I need to compute the integral over the bounding box. BoundedField does not include facilities for integration/differentiation. Fortunately, my primary usage is ChebyshevBoundedField, which has a relatively straight-forward recurrence relation for integration.
I suggest an interface like the following on BoundedField, with a virtual "not implemented" default:
// Compute the integral of this function over its bounding-box.
|
double integrate() const;
|
Attachments
Issue Links
- blocks
-
DM-9192 Implement new spatially-variable PhotoCalib model
- Done
Have to do this before I can finish
DM-9192.