PSFKernel

class sherpa.instrument.PSFKernel(dshape, kshape, is_model=False, norm=True, frozen=True, center=None, size=None, lo=None, hi=None, width=None, args=[], kwargs={}, pad_mask=None, do_pad=False, origin=None)[source] [edit on github]

Bases: sherpa.instrument.Kernel

class for PSF convolution kernels

Methods Summary

calc(pl, pr, lhs, rhs, *args, **kwargs)
convolve(data, dshape, kernel, kshape)
deinit(vals)
init_data(data)
init_kernel(kernel)

Methods Documentation

calc(pl, pr, lhs, rhs, *args, **kwargs) [edit on github]
convolve(data, dshape, kernel, kshape) [edit on github]
deinit(vals) [edit on github]
init_data(data)[source] [edit on github]
init_kernel(kernel)[source] [edit on github]