OpenAPI: Add angular range
Some checks failed
Build Packages / build:rpm (ubuntu2404_nocuda) (push) Failing after 3m1s
Build Packages / build:rpm (rocky9_nocuda) (push) Failing after 3m8s
Build Packages / build:rpm (ubuntu2204_nocuda) (push) Failing after 3m6s
Build Packages / build:rpm (rocky8_nocuda) (push) Failing after 3m13s
Build Packages / build:rpm (ubuntu2204) (push) Failing after 2m59s
Build Packages / build:rpm (rocky8_sls9) (push) Failing after 3m7s
Build Packages / Create release (push) Has been skipped
Build Packages / build:rpm (rocky8) (push) Failing after 3m22s
Build Packages / build:rpm (rocky9) (push) Failing after 3m20s
Build Packages / Generate python client (push) Successful in 32s
Build Packages / Build documentation (push) Successful in 52s
Build Packages / build:rpm (ubuntu2404) (push) Has been cancelled
Build Packages / Unit tests (push) Has been cancelled

This commit is contained in:
2025-11-29 21:14:05 +01:00
parent 118fed1d83
commit 59930dfea0
7 changed files with 125 additions and 6 deletions

View File

@@ -17,6 +17,9 @@ Name | Type | Description | Notes
**unit_cell_dist_tolerance** | **float** | Relative distance tolerance for unit cell vs. reference; Lattices outside given tolerance will be ignored | [default to 0.05]
**viable_cell_min_spots** | **int** | Minimum number of indexed spots required for a cell to be considered viable | [default to 10]
**index_ice_rings** | **bool** | Include spots marked as ice rings in the indexing run. If `dataset_settings` doesn't have `detect_ice_rings` on, this option will have no effect on processing. | [default to False]
**rotation_indexing** | **bool** | | [default to False]
**rotation_indexing_min_angular_range_deg** | **float** | | [default to 20.0]
**rotation_indexing_angular_stride_deg** | **float** | | [default to 0.5]
## Example