etspy.io.parse_mrc_header(filename: str | Path) dict[str, Any][source]

Read the mrc header and return as dictionary.

Parameters:
filename: str | Path

Name of the MRC file to parse

Returns:

header – Dictionary with header values from an MRC file

Return type:

dict