lsst.pipe.tasks g2c8cee2ce7+1ac6cedd78
Loading...
Searching...
No Matches
lsst.pipe.tasks.cli.cmd.opt.arguments Namespace Reference

Variables

 num_subfilters_argument
 band_names_argument

Variable Documentation

◆ band_names_argument

lsst.pipe.tasks.cli.cmd.opt.arguments.band_names_argument
Initial value:
= MWArgumentDecorator(
"BAND_NAMES",
help=unwrap(),
callback=split_commas,
required=True,
nargs=-1,
)

Definition at line 39 of file arguments.py.

◆ num_subfilters_argument

lsst.pipe.tasks.cli.cmd.opt.arguments.num_subfilters_argument
Initial value:
= MWArgumentDecorator(
"NUM_SUBFILTERS",
help="NUM_SUBFILTERS is the number of subfilters to be used for chromatic modeling.",
type=click.IntRange(min=1),
required=True
)

Definition at line 32 of file arguments.py.