ScanResult: Add rotation angle for each image
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user