|
def | __init__ (self, initInputs=None, *args, **kwargs) |
|
def | run (self, bss_ref_list, region_name=None) |
|
Stack bright stars together to build an extended PSF model.
Definition at line 311 of file extended_psf.py.
◆ __init__()
def lsst.pipe.tasks.extended_psf.StackBrightStarsTask.__init__ |
( |
|
self, |
|
|
|
initInputs = None , |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ _set_up_stacking()
def lsst.pipe.tasks.extended_psf.StackBrightStarsTask._set_up_stacking |
( |
|
self, |
|
|
|
example_stamp |
|
) |
| |
|
protected |
Configure stacking statistic and control from config fields.
Definition at line 320 of file extended_psf.py.
◆ run()
def lsst.pipe.tasks.extended_psf.StackBrightStarsTask.run |
( |
|
self, |
|
|
|
bss_ref_list, |
|
|
|
region_name = None |
|
) |
| |
Read input bright star stamps and stack them together.
The stacking is done iteratively over smaller areas of the final model
image to allow for a great number of bright star stamps to be used.
Parameters
----------
bss_ref_list : `list` of
`lsst.daf.butler._deferredDatasetHandle.DeferredDatasetHandle`
List of available bright star stamps data references.
region_name : `str`, optional
Name of the focal plane region, if applicable. Only used for
logging purposes, when running over multiple such regions
(typically from `MeasureExtendedPsfTask`)
Definition at line 334 of file extended_psf.py.
◆ _DefaultName
str lsst.pipe.tasks.extended_psf.StackBrightStarsTask._DefaultName = "stack_bright_stars" |
|
staticprotected |
◆ ConfigClass
The documentation for this class was generated from the following file: