lsst.pipe.tasks gef5401d743+4408856ac0
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

ClassVar SCHEMA_NAME = "extended_psf_candidate"
 
ClassVar SCHEMA_VERSION = "1.0.0"
 
ClassVar MIN_READ_VERSION = 1
 
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 136 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 110 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 )

Definition at line 131 of file extended_psf_candidates.py.

◆ MIN_READ_VERSION

ClassVar lsst.pipe.tasks.extended_psf.extended_psf_candidates.MIN_READ_VERSION = 1

Definition at line 99 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 )

Definition at line 101 of file extended_psf_candidates.py.

◆ SCHEMA_NAME

ClassVar lsst.pipe.tasks.extended_psf.extended_psf_candidates.SCHEMA_NAME = "extended_psf_candidate"
A Pydantic model to represent a serialized `ExtendedPsfCandidate`.
A Pydantic model to represent serialized `ExtendedPsfCandidates`.

Definition at line 97 of file extended_psf_candidates.py.

◆ SCHEMA_VERSION

ClassVar lsst.pipe.tasks.extended_psf.extended_psf_candidates.SCHEMA_VERSION = "1.0.0"

Definition at line 98 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 106 of file extended_psf_candidates.py.