ModelPsfMatchConfig#
- class lsst.ip.diffim.ModelPsfMatchConfig(*args, **kw)#
Bases:
ConfigConfiguration for model-to-model Psf matching
Attributes Summary
Minimum Science Psf dimensions as a fraction of matching kernel dimensions.
If too small, automatically pad the science Psf? Pad to smallest dimensions appropriate for the matching kernel dimensions, as specified by autoPadPsfTo.
kernel type (
ConfigInstanceDict, default'AL')Pixels (even) to pad Science Psf by before matching.
Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- autoPadPsfTo#
Minimum Science Psf dimensions as a fraction of matching kernel dimensions. If the dimensions of the Psf to be matched are less than the matching kernel dimensions * autoPadPsfTo, pad Science Psf to this size. Ignored if doAutoPadPsf=False. (
float, default1.4)Valid Range = [1.0,2.0)
- doAutoPadPsf#
If too small, automatically pad the science Psf? Pad to smallest dimensions appropriate for the matching kernel dimensions, as specified by autoPadPsfTo. If false, pad by the padPsfBy config. (
bool, defaultTrue)
- kernel#
kernel type (
ConfigInstanceDict, default'AL')
- padPsfBy#
Pixels (even) to pad Science Psf by before matching. Ignored if doAutoPadPsf=True (
int, default0)
Methods Documentation