We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f2e8e commit 7692c0aCopy full SHA for 7692c0a
1 file changed
rawtools/qualitycontrol.py
@@ -262,6 +262,7 @@ def get_side_projection(args, fp):
262
logging.debug(f"arr length: {len(arr)}")
263
# Change the array from a byte sequence to a 2-D array with the same dimensions as the image
264
try:
265
+ logging.debug("Reshaping image")
266
logging.debug(f"arr = arr.reshape([{z}, {x}])")
267
arr = arr.reshape([z, x])
268
logging.debug(f"array_buffer = arr.tobytes()")
0 commit comments