LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Namespaces | Functions
genDistortedImage.py File Reference

Go to the source code of this file.

Namespaces

 lsst.meas.astrom.sip.genDistortedImage
 

Functions

def lsst.meas.astrom.sip.genDistortedImage.noDistort (src)
 
def lsst.meas.astrom.sip.genDistortedImage.linearXDistort (src, frac=.001)
 
def lsst.meas.astrom.sip.genDistortedImage.quadraticDistortX (src, frac=1e-6)
 
def lsst.meas.astrom.sip.genDistortedImage.cubicDistortX (src, frac=1e-9)
 
def lsst.meas.astrom.sip.genDistortedImage.manyTermX (src, frac=1e-9)
 
def lsst.meas.astrom.sip.genDistortedImage.linearYDistort (src, frac=.001)
 
def lsst.meas.astrom.sip.genDistortedImage.quadraticDistortY (src, frac=1e-6)
 
def lsst.meas.astrom.sip.genDistortedImage.cubicDistortY (src, frac=1e-9)
 
def lsst.meas.astrom.sip.genDistortedImage.manyTermY (src, frac=1e-9)
 
def lsst.meas.astrom.sip.genDistortedImage.crossTerms1 (src, frac=1e-11)
 
def lsst.meas.astrom.sip.genDistortedImage.crossTerms2 (src, frac=1e-11)
 
def lsst.meas.astrom.sip.genDistortedImage.crossTerms3 (src, frac=1e-9)
 
def lsst.meas.astrom.sip.genDistortedImage.quadraticDistort (src, frac=1e-6)
 
def lsst.meas.astrom.sip.genDistortedImage.T2DistortX (src, frac=1e-6)
 
def lsst.meas.astrom.sip.genDistortedImage.distortList (srcList, function)