LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Classes | |
class | HeaderMap |
class | HeaderAmpMap |
class | HeaderDetectorMap |
class | DetectorBuilder |
Functions | |
def | getByKey |
def | setByKey |
def lsst.afw.cameraGeom.fitsUtils.getByKey | ( | metadata, | |
key | |||
) |
Wrapper for getting a value from a metadata object by key. @param[in] metadata metadata object to query for value @param[in] key key to use for value lookup @returns value associated with key, None if key does not exist
Definition at line 7 of file fitsUtils.py.
def lsst.afw.cameraGeom.fitsUtils.setByKey | ( | metadata, | |
key, | |||
value, | |||
clobber | |||
) |
Wrapper for setting a value in a metadata object. Deals with case where the key already exists. @param[in, out] metadata metadata object ot modify in place. @param[in] key key to associate with value @param[in] value value to assign in the metadata object @param[in] clobber Clobber the value if the key already exisists?
Definition at line 19 of file fitsUtils.py.