Backend#
- class lsst.images.serialization.Backend(name: str, write: Callable[..., object], input_archive: type[InputArchive])#
Bases:
objectA file-format backend resolved from a path suffix.
Bundles the backend’s free
writefunction and itsInputArchivesubclass. Reading goes through the genericopen/readinlsst.images.serialization, which use theInputArchive’sget_basic_infoandopen_tree.