performance.auxiliary.md5_from_pgx

Author: Leonardo de Sousa Marques Affiliation: Embedded Computing Lab (ECL), Federal University of Santa Catarina (UFSC)

Description:

Script to get the MD5 checksum from a Light Field stored in PGX format.

get_md5_from_pgx(lightfield, pgx_path)[source]

Computes the MD5 checksum of a light field stored in PGX format.

Parameters:
  • lightfield (LightField) – Light field metadata

  • pgx_path (Path) – Path to the PGX light field directory

Returns:

MD5 hash string, or None if raw_path is undefined

Return type:

Optional[str]

main()[source]
Return type:

None