scitiff.show_metadata#
- scitiff.show_metadata(file_path, *, max_depth=4, show_all=False)[source]#
Show all (ImageJ) metadata of a tiff file in a jupyter notebook.
- Parameters:
file_path (
Path
|str
) – Path to the tiff file to read metadata from.max_depth (
int
|None
, default:4
) – Maximum depth of nested metadata to display. Set to None to show all metadata.show_all (
bool
, default:False
) – If True, show all ImageJ metadata, not just SCITIFF metadata. If False, only show SCITIFF metadata.