lsst.pipe.drivers g96f01af41f+1e14f4da78
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.pipe.drivers.processCcdWithFakesDriver.ProcessCcdWithFakesDriverTask Class Reference
Inheritance diagram for lsst.pipe.drivers.processCcdWithFakesDriver.ProcessCcdWithFakesDriverTask:
lsst::ctrl::pool::parallel::BatchParallelTask lsst::ctrl::pool::parallel::BatchCmdLineTask

Public Member Functions

def __init__ (self, *args, **kwargs)
 
def runDataRef (self, sensorRef)
 
def parseAndRun (cls, *args, **kwargs)
 
def parseAndSubmit (cls, args=None, **kwargs)
 
def batchWallTime (cls, time, parsedCmd, numCores)
 
def batchCommand (cls, args)
 
def logOperation (self, operation, catch=False, trace=True)
 

Public Attributes

 ignoreCcds
 

Static Public Attributes

 ConfigClass = ProcessCcdWithFakesDriverConfig
 
 RunnerClass = ProcessCcdWithFakesTaskRunner
 

Detailed Description

Process CCDs in parallel for processCcdWithFakes

Definition at line 32 of file processCcdWithFakesDriver.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.drivers.processCcdWithFakesDriver.ProcessCcdWithFakesDriverTask.__init__ (   self,
args,
**  kwargs 
)
Parameters
----------
kwargs :  other keyword arguments for lsst.ctrl.pool.BatchParallelTask

Definition at line 39 of file processCcdWithFakesDriver.py.

Member Function Documentation

◆ runDataRef()

def lsst.pipe.drivers.processCcdWithFakesDriver.ProcessCcdWithFakesDriverTask.runDataRef (   self,
  sensorRef 
)
Process a single CCD, with scatter-gather-scatter using MPI.

Definition at line 61 of file processCcdWithFakesDriver.py.

Member Data Documentation

◆ ConfigClass

lsst.pipe.drivers.processCcdWithFakesDriver.ProcessCcdWithFakesDriverTask.ConfigClass = ProcessCcdWithFakesDriverConfig
static

Definition at line 35 of file processCcdWithFakesDriver.py.

◆ ignoreCcds

lsst.pipe.drivers.processCcdWithFakesDriver.ProcessCcdWithFakesDriverTask.ignoreCcds

Definition at line 46 of file processCcdWithFakesDriver.py.

◆ RunnerClass

lsst.pipe.drivers.processCcdWithFakesDriver.ProcessCcdWithFakesDriverTask.RunnerClass = ProcessCcdWithFakesTaskRunner
static

Definition at line 37 of file processCcdWithFakesDriver.py.


The documentation for this class was generated from the following file: