OpenAPI: update
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user