lsst.pipe.tasks gf10b05e212+a1470f6de0
Variables
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:
1= MWArgumentDecorator(
2 "BAND_NAMES",
3 help=unwrap(),
4 callback=split_commas,
5 required=True,
6 nargs=-1,
7)

Definition at line 39 of file arguments.py.

◆ num_subfilters_argument

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

Definition at line 32 of file arguments.py.