VERSION: 1.0.0-rc.153

This commit is contained in:
2026-06-18 19:26:15 +02:00
parent b71da6238e
commit eb9b463263
132 changed files with 153 additions and 140 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ communicate through network calls or other mechanisms.
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: 1.0.0-rc.152
- Package version: 1.0.0-rc.152
- API version: 1.0.0-rc.153
- Package version: 1.0.0-rc.153
- Generator version: 7.20.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
+3 -2
View File
@@ -2069,9 +2069,9 @@ Should be in `Idle` state.
Upload user mask of the detector - this is for example to account for beam stop shadow or misbehaving regions.
If detector is conversion mode the mask can be both in raw (1024x512; stacked modules) or converted coordinates.
In the latter case - module gaps are ignored and don't need to be assigned value.
Mask is expected as TIFF (4-byte; unsigned).
Mask is expected as a single-channel TIFF (8-, 16- or 32-bit integer, signed or unsigned).
0 - good pixel, other value - masked
User mask is stored in NXmx pixel mask (bit 8), as well as used in spot finding and azimuthal integration.
User mask is stored in NXmx pixel mask (bit 8), as well as used in spot finding and azimuthal integration.
User mask is not automatically applied - i.e. pixels with user mask will have a valid pixel value in the images.
@@ -2130,6 +2130,7 @@ No authorization required
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | All good | - |
**400** | Not a valid single-channel TIFF or size doesn't match the detector | - |
**500** | Error within Jungfraujoch code - see output message. | - |
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)