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