lsst.pipe.tasks g11492f7fc6+8204a579d1
|
Classes | |
class | CullPeaksConfig |
More... | |
class | MergeSourcesRunner |
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] | task | the task whose input schema is desired |
[in] | butler | butler reference to obtain the input schema from |
[in] | schema | the input schema |
Definition at line 147 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 132 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] | task | the task whose input catalog is desired |
[in] | patchRef | data reference for patch |
Definition at line 162 of file multiBandUtils.py.