lsst.pipe.tasks
21.0.0-155-g0c33f26d+0510337a8f
|
Classes | |
class | MergeSourcesRunner |
class | CullPeaksConfig |
More... | |
Functions | |
def | makeMergeArgumentParser (name, dataset) |
Create a suitable ArgumentParser. More... | |
def | getInputSchema (task, butler=None, schema=None) |
Obtain the input schema either directly or froma butler reference. More... | |
def | readCatalog (task, patchRef) |
Read input catalog. More... | |
def lsst.pipe.tasks.multiBandUtils.getInputSchema | ( | task, | |
butler = None , |
|||
schema = None |
|||
) |
Obtain the input schema either directly or froma butler reference.
[in] | butler | butler reference to obtain the input schema from |
[in] | schema | the input schema |
Definition at line 146 of file multiBandUtils.py.
def lsst.pipe.tasks.multiBandUtils.makeMergeArgumentParser | ( | name, | |
dataset | |||
) |
Create a suitable ArgumentParser.
We will use the ArgumentParser to get a provide a list of data references for patches; the RunnerClass will sort them into lists of data references for the same patch
Definition at line 131 of file multiBandUtils.py.
def lsst.pipe.tasks.multiBandUtils.readCatalog | ( | task, | |
patchRef | |||
) |
Read input catalog.
We read the input dataset provided by the 'inputDataset' class variable.
[in] | patchRef | data reference for patch |
Definition at line 160 of file multiBandUtils.py.