GeneralFrame#
- pydantic model lsst.images.GeneralFrame#
An arbitrary Euclidean coordinate system.
- Parameters:
data (
Any)- Fields:
- field frame_type: Literal['GENERAL'] = 'GENERAL'#
Discriminator for the frame type.
- field unit: Unit [Required]#
Units of the coordinates in this frame.
- deserialize()#
Convert a serialized frame to an in-memory one.
- Return type:
- serialize()#
Return a Pydantic-serializable version of this Frame.
- Return type:
- standardize_x(x)#
Coerce
xcoordinates into their standard range.