|
def | __init__ (self, *args, **kwargs) |
|
def | batchWallTime (cls, time, parsedCmd, numCores) |
|
def | runDataRef (self, expRef) |
|
def | readImage (self, cache, dataId) |
|
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) |
|
Definition at line 90 of file visualizeVisit.py.
◆ __init__()
def lsst.pipe.drivers.visualizeVisit.VisualizeVisitTask.__init__ |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ batchWallTime()
def lsst.pipe.drivers.visualizeVisit.VisualizeVisitTask.batchWallTime |
( |
|
cls, |
|
|
|
time, |
|
|
|
parsedCmd, |
|
|
|
numCores |
|
) |
| |
Return walltime request for batch job
Subclasses should override if the walltime should be calculated
differently (e.g., addition of some serial time).
Parameters
----------
time : `float`
Requested time per iteration.
parsedCmd : `argparse.Namespace`
Results of argument parsing.
numCores : `int`
Number of cores.
Definition at line 107 of file visualizeVisit.py.
◆ readImage()
def lsst.pipe.drivers.visualizeVisit.VisualizeVisitTask.readImage |
( |
|
self, |
|
|
|
cache, |
|
|
|
dataId |
|
) |
| |
Collect original image for visualisation
This method runs on the slave nodes.
Parameters
----------
cache : `lsst.pipe.base.Struct`
Process pool cache.
dataId : `dict`
Data identifier.
Returns
-------
detId : `int`
Detector identifier.
image : `lsst.afw.image.MaskedImage`
Binned image.
Definition at line 151 of file visualizeVisit.py.
◆ runDataRef()
def lsst.pipe.drivers.visualizeVisit.VisualizeVisitTask.runDataRef |
( |
|
self, |
|
|
|
expRef |
|
) |
| |
Generate an image of the entire visit
Only the master node executes this method; it controls the slave nodes,
which do the data retrieval.
Parameters
----------
expRef : `lsst.daf.persistence.ButlerDataRef`
Data reference for exposure.
Definition at line 125 of file visualizeVisit.py.
◆ ConfigClass
The documentation for this class was generated from the following file: