lsst.pipe.tasks g2c8cee2ce7+1ac6cedd78
Loading...
Searching...
No Matches
lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidatesSerializationModel Class Reference
Inheritance diagram for lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidatesSerializationModel:

Public Member Functions

ExtendedPsfCandidates deserialize (self, InputArchive[Any] archive)

Static Public Attributes

ClassVar SCHEMA_NAME = "extended_psf_candidates"
ClassVar SCHEMA_VERSION = "1.0.0"
ClassVar MIN_READ_VERSION = 1
ClassVar PUBLIC_TYPE = ExtendedPsfCandidates
list candidates

Detailed Description

A Pydantic model to represent serialized `ExtendedPsfCandidates`.

Definition at line 348 of file extended_psf_candidates.py.

Member Function Documentation

◆ deserialize()

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

Definition at line 361 of file extended_psf_candidates.py.

Member Data Documentation

◆ candidates

list lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidatesSerializationModel.candidates
static
Initial value:
= Field(
default_factory=list,
description="The candidate cutouts in this collection.",
)

Definition at line 356 of file extended_psf_candidates.py.

◆ MIN_READ_VERSION

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

Definition at line 353 of file extended_psf_candidates.py.

◆ PUBLIC_TYPE

ClassVar lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidatesSerializationModel.PUBLIC_TYPE = ExtendedPsfCandidates
static

Definition at line 354 of file extended_psf_candidates.py.

◆ SCHEMA_NAME

ClassVar lsst.pipe.tasks.extended_psf.extended_psf_candidates.ExtendedPsfCandidatesSerializationModel.SCHEMA_NAME = "extended_psf_candidates"
static

Definition at line 351 of file extended_psf_candidates.py.

◆ SCHEMA_VERSION

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

Definition at line 352 of file extended_psf_candidates.py.


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