[INSTRM-1178] replace drpActor parseAndRun Created: 12/Feb/21  Updated: 23/Feb/21  Resolved: 23/Feb/21

Status: Done
Project: Instrument control development
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Normal
Reporter: arnaud.lefur Assignee: arnaud.lefur
Resolution: Done Votes: 0
Labels: SPS, SuNSS
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

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)


 Comments   
Comment by arnaud.lefur [ 18/Feb/21 ]

Current version on the summit run detrend from cmdline, taking ~23 sec for both arms.
With ingest taking ~5 sec for each file, that's ~35sec, which is less time that a what bias would take(45s), so we should be good.

Generated at Sat Feb 10 16:32:41 JST 2024 using Jira 8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b.