UFMConverter.stack#

UFMConverter.stack(matrices, ufm)[source]#

Run SATURN’s UFMSTACK to stack matrices into a single UFM.

Parameters:
  • matrices (list[Path]) – Paths to all UFM files to be stacked together.

  • ufm (Path) – Path to the output UFM file to create.

Returns:

Path to output UFM created.

Return type:

Path

Raises:

FileNotFoundError – If any files in matrices don’t exist, or aren’t files. If their is an error creating the stacked UFM.