lsst.pipe.tasks gc750389ca5+705f4fb1b5
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.reserveIsolatedStars.ReserveIsolatedStarsTask Class Reference
Inheritance diagram for lsst.pipe.tasks.reserveIsolatedStars.ReserveIsolatedStarsTask:

Public Member Functions

def run (self, nstar, extra='')
 

Static Public Attributes

 ConfigClass = ReserveIsolatedStarsConfig
 

Detailed Description

Reserve isolated stars with repeatable hash.

Definition at line 53 of file reserveIsolatedStars.py.

Member Function Documentation

◆ run()

def 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

◆ 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: