lsst.pipe.tasks ge2eec9bf53+95dbaf4dc2
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Static Protected Attributes | List of all members
lsst.pipe.tasks.reserveIsolatedStars.ReserveIsolatedStarsTask Class Reference
Inheritance diagram for lsst.pipe.tasks.reserveIsolatedStars.ReserveIsolatedStarsTask:

Public Member Functions

 run (self, nstar, extra='')
 

Static Public Attributes

 ConfigClass = ReserveIsolatedStarsConfig
 

Static Protected Attributes

str _DefaultName = 'reserve_isolated_stars'
 

Detailed Description

Reserve isolated stars with repeatable hash.

Definition at line 53 of file reserveIsolatedStars.py.

Member Function Documentation

◆ run()

lsst.pipe.tasks.reserveIsolatedStars.ReserveIsolatedStarsTask.run ( self,
nstar,
extra = '' )
Retrieve a selection of reserved stars.

Parameters
----------
nstar : `int`
    Number of stars to select from.
extra : `str`, optional
    Extra name to appended to reserve_name, often tract or pixel,
    and may be combined with band name.

Returns
-------
selection : `np.ndarray` (N,)
    Boolean index array, with ``True`` for reserved stars.

Definition at line 58 of file reserveIsolatedStars.py.

Member Data Documentation

◆ _DefaultName

str lsst.pipe.tasks.reserveIsolatedStars.ReserveIsolatedStarsTask._DefaultName = 'reserve_isolated_stars'
staticprotected

Definition at line 56 of file reserveIsolatedStars.py.

◆ ConfigClass

lsst.pipe.tasks.reserveIsolatedStars.ReserveIsolatedStarsTask.ConfigClass = ReserveIsolatedStarsConfig
static

Definition at line 55 of file reserveIsolatedStars.py.


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