Details
-
Type:
Bug
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_modelfit
-
Labels:None
-
Team:Data Release Production
Description
startDetermineFitRegion returns an uninitialized PTR(footprint) where it handles the condition: !footprint.contains(pixel). This subsequently causes an assert.
Looks like the correct thing to do here might be to throw a MeasurementError rather than to set the flag and return, but I'd need to refresh my memory of the framework to be certain.