|
lsst.pipe.tasks g2c8cee2ce7+a177a69160
|
Public Member Functions | |
| adjustQuantum (self, inputs, outputs, label, data_id) | |
Static Public Attributes | |
| cat_output | |
| cat_ref | |
| cats_meas | |
| coadds | |
| coadds_cell | |
| backgrounds | |
| models_psf | |
| models_scarlet | |
Definition at line 220 of file fit_coadd_multiband.py.
|
inherited |
Validates the `lsst.daf.butler.DatasetRef` bands against the
subtask's list of bands to fit and drops unnecessary bands.
Parameters
----------
inputs : `dict`
Dictionary whose keys are an input (regular or prerequisite)
connection name and whose values are a tuple of the connection
instance and a collection of associated `DatasetRef` objects.
The exact type of the nested collections is unspecified; it can be
assumed to be multi-pass iterable and support `len` and ``in``, but
it should not be mutated in place. In contrast, the outer
dictionaries are guaranteed to be temporary copies that are true
`dict` instances, and hence may be modified and even returned; this
is especially useful for delegating to `super` (see notes below).
outputs : `Mapping`
Mapping of output datasets, with the same structure as ``inputs``.
label : `str`
Label for this task in the pipeline (should be used in all
diagnostic messages).
data_id : `lsst.daf.butler.DataCoordinate`
Data ID for this quantum in the pipeline (should be used in all
diagnostic messages).
Returns
-------
adjusted_inputs : `Mapping`
Mapping of the same form as ``inputs`` with updated containers of
input `DatasetRef` objects. All inputs involving the 'band'
dimension are adjusted to put them in consistent order and remove
unneeded bands.
adjusted_outputs : `Mapping`
Mapping of updated output datasets; always empty for this task.
Raises
------
lsst.pipe.base.NoWorkFound
Raised if there are not enough of the right bands to run the task
on this quantum.
Definition at line 112 of file fit_coadd_multiband.py.
|
staticinherited |
Definition at line 89 of file fit_coadd_multiband.py.
|
static |
Definition at line 221 of file fit_coadd_multiband.py.
|
staticinherited |
Definition at line 62 of file fit_coadd_multiband.py.
|
staticinherited |
Definition at line 68 of file fit_coadd_multiband.py.
|
staticinherited |
Definition at line 75 of file fit_coadd_multiband.py.
|
staticinherited |
Definition at line 82 of file fit_coadd_multiband.py.
|
staticinherited |
Definition at line 96 of file fit_coadd_multiband.py.
|
staticinherited |
Definition at line 105 of file fit_coadd_multiband.py.