lsst.ip.isr g1885775544+6c2bae5111
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
lsst.ip.isr.isrTask.FakeAmp Class Reference
Inheritance diagram for lsst.ip.isr.isrTask.FakeAmp:

Public Member Functions

def __init__ (self, exposure, config)
 
def getBBox (self)
 
def getRawBBox (self)
 
def getRawHorizontalOverscanBBox (self)
 
def getGain (self)
 
def getReadNoise (self)
 
def getSaturation (self)
 
def getSuspectLevel (self)
 

Protected Attributes

 _bbox
 
 _RawHorizontalOverscanBBox
 
 _gain
 
 _readNoise
 
 _saturation
 

Detailed Description

A Detector-like object that supports returning gain and saturation level

This is used when the input exposure does not have a detector.

Parameters
----------
exposure : `lsst.afw.image.Exposure`
    Exposure to generate a fake amplifier for.
config : `lsst.ip.isr.isrTaskConfig`
    Configuration to apply to the fake amplifier.

Definition at line 2551 of file isrTask.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.ip.isr.isrTask.FakeAmp.__init__ (   self,
  exposure,
  config 
)

Definition at line 2564 of file isrTask.py.

Member Function Documentation

◆ getBBox()

def lsst.ip.isr.isrTask.FakeAmp.getBBox (   self)

Definition at line 2571 of file isrTask.py.

◆ getGain()

def lsst.ip.isr.isrTask.FakeAmp.getGain (   self)

Definition at line 2580 of file isrTask.py.

◆ getRawBBox()

def lsst.ip.isr.isrTask.FakeAmp.getRawBBox (   self)

Definition at line 2574 of file isrTask.py.

◆ getRawHorizontalOverscanBBox()

def lsst.ip.isr.isrTask.FakeAmp.getRawHorizontalOverscanBBox (   self)

Definition at line 2577 of file isrTask.py.

◆ getReadNoise()

def lsst.ip.isr.isrTask.FakeAmp.getReadNoise (   self)

Definition at line 2583 of file isrTask.py.

◆ getSaturation()

def lsst.ip.isr.isrTask.FakeAmp.getSaturation (   self)

Definition at line 2586 of file isrTask.py.

◆ getSuspectLevel()

def lsst.ip.isr.isrTask.FakeAmp.getSuspectLevel (   self)

Definition at line 2589 of file isrTask.py.

Member Data Documentation

◆ _bbox

lsst.ip.isr.isrTask.FakeAmp._bbox
protected

Definition at line 2565 of file isrTask.py.

◆ _gain

lsst.ip.isr.isrTask.FakeAmp._gain
protected

Definition at line 2567 of file isrTask.py.

◆ _RawHorizontalOverscanBBox

lsst.ip.isr.isrTask.FakeAmp._RawHorizontalOverscanBBox
protected

Definition at line 2566 of file isrTask.py.

◆ _readNoise

lsst.ip.isr.isrTask.FakeAmp._readNoise
protected

Definition at line 2568 of file isrTask.py.

◆ _saturation

lsst.ip.isr.isrTask.FakeAmp._saturation
protected

Definition at line 2569 of file isrTask.py.


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