-
Type:
Task
-
Status: Done (View Workflow)
-
Priority:
Normal
-
Resolution: Done
-
Component/s: None
-
Story Points:1
-
Sprint:SM1PD-2021 A 2, SM1PD-2021 A 3
drpActor has been using parseAndRun for a while.
isrTask.run would be faster.
from lsst.ip.isr import IsrTask config = IsrTask.ConfigClass() config.doBias = True config.doDark = False config.doFringe = False config.doFlat = False config.doLinearize = False config.doDefect = False config.doAddDistortionModel = False config.doSaturationInterpolation = False isrTask = IsrTask(config=config)