generated from dopt-python/py311
change order of width and height, related to #24
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -145,8 +145,8 @@ def measure_length(
|
||||
|
||||
sensor_sizes.append(
|
||||
(
|
||||
f"{dimB:.3f}".replace(".", ","),
|
||||
f"{dimA:.3f}".replace(".", ","),
|
||||
f"{dimB:.3f}".replace(".", ","),
|
||||
f"{pixel_count / pixels_per_metric_X / pixels_per_metric_Y:.1f}".replace(
|
||||
".", ","
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user