|
def | __init__ (self, butler=None, psfRefObjLoader=None, astromRefObjLoader=None, photoRefObjLoader=None, *args, **kwargs) |
| Constructor. More...
|
|
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) |
|
Process CCDs in parallel
Definition at line 31 of file singleFrameDriver.py.
◆ __init__()
def lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverTask.__init__ |
( |
|
self, |
|
|
|
butler = None , |
|
|
|
psfRefObjLoader = None , |
|
|
|
astromRefObjLoader = None , |
|
|
|
photoRefObjLoader = None , |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
Constructor.
The psfRefObjLoader, astromRefObjLoader, photoRefObjLoader should be an instance of LoadReferenceObjectsTasks that supplies an external reference catalog. They may be None if the butler argument is provided or the particular reference catalog is not required.
- Parameters
-
[in] | butler | The butler is passed to the refObjLoader constructor in case it is needed. Ignored if the refObjLoader argument provides a loader directly. |
[in] | psfRefObjLoader | Reference catalog loader for PSF determination. |
[in] | astromRefObjLoader | Reference catalog loader for astrometric calibration. |
[in] | photoRefObjLoader | Reference catalog loader for photometric calibration. |
[in,out] | kwargs | other keyword arguments for lsst.ctrl.pool.BatchParallelTask |
Definition at line 38 of file singleFrameDriver.py.
◆ runDataRef()
def lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverTask.runDataRef |
( |
|
self, |
|
|
|
sensorRef |
|
) |
| |
Process a single CCD, with scatter-gather-scatter using MPI.
Definition at line 74 of file singleFrameDriver.py.
◆ ConfigClass
◆ ignoreCcds
lsst.pipe.drivers.singleFrameDriver.SingleFrameDriverTask.ignoreCcds |
◆ RunnerClass
The documentation for this class was generated from the following file: