lsst.obs.decam
20.0.0-11-gda4966f+3
|
Public Member Functions | |
def | __init__ (self, inputPolicy=None, **kwargs) |
def | bypass_ccdExposureId (self, datasetType, pythonType, location, dataId) |
def | bypass_ccdExposureId_bits (self, datasetType, pythonType, location, dataId) |
def | bypass_deepCoaddId (self, datasetType, pythonType, location, dataId) |
def | bypass_deepCoaddId_bits (self, *args, **kwargs) |
def | bypass_deepMergedCoaddId (self, datasetType, pythonType, location, dataId) |
def | bypass_deepMergedCoaddId_bits (self, *args, **kwargs) |
def | bypass_dcrCoaddId (self, datasetType, pythonType, location, dataId) |
def | bypass_dcrCoaddId_bits (self, *args, **kwargs) |
def | bypass_dcrMergedCoaddId (self, datasetType, pythonType, location, dataId) |
def | bypass_dcrMergedCoaddId_bits (self, *args, **kwargs) |
def | translate_dqmask (self, dqmask) |
def | translate_wtmap (self, wtmap) |
def | bypass_instcal (self, datasetType, pythonType, butlerLocation, dataId) |
def | std_raw (self, item, dataId) |
def | std_dark (self, item, dataId) |
def | std_bias (self, item, dataId) |
def | std_flat (self, item, dataId) |
def | std_illumcor (self, item, dataId) |
def | std_cpBias (self, item, dataId) |
def | std_cpFlat (self, item, dataId) |
def | std_fringe (self, item, dataId) |
def | std_cpIllumcor (self, item, dataId) |
def | getLinearizerDir (cls) |
def | map_linearizer (self, dataId, write=False) |
def | getCrosstalkDir (cls) |
Static Public Attributes | |
string | packageName = 'obs_decam' |
MakeRawVisitInfoClass = MakeDecamRawVisitInfo | |
dictionary | detectorNames |
def lsst.obs.decam.decamMapper.DecamMapper.getCrosstalkDir | ( | cls | ) |
Directory containing crosstalk tables.
def lsst.obs.decam.decamMapper.DecamMapper.getLinearizerDir | ( | cls | ) |
Directory containing linearizers
def lsst.obs.decam.decamMapper.DecamMapper.map_linearizer | ( | self, | |
dataId, | |||
write = False |
|||
) |
Map a linearizer
def lsst.obs.decam.decamMapper.DecamMapper.std_raw | ( | self, | |
item, | |||
dataId | |||
) |
Standardize a raw dataset by converting it to an Exposure. Raw images are MEF files with one HDU for each detector. Parameters ---------- item : `lsst.afw.image.DecoratedImage` The image read by the butler. dataId : data ID Data identifier. Returns ------- result : `lsst.afw.image.Exposure` The standardized Exposure.
|
static |