lsst.obs.decam  20.0.0-11-gda4966f+34a8fb5124
Public Member Functions | Static Public Attributes | List of all members
lsst.obs.decam.decamMapper.DecamMapper Class Reference
Inheritance diagram for lsst.obs.decam.decamMapper.DecamMapper:

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
 

Member Function Documentation

◆ getCrosstalkDir()

def lsst.obs.decam.decamMapper.DecamMapper.getCrosstalkDir (   cls)
Directory containing crosstalk tables.

◆ getLinearizerDir()

def lsst.obs.decam.decamMapper.DecamMapper.getLinearizerDir (   cls)
Directory containing linearizers

◆ map_linearizer()

def lsst.obs.decam.decamMapper.DecamMapper.map_linearizer (   self,
  dataId,
  write = False 
)
Map a linearizer

◆ std_raw()

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.

Member Data Documentation

◆ detectorNames

dictionary lsst.obs.decam.decamMapper.DecamMapper.detectorNames
static
Initial value:
= {
1: 'S29', 2: 'S30', 3: 'S31', 4: 'S25', 5: 'S26', 6: 'S27', 7: 'S28', 8: 'S20', 9: 'S21',
10: 'S22', 11: 'S23', 12: 'S24', 13: 'S14', 14: 'S15', 15: 'S16', 16: 'S17', 17: 'S18',
18: 'S19', 19: 'S8', 20: 'S9', 21: 'S10', 22: 'S11', 23: 'S12', 24: 'S13', 25: 'S1', 26: 'S2',
27: 'S3', 28: 'S4', 29: 'S5', 30: 'S6', 31: 'S7', 32: 'N1', 33: 'N2', 34: 'N3', 35: 'N4',
36: 'N5', 37: 'N6', 38: 'N7', 39: 'N8', 40: 'N9', 41: 'N10', 42: 'N11', 43: 'N12', 44: 'N13',
45: 'N14', 46: 'N15', 47: 'N16', 48: 'N17', 49: 'N18', 50: 'N19', 51: 'N20', 52: 'N21',
53: 'N22', 54: 'N23', 55: 'N24', 56: 'N25', 57: 'N26', 58: 'N27', 59: 'N28', 60: 'N29',
62: 'N31'}

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