lsst.pipe.tasks g14240ad31a+30d5864bea
Loading...
Searching...
No Matches
lsst.pipe.tasks.extended_psf.extended_psf_candidates Namespace Reference

Classes

class  ExtendedPsfCandidate
 
class  ExtendedPsfCandidateInfo
 
class  ExtendedPsfCandidates
 
class  ExtendedPsfCandidateSerializationModel
 
class  ExtendedPsfCandidatesSerializationModel
 

Functions

ExtendedPsfCandidate deserialize (self, InputArchive[Any] archive, *, Box|None bbox=None)
 
ExtendedPsfCandidates deserialize (self, InputArchive[Any] archive)
 

Variables

ImageSerializationModel psf_kernel_image
 
ExtendedPsfCandidateInfo star_info = Field(description="Information about the star in the cutout.")
 
list candidates
 

Function Documentation

◆ deserialize() [1/2]

ExtendedPsfCandidates lsst.pipe.tasks.extended_psf.extended_psf_candidates.deserialize ( self,
InputArchive[Any] archive )

Definition at line 126 of file extended_psf_candidates.py.

◆ deserialize() [2/2]

ExtendedPsfCandidate lsst.pipe.tasks.extended_psf.extended_psf_candidates.deserialize ( self,
InputArchive[Any] archive,
* ,
Box | None bbox = None )

Definition at line 104 of file extended_psf_candidates.py.

Variable Documentation

◆ candidates

list lsst.pipe.tasks.extended_psf.extended_psf_candidates.candidates
Initial value:
1= Field(
2 default_factory=list,
3 description="The candidate cutouts in this collection.",
4 )
A Pydantic model to represent serialized `ExtendedPsfCandidates`.

Definition at line 121 of file extended_psf_candidates.py.

◆ psf_kernel_image

ImageSerializationModel lsst.pipe.tasks.extended_psf.extended_psf_candidates.psf_kernel_image
Initial value:
1= Field(
2 default=None,
3 exclude_if=is_none,
4 description="Kernel image of the PSF at the cutout center.",
5 )
A Pydantic model to represent a serialized `ExtendedPsfCandidate`.

Definition at line 97 of file extended_psf_candidates.py.

◆ star_info

ExtendedPsfCandidateInfo lsst.pipe.tasks.extended_psf.extended_psf_candidates.star_info = Field(description="Information about the star in the cutout.")

Definition at line 102 of file extended_psf_candidates.py.