|
def | __init__ (self, butler=None, schema=None, kwargs) |
| Initialize the task. More...
|
|
def | getWcs (self, dataRef) |
|
def | fetchInPatches (self, dataRef, patchList) |
| An implementation of BaseReferencesTask.fetchInPatches that loads 'coadd_' + datasetSuffix catalogs using the butler. More...
|
|
def | fetchInBox (self, dataRef, bbox, wcs, pad=0) |
| Return reference sources that overlap a region defined by a pixel-coordinate bounding box and corresponding Wcs. More...
|
|
def | __init__ (self, butler=None, schema=None, kwargs) |
| Initialize the task. More...
|
|
def | getSchema (self, butler) |
| Return the schema for the reference sources. More...
|
|
def | getWcs (self, dataRef) |
| Return the WCS for reference sources. More...
|
|
def | fetchInBox (self, dataRef, bbox, wcs) |
| Return reference sources that overlap a region defined by a pixel-coordinate bounding box and corresponding Wcs. More...
|
|
def | fetchInPatches (self, dataRef, patchList) |
| Return reference sources that overlap a region defined by one or more SkyMap patches. More...
|
|
def | subset (self, sources, bbox, wcs) |
| Filter sources to contain only those within the given box, defined in the coordinate system defined by the given Wcs. More...
|
|
| schema |
|
Loads references from the multiband processing scheme
Definition at line 276 of file references.py.