lsst.meas.algorithms ga3bbb2dbd1+d36b3896e0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.meas.algorithms.reinterpolate_pixels.ReinterpolatePixelsTask Class Reference
Inheritance diagram for lsst.meas.algorithms.reinterpolate_pixels.ReinterpolatePixelsTask:

Public Member Functions

def run (self, exposure)
 

Static Public Attributes

 ConfigClass = ReinterpolatePixelsConfig
 

Detailed Description

Task to reinterpolate pixels

Definition at line 49 of file reinterpolate_pixels.py.

Member Function Documentation

◆ run()

def lsst.meas.algorithms.reinterpolate_pixels.ReinterpolatePixelsTask.run (   self,
  exposure 
)
Reinterpolate pixels over ``exposure``.

Parameters
----------
exposure : `lsst.afw.image.Exposure`
    Exposure to interpolate over.

Notes
-----
``exposure`` is modified in place and will become the reinterpolated exposure.

Definition at line 55 of file reinterpolate_pixels.py.

Member Data Documentation

◆ ConfigClass

lsst.meas.algorithms.reinterpolate_pixels.ReinterpolatePixelsTask.ConfigClass = ReinterpolatePixelsConfig
static

Definition at line 52 of file reinterpolate_pixels.py.


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