Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_base
-
Labels:
-
Story Points:1
-
Epic Link:
-
Sprint:Measurement-S14-4
-
Team:Data Release Production
Description
We should cleanup and simplify the GaussianFlux algorithm to simply use the shape and centroid slot values instead of either computing its own or having configurable field names for where to look these up.
Attachments
Issue Links
- relates to
-
DM-26992 Evaluate GaussianFlux with modified shape parameter
- Done
I want to be sure that I understand this issue. You would like to remove the code which calls getGaussianFlux, and simply do what is currently done in the "fixed" case: i.e., get the Centroid and Shape slots and call getFixedMomentsFlux.
And I assume that the slots are presumed to be set up prior to the construction of Inputs to the algorithm.