lsst.ip.isr
18.1.0-14-gd04256d+26
|
Public Member Functions | |
def | __init__ (self, kwargs) |
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 |
int | exptime = 15 |
int | darkexptime = 40. |
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 1015 of file isrMock.py.
def lsst.ip.isr.isrMock.FringeDataRefMock.__init__ | ( | self, | |
kwargs | |||
) |
Definition at line 1029 of file isrMock.py.
def lsst.ip.isr.isrMock.FringeDataRefMock.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 1038 of file isrMock.py.
def lsst.ip.isr.isrMock.FringeDataRefMock.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 1087 of file isrMock.py.
lsst.ip.isr.isrMock.FringeDataRefMock.config |
Definition at line 1031 of file isrMock.py.
|
static |
Definition at line 1027 of file isrMock.py.
|
static |
Definition at line 1023 of file isrMock.py.
|
static |
Definition at line 1022 of file isrMock.py.
|
static |
Definition at line 1026 of file isrMock.py.
|
static |
Definition at line 1025 of file isrMock.py.
|
static |
Definition at line 1024 of file isrMock.py.