nicetoolbox.evaluation.data.input_loader.get_npz_files

nicetoolbox.evaluation.data.input_loader.get_npz_files(input_block: BaseInputBlock) list[nicetoolbox.evaluation.data.input_loader.NpzMeta][source]

Resolve an InputBlock to the concrete NPZ file paths it refers to.

Parameters:

input_block – Input configuration specifying source type and filters.

Returns:

List of NpzMeta instances sorted by file path.

Raises:
  • ValueError – If the input block has no path set and no default experiment was resolved, or if the input block type is not recognized.

  • FileNotFoundError – If a resolved NPZ path does not exist on disk.