lsst.pipe.tasks
21.0.0-107-gd7efe290+5c5fa69342
|
Classes | |
class | InsertResults |
Functions | |
def | registerDcrSubfilters (repo, num_subfilters, band_names) |
Variables | |
string | registeredMsg = "Registered subfilters {subfilters} for filter band \"{band}\"." |
notRegisteredMsg = \ | |
def 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.
lsst.pipe.tasks.script.registerDcrSubfilters.notRegisteredMsg = \ |
Definition at line 34 of file registerDcrSubfilters.py.
string lsst.pipe.tasks.script.registerDcrSubfilters.registeredMsg = "Registered subfilters {subfilters} for filter band \"{band}\"." |
Definition at line 33 of file registerDcrSubfilters.py.