Skip to content

Commit 7692c0a

Browse files
committed
Debug statement to show when resizing of image is attempted
1 parent 15f2e8e commit 7692c0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rawtools/qualitycontrol.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def get_side_projection(args, fp):
262262
logging.debug(f"arr length: {len(arr)}")
263263
# Change the array from a byte sequence to a 2-D array with the same dimensions as the image
264264
try:
265+
logging.debug("Reshaping image")
265266
logging.debug(f"arr = arr.reshape([{z}, {x}])")
266267
arr = arr.reshape([z, x])
267268
logging.debug(f"array_buffer = arr.tobytes()")

0 commit comments

Comments
 (0)