PatchIdentifiers

class lsst.cell_coadds.PatchIdentifiers(skymap: str, tract: int, patch: Index2D, band: str | None)

Bases: object

Struct 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_idDataCoordinate

Fully-expanded data ID that includes the ‘patch’ dimension and optionally the band dimension.

Returns:
identifiersPatchIdentifiers

Struct of identifiers for this patch.