lsst.pipe.tasks g5f7ec595e6+fae6f1697b
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.pipe.tasks.reserveIsolatedStars.ReserveIsolatedStarsConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.reserveIsolatedStars.ReserveIsolatedStarsConfig:

Static Public Attributes

 reserve_name
 
 reserve_fraction
 

Detailed Description

Configuration for ReserveIsolatedStarsTask.

Definition at line 35 of file reserveIsolatedStars.py.

Member Data Documentation

◆ reserve_fraction

lsst.pipe.tasks.reserveIsolatedStars.ReserveIsolatedStarsConfig.reserve_fraction
static
Initial value:
= pexConfig.RangeField(
doc='Fraction of stars to reserve. None if == 0.',
dtype=float,
default=0.1,
min=0.0,
max=1.0,
inclusiveMin=True,
inclusiveMax=True,
)

Definition at line 42 of file reserveIsolatedStars.py.

◆ reserve_name

lsst.pipe.tasks.reserveIsolatedStars.ReserveIsolatedStarsConfig.reserve_name
static
Initial value:
= pexConfig.Field(
doc='Name to use for random seed selection hash.',
dtype=str,
default='reserved',
)

Definition at line 37 of file reserveIsolatedStars.py.


The documentation for this class was generated from the following file: