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

View File

@@ -9,6 +9,7 @@ Name | Type | Description | Notes
**number** | **int** | Detector image number for a given cell |
**nx** | **int** | Cell position in X for grid scan | [optional]
**ny** | **int** | Cell position in Y for grid scan | [optional]
**angle** | **float** | Rotation angle associated with the image | [optional]
**bkg** | **float** | Background estimate | [optional]
**spots** | **int** | Spot count | [optional]
**spots_low_res** | **int** | Spot count in low resolution range | [optional]