ModelPsfMatchTask¶
ImagePsfMatchTask creates a PSF-matching kernel for two models.
Description¶
This Task differs from ImagePsfMatchTask
in that it matches two
Psf _models_ by realizing them in an Exposure-sized SpatialCellSet and then
inserting each Psf-image pair into KernelCandidates
. Because none of the
pairs of sources that are to be matched should be invalid, all sigma clipping
is turned off in ModelPsfMatchConfig. And because there is no
tracked _variance_ in the Psf images, the debugging and logging QA info should
be interpreted with caution.
One item of note is that the sizes of Psf models are fixed (e.g. its defined as
a 21x21 matrix). When the Psf-matching kernel is being solved for, the
Psf “image” is convolved with each kernel basis function, leading to a loss of
information around the borders. This pixel loss will be problematic for the
numerical stability of the kernel solution if the size of the convolution
kernel(set by ModelPsfMatchConfig.kernelSize
) is much bigger than: psfSize//2.
Thus the sizes of Psf-model matching kernels are typically smaller than their
image-matching counterparts. If the size of the kernel is too small, the
convolved stars will look “boxy”; if the kernel is too large, the kernel
solution will be “noisy”. This is a trade-off that needs careful attention
for a given dataset.
The primary use case for this Task is in matching an Exposure to a
constant-across-the-sky Psf model for the purposes of image coaddition. It is
important to note that in the code, the “template” Psf is the Psf that the
science image gets matched to. In this sense the order of template and
science image are reversed, compared to ImagePsfMatchTask
, which operates on
the template image.
Python API summary¶
from lsst.ip.diffim.modelPsfMatch import ModelPsfMatchTask
-
class
ModelPsfMatchTask
(*args, **kwargs) Matching of two model Psfs, and application of the Psf-matching kernel to an input Exposure
...
- attributeconfig
Access configuration fields and retargetable subtasks.
See also
See the ModelPsfMatchTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
autoPadPsfTo¶
- Default
1.4
- Field type
- Range
[1.0,2.0)
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.
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.
kernel¶
- Default
'AL'
- Field type
Single-selection
ConfigChoiceField
- Choices
'AL'
lsst.ip.diffim.psfMatch.PsfMatchConfigAL
kernel type
padPsfBy¶
Pixels (even) to pad Science Psf by before matching. Ignored if doAutoPadPsf=True
Debugging¶
The pipetask
command line interface supports a --debug
flag to import
debug.py
from your PYTHONPATH; see lsstDebug for more about debug.py
files.
The available variables in ModelsPsfMatchTask include: