|
lsst.pipe.tasks g2c8cee2ce7+721f9a9580
|
Public Member Functions | |
| run (self, nstar, extra='') | |
Static Public Attributes | |
| ConfigClass = ReserveIsolatedStarsConfig | |
Static Protected Attributes | |
| str | _DefaultName = 'reserve_isolated_stars' |
Reserve isolated stars with repeatable hash.
Definition at line 53 of file reserveIsolatedStars.py.
| 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.
|
staticprotected |
Definition at line 56 of file reserveIsolatedStars.py.
|
static |
Definition at line 55 of file reserveIsolatedStars.py.