lsst.ip.isr
17.0.1-16-gdf99185+1
|
Public Member Functions | |
def | __init__ (self, kwargs) |
def | expectImage (self) |
def | expectData (self) |
def | get (self, dataType, kwargs) |
def | put (self, exposure, filename) |
Public Attributes | |
config | |
Static Public Attributes | |
string | dataId = "isrMock Fake Data" |
int | darkval = 2. |
int | oscan = 250. |
int | gradient = .10 |
float | exptime = 15.0 |
float | darkexptime = 15.0 |
Simulated gen2 butler data ref. Currently only supports get and put operations, which are most likely to be called for data in ISR processing.
Definition at line 888 of file isrMock.py.
def lsst.ip.isr.isrMock.DataRefMock.__init__ | ( | self, | |
kwargs | |||
) |
Definition at line 902 of file isrMock.py.
def lsst.ip.isr.isrMock.DataRefMock.expectData | ( | self | ) |
Definition at line 914 of file isrMock.py.
def lsst.ip.isr.isrMock.DataRefMock.expectImage | ( | self | ) |
Definition at line 908 of file isrMock.py.
def lsst.ip.isr.isrMock.DataRefMock.get | ( | self, | |
dataType, | |||
kwargs | |||
) |
Return an appropriate data product. Parameters ---------- dataType : `str` Type of data product to return. Returns ------- mock : IsrMock.run() result The output product.
Definition at line 920 of file isrMock.py.
def lsst.ip.isr.isrMock.DataRefMock.put | ( | self, | |
exposure, | |||
filename | |||
) |
Write an exposure to a FITS file. Parameters ---------- exposure : `lsst.afw.image.Exposure` Image data to write out. filename : `str` Base name of the output file.
Definition at line 973 of file isrMock.py.
lsst.ip.isr.isrMock.DataRefMock.config |
Definition at line 904 of file isrMock.py.
|
static |
Definition at line 900 of file isrMock.py.
|
static |
Definition at line 896 of file isrMock.py.
|
static |
Definition at line 895 of file isrMock.py.
|
static |
Definition at line 899 of file isrMock.py.
|
static |
Definition at line 898 of file isrMock.py.
|
static |
Definition at line 897 of file isrMock.py.