archive_path_to_hdf5_path_components#

lsst.images.ndf.archive_path_to_hdf5_path_components(archive_path, shrinker)#

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 (str) – Serialization archive path to split into components.

  • shrinker (HdsNameShrinker) – Name shrinker used to keep components within the HDS name limit.

Return type:

list[str]

This page was last modified on .