|
lsst.pipe.tasks gfb5511b3f7+6fc9c088ec
|
Classes | |
| class | InsertResults |
Functions | |
| registerDcrSubfilters (repo, num_subfilters, band_names) | |
Variables | |
| _log = logging.getLogger(__name__) | |
| str | registeredMsg = "Registered subfilters {subfilters} for filter band \"{band}\"." |
| str | notRegisteredMsg |
| lsst.pipe.tasks.script.registerDcrSubfilters.registerDcrSubfilters | ( | repo, | |
| num_subfilters, | |||
| band_names ) |
Construct a set of subfilters for chromatic modeling and add them to a
registry.
Parameters
----------
repo : `str`
URI to the location to read the repo.
num_subfilters : `int`
The number of subfilters to add.
band_names : `list` [`str`]
The filter band names to add.
Returns
-------
insertResults : ``InsertResults``
A class that contains the results of the subfilters that were inserted
or already exist in each filter band, that has a __str__ method so it
can be easily printed to the CLI output.
Definition at line 97 of file registerDcrSubfilters.py.
|
protected |
Definition at line 30 of file registerDcrSubfilters.py.
| str lsst.pipe.tasks.script.registerDcrSubfilters.notRegisteredMsg |
Definition at line 34 of file registerDcrSubfilters.py.
| str lsst.pipe.tasks.script.registerDcrSubfilters.registeredMsg = "Registered subfilters {subfilters} for filter band \"{band}\"." |
Definition at line 33 of file registerDcrSubfilters.py.