jfjoch_broker: Set Unit Cell vectors

This commit is contained in:
2025-12-01 14:49:37 +01:00
parent f2a8bdbe40
commit eebcece576
10 changed files with 84 additions and 55 deletions

View File

@@ -7,8 +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]
**rotation_unit_cell** | [**UnitCell**](UnitCell.md) | | [optional]
**rotation_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