lsst.pipe.tasks g2c8cee2ce7+363d2db7ea
Loading...
Searching...
No Matches
lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateSerializationModel Class Reference
Inheritance diagram for lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateSerializationModel:

Public Member Functions

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

Static Public Attributes

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

Detailed Description

A Pydantic model to represent a serialized `ExtendedPsfCandidate`.

Definition at line 221 of file extended_psf_candidates.py.

Member Function Documentation

◆ deserialize()

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

Definition at line 238 of file extended_psf_candidates.py.

Member Data Documentation

◆ MIN_READ_VERSION

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

Definition at line 226 of file extended_psf_candidates.py.

◆ psf_kernel_image

ImageSerializationModel lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateSerializationModel.psf_kernel_image
static
Initial value:
= Field(
default=None,
exclude_if=is_none,
description="Kernel image of the PSF at the cutout center.",
)

Definition at line 229 of file extended_psf_candidates.py.

◆ PUBLIC_TYPE

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

Definition at line 227 of file extended_psf_candidates.py.

◆ SCHEMA_NAME

ClassVar lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateSerializationModel.SCHEMA_NAME = "extended_psf_candidate"
static

Definition at line 224 of file extended_psf_candidates.py.

◆ SCHEMA_VERSION

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

Definition at line 225 of file extended_psf_candidates.py.

◆ star_info

ExtendedPsfCandidateInfo lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidateSerializationModel.star_info
static
Initial value:
= Field(
description="Information about the star in the cutout.",
)

Definition at line 234 of file extended_psf_candidates.py.


The documentation for this class was generated from the following file: