Skip to content

Commit

Permalink
Switch to debug log level for asd header
Browse files Browse the repository at this point in the history
  • Loading branch information
SylviaWhittle committed Nov 23, 2023
1 parent a3a94da commit a465a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topofileformats/asd.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def load_asd(file_path: Path, channel: str):
f"File version {file_version} unknown. Please add support if you "
"know how to decode this file version."
)
logger.info(f"header dict: \n{header_dict}")
logger.debug(f"header dict: \n{header_dict}")

pixel_to_nanometre_scaling_factor_x = header_dict["x_nm"] / header_dict["x_pixels"]
pixel_to_nanometre_scaling_factor_y = header_dict["y_nm"] / header_dict["y_pixels"]
Expand Down

0 comments on commit a465a26

Please sign in to comment.