|
def | run (self, nstar, extra='') |
|
Reserve isolated stars with repeatable hash.
Definition at line 53 of file reserveIsolatedStars.py.
◆ 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.
◆ ConfigClass
The documentation for this class was generated from the following file: