Represents the results of adding subfilters to a filter band.
Definition at line 38 of file registerDcrSubfilters.py.
◆ __init__()
lsst.pipe.tasks.script.registerDcrSubfilters.InsertResults.__init__ |
( |
|
self | ) |
|
◆ __str__()
lsst.pipe.tasks.script.registerDcrSubfilters.InsertResults.__str__ |
( |
|
self | ) |
|
Get the results formated for CLI output.
Returns
-------
results : `str`
The results formatted for CLI output.
Definition at line 77 of file registerDcrSubfilters.py.
◆ add()
lsst.pipe.tasks.script.registerDcrSubfilters.InsertResults.add |
( |
|
self, |
|
|
|
filterName, |
|
|
|
subfilter, |
|
|
|
inserted |
|
) |
| |
Add result information about attemping to add a subfilter to a
filter band.
Parameters
----------
filterName : `str`
The name of the filter band.
subfilter : `int`
The subfilter id.
inserted : `bool`
`True` if the subfilter was inserted, or `False` if this is the id
of a subfilter that already existed.
Definition at line 58 of file registerDcrSubfilters.py.
◆ filters
lsst.pipe.tasks.script.registerDcrSubfilters.InsertResults.filters |
The documentation for this class was generated from the following file: