Hi - I've come across what appears to be an unused arg in characterizeIamgeTask.run:
|
def run(self, exposure, exposureIdInfo=None, background=None): |
Specifically the background input is not used, and the variable is reassigned here:
|
background = self.background.run(exposure).background |