Uploaded image for project: 'Instrument control development'
  1. Instrument control development
  2. INSTRM-1178

replace drpActor parseAndRun

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Done (View Workflow)
    • Priority: Normal
    • Resolution: Done
    • Component/s: None
    • Labels:
    • Story Points:
      1
    • Sprint:
      SM1PD-2021 A 2, SM1PD-2021 A 3

      Description

      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)
      

        Attachments

          Activity

            People

            • Assignee:
              arnaud.lefur arnaud.lefur
              Reporter:
              arnaud.lefur arnaud.lefur
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: