Frame#
- class lsst.images.Frame(*args, **kwargs)#
Bases:
ProtocolA description of a coordinate system.
Attributes Summary
Units of the coordinates in this frame (
astropy.units.UnitBase).Methods Summary
deserialize(serialized)Convert a serialized frame to an in-memory one.
Return a Pydantic-serializable version of this Frame.
Coerce
xcoordinates into their standard range.Coerce
ycoordinates into their standard range.Attributes Documentation
- unit#
Units of the coordinates in this frame (
astropy.units.UnitBase).
Methods Documentation
- classmethod deserialize(serialized: SerializableFrame) Self#
Convert a serialized frame to an in-memory one.
- serialize() SerializableFrame#
Return a Pydantic-serializable version of this Frame.
- standardize_x(x: T) T#
Coerce
xcoordinates into their standard range.
- standardize_y(y: T) T#
Coerce
ycoordinates into their standard range.