CellIdentifiers¶
- class lsst.cell_coadds.CellIdentifiers(skymap: str, tract: int, patch: Index2D, band: str | None, cell: Index2D)¶
Bases:
PatchIdentifiersStruct of identifiers for a coadd cell.
Methods Summary
from_data_id(data_id, cell)Construct from a data ID and a cell index.
Methods Documentation
- classmethod from_data_id(data_id: DataCoordinate, cell: Index2D) CellIdentifiers¶
Construct from a data ID and a cell index.
- Parameters:
- data_id
DataCoordinate Fully-expanded data ID that includes the ‘patch’ dimension and optionally the
banddimension.- cell
Index2D Index of the cell within the patch.
- data_id
- Returns:
- identifiers
CellIdentifiers Struct of identifiers for this cell within a patch.
- identifiers