v1.0.0-rc.78

This commit is contained in:
2025-09-14 15:59:58 +02:00
parent 39367f7080
commit 418d4957cf
138 changed files with 172 additions and 191 deletions

View File

@@ -6,17 +6,13 @@ Results of a grid scan
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**det_img** | **List[int]** | Detector image number for a given cell |
**bkg_estimate** | **List[float]** | |
**spot_count** | **List[int]** | |
**indexed_lattices** | **List[int]** | |
**mosaicity** | **List[float]** | |
**b_factor** | **List[float]** | |
**file_prefix** | **str** | | [optional]
**images** | [**List[GridScanResultImagesInner]**](GridScanResultImagesInner.md) | |
## Example
```python
from jfjoch_client.models.grid_scan_result import GridScanResult
from jfjoch_client.models.scan_result import GridScanResult
# TODO update the JSON string below
json = "{}"