LOCIAllPixelsSubtraction¶
-
class
psfsubtraction.fitpsf.LOCIAllPixelsSubtraction(psfbase, image=None)[source] [edit on github]¶ Bases:
psfsubtraction.fitpsf.LOCILOCI fitter that splits LOCI regions according to the available PSF bases.
For unmasked image pixel the maximal set of PSF templates that are unmasked at that position is used. Pixels are then grouped in regions that make use of the same PSF templates.
Methods Summary
regions()Combines sectorsandgroup_by_basis.Methods Documentation
-
regions() [edit on github]¶ Combines
sectorsandgroup_by_basis.The pixels in every sector will be grouped by their bases.
-