lsst.obs.decam
17.0.1-2-g29d9b29+16
|
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_cpBias (self, item, dataId) |
def | std_cpFlat (self, item, dataId) |
def | std_fringe (self, item, dataId) |
def | map_defects (self, dataId, write=False) |
def | bypass_defects (self, datasetType, pythonType, butlerLocation, dataId) |
def | std_defects (self, item, dataId) |
def | getLinearizerDir (cls) |
def | map_linearizer (self, dataId, write=False) |
Static Public Attributes | |
string | packageName = 'obs_decam' |
MakeRawVisitInfoClass = MakeDecamRawVisitInfo | |
dictionary | detectorNames |
def lsst.obs.decam.decamMapper.DecamMapper.bypass_defects | ( | self, | |
datasetType, | |||
pythonType, | |||
butlerLocation, | |||
dataId | |||
) |
Return a defect list based on butlerLocation returned by map_defects. Use all nonzero pixels in the Community Pipeline Bad Pixel Masks. Parameters ---------- butlerLocation : `lsst.daf.persistence.ButlerLocation` Butler Location with path to defects FITS. dataId : data ID Data identifier. Returns ------- result : `lsst.meas.algorithms.DefectListT`
def lsst.obs.decam.decamMapper.DecamMapper.getLinearizerDir | ( | cls | ) |
Directory containing linearizers
def lsst.obs.decam.decamMapper.DecamMapper.map_defects | ( | self, | |
dataId, | |||
write = False |
|||
) |
Map defects dataset with the calibration registry. Overriding the method so to use CalibrationMapping policy, instead of looking up the path in defectRegistry as currently implemented in CameraMapper. Parameters ---------- dataId : data ID Dataset identifier. Returns ------- result : `lsst.daf.persistence.ButlerLocation`
def lsst.obs.decam.decamMapper.DecamMapper.map_linearizer | ( | self, | |
dataId, | |||
write = False |
|||
) |
Map a linearizer
def lsst.obs.decam.decamMapper.DecamMapper.std_defects | ( | self, | |
item, | |||
dataId | |||
) |
Return the defect list as it is. Do not standardize it to Exposure.
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.MaskedImage` The image read by the butler. dataId : data ID Data identifier. Returns ------- result : `lsst.afw.image.Exposure` The standardized Exposure.
|
static |