lsst.pipe.tasks g15e86a050b+e1d1369bf7
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
 
ClassVar PUBLIC_TYPE = ExtendedPsfCandidate
 
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 361 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 238 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 356 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 226 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 229 of file extended_psf_candidates.py.

◆ PUBLIC_TYPE

ClassVar lsst.pipe.tasks.extended_psf.extended_psf_candidates.PUBLIC_TYPE = ExtendedPsfCandidate

Definition at line 227 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 224 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 225 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 234 of file extended_psf_candidates.py.