lsst.pipe.tasks  21.0.0-21-g006371a9+f07e293ea4
Functions | Variables
lsst.pipe.tasks.cli.cmd.commands Namespace Reference

Functions

def make_discrete_skymap (*args, **kwargs)
 
def register_skymap (*args, **kwargs)
 
def register_dcr_subfilters (**kwargs)
 

Variables

 cls
 
 ButlerCommand
 
 short_help
 
 required
 
 help
 
 type
 
 str
 
 default
 
 show_default
 

Function Documentation

◆ make_discrete_skymap()

def lsst.pipe.tasks.cli.cmd.commands.make_discrete_skymap ( args,
**  kwargs 
)
Define a discrete skymap from calibrated exposures in the butler registry.

Definition at line 55 of file commands.py.

◆ register_dcr_subfilters()

def lsst.pipe.tasks.cli.cmd.commands.register_dcr_subfilters ( **  kwargs)
Construct a set of subfilters for chromatic modeling and add them to a
registry.

Definition at line 76 of file commands.py.

◆ register_skymap()

def lsst.pipe.tasks.cli.cmd.commands.register_skymap ( args,
**  kwargs 
)
Make a SkyMap and add it to a repository.

Definition at line 65 of file commands.py.

Variable Documentation

◆ ButlerCommand

lsst.pipe.tasks.cli.cmd.commands.ButlerCommand

Definition at line 40 of file commands.py.

◆ cls

lsst.pipe.tasks.cli.cmd.commands.cls

Definition at line 40 of file commands.py.

◆ default

lsst.pipe.tasks.cli.cmd.commands.default

Definition at line 50 of file commands.py.

◆ help

lsst.pipe.tasks.cli.cmd.commands.help

Definition at line 43 of file commands.py.

◆ required

lsst.pipe.tasks.cli.cmd.commands.required

Definition at line 41 of file commands.py.

◆ short_help

lsst.pipe.tasks.cli.cmd.commands.short_help

Definition at line 40 of file commands.py.

◆ show_default

lsst.pipe.tasks.cli.cmd.commands.show_default

Definition at line 50 of file commands.py.

◆ str

lsst.pipe.tasks.cli.cmd.commands.str

Definition at line 50 of file commands.py.

◆ type

lsst.pipe.tasks.cli.cmd.commands.type

Definition at line 50 of file commands.py.