archive_path_to_hdf5_path_components#

lsst.images.ndf.archive_path_to_hdf5_path_components(archive_path: str, shrinker: HdsNameShrinker) list[str]#

Return HDS-compatible path components for an archive path.

Each component is uppercased; components longer than the HDS object-name limit (DAT__SZNAM) are shrunk by shrinker.

Parameters#

archive_path

Serialization archive path to split into components.

shrinker

Name shrinker used to keep components within the HDS name limit.