lsst.pipe.tasks g44ede4a5c5+f0c59e294f
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
 
list candidates
 

Function Documentation

◆ deserialize() [1/2]

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

Definition at line 128 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 106 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 123 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
Initial value:
1= Field(
2 description="Information about the star in the cutout.",
3 )

Definition at line 102 of file extended_psf_candidates.py.