jfjoch_broker: Add crystal_lattice and unit_cell to ScanResult

This commit is contained in:
2025-12-01 13:20:17 +01:00
parent 0842971183
commit b4d2c3ccc6
9 changed files with 142 additions and 5 deletions

View File

@@ -7,6 +7,8 @@ Results of a scan
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**file_prefix** | **str** | | [optional]
**unit_cell** | [**UnitCell**](UnitCell.md) | | [optional]
**crystal_lattice** | **List[float]** | Real-space crystal lattice 3D vectors in Angstrom. Order is 1st vector (x,y,z), 2nd vector (x,y,z) and 3rd vector (x,y,z) | [optional]
**images** | [**List[ScanResultImagesInner]**](ScanResultImagesInner.md) | |
## Example