lsst.pipe.tasks g52b7b5de59+d0206f4c2c
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.extended_psf.StackBrightStarsTask Class Reference
Inheritance diagram for lsst.pipe.tasks.extended_psf.StackBrightStarsTask:

Public Member Functions

def __init__ (self, initInputs=None, *args, **kwargs)
 
def run (self, bss_ref_list, region_name=None)
 

Static Public Attributes

 ConfigClass = StackBrightStarsConfig
 

Detailed Description

Stack bright stars together to build an extended PSF model.

Definition at line 311 of file extended_psf.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.extended_psf.StackBrightStarsTask.__init__ (   self,
  initInputs = None,
args,
**  kwargs 
)

Definition at line 317 of file extended_psf.py.

Member Function Documentation

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

Member Data Documentation

◆ ConfigClass

lsst.pipe.tasks.extended_psf.StackBrightStarsTask.ConfigClass = StackBrightStarsConfig
static

Definition at line 314 of file extended_psf.py.


The documentation for this class was generated from the following file: