InterpolateOverDefectGaussianProcess

class lsst.meas.algorithms.InterpolateOverDefectGaussianProcess(masked_image, defects=['SAT'], fwhm=5, bin_image=True, bin_spacing=10, threshold_dynamic_binning=1000, threshold_subdivide=20000, correlation_length_cut=5, log=None)

Bases: object

InterpolateOverDefectGaussianProcess class performs Gaussian Process (GP) interpolation over defects in an image.

Methods Summary

interpolate_masked_sub_image(masked_sub_image)

Interpolate the masked sub-image.

run()

Interpolate over the defects in the image.

Methods Documentation

interpolate_masked_sub_image(masked_sub_image)

Interpolate the masked sub-image.

run()

Interpolate over the defects in the image.

Change self.masked_image .