ReserveIsolatedStarsConfig#
- class lsst.pipe.tasks.reserveIsolatedStars.ReserveIsolatedStarsConfig(*args, **kw)#
Bases:
ConfigConfiguration for ReserveIsolatedStarsTask.
Attributes Summary
Fraction of stars to reserve.
Name to use for random seed selection hash.
Attributes Documentation
- reserve_fraction#
Fraction of stars to reserve. None if == 0. (
float, default0.1)Valid Range = [0.0,1.0]
- reserve_name#
Name to use for random seed selection hash. (
str, default'reserved')