ReserveIsolatedStarsConfig#

class lsst.pipe.tasks.reserveIsolatedStars.ReserveIsolatedStarsConfig(*args, **kw)#

Bases: Config

Configuration for ReserveIsolatedStarsTask.

Attributes Summary

reserve_fraction

Fraction of stars to reserve.

reserve_name

Name to use for random seed selection hash.

Attributes Documentation

reserve_fraction#

Fraction of stars to reserve. None if == 0. (float, default 0.1)

Valid Range = [0.0,1.0]

reserve_name#

Name to use for random seed selection hash. (str, default 'reserved')