OpenAPI: update

This commit is contained in:
2026-06-23 16:31:23 +02:00
parent 8eee3dc785
commit 2df1035518
2 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
# RoiAzimuthal
ROI as Q-range (or resolution range)
ROI as Q-range (or resolution range), optionally restricted to an azimuthal-angle sector
## Properties
@@ -9,6 +9,8 @@ Name | Type | Description | Notes
**name** | **str** | Name for the ROI; used in the plots |
**q_min_recip_a** | **float** | Minimum Q-range for the ROI |
**q_max_recip_a** | **float** | Maximum Q-range for the ROI |
**phi_min_deg** | **float** | Lower azimuthal-angle bound of the sector [degrees]. Optional: provide both phi_min_deg and phi_max_deg to restrict the ROI to an angular sector, or omit both for a full ring. A sector with phi_min_deg > phi_max_deg wraps across 0. | [optional]
**phi_max_deg** | **float** | Upper azimuthal-angle bound of the sector [degrees]. Optional; see phi_min_deg. | [optional]
## Example