ScanResult: Add rotation angle for each image

This commit is contained in:
2025-12-01 10:37:42 +01:00
parent 06949caf1a
commit ec0b73ffd4
10 changed files with 58 additions and 4 deletions
@@ -24,6 +24,10 @@ export type scan_result = {
* Cell position in Y for grid scan
*/
ny?: number;
/**
* Rotation angle associated with the image
*/
angle?: number;
/**
* Background estimate
*/