PatchDefinition#
- pydantic model lsst.images.cells.PatchDefinition#
Identifiers and geometry for a full patch.
- Parameters:
data (
Any)- Fields:
- field cells: CellGrid [Required]#
Cell grid for the full patch.
- field id: int [Required]#
ID for the patch.
- field index: SerializableYX[int] [Required]#
2-d index of this patch within the tract.
- Constraints:
get_pydantic_core_schema = <bound method YX.__get_pydantic_core_schema__ of <class ‘lsst.images._geom.YX’>>
- field inner_bbox: Box [Required]#
Inner bounding box of this patch.