Update documentation
All checks were successful
Build Packages / build:rpm (ubuntu2404_nocuda) (push) Successful in 11m42s
Build Packages / build:rpm (ubuntu2204_nocuda) (push) Successful in 13m16s
Build Packages / build:rpm (rocky8_nocuda) (push) Successful in 13m25s
Build Packages / build:rpm (ubuntu2204) (push) Successful in 13m15s
Build Packages / build:rpm (rocky8) (push) Successful in 13m25s
Build Packages / Create release (push) Has been skipped
Build Packages / Generate python client (push) Successful in 19s
Build Packages / build:rpm (rocky8_sls9) (push) Successful in 13m35s
Build Packages / Build documentation (push) Successful in 42s
Build Packages / build:rpm (rocky9_nocuda) (push) Successful in 14m8s
Build Packages / build:rpm (rocky9) (push) Successful in 14m24s
Build Packages / build:rpm (ubuntu2404) (push) Successful in 7m19s
Build Packages / Unit tests (push) Successful in 53m47s

This commit is contained in:
2025-11-21 19:54:30 +01:00
parent c1731d4ec1
commit d23ff76665

View File

@@ -150,6 +150,7 @@ See [DECTRIS documentation](https://github.com/dectris/documentation/tree/main/s
| spot_count_low_res | uint64 | Number of spots in low resolution (prior to filtering) | | |
| spot_count_indexed | uint64 | Number of spots which fit indexing solution within a given tolerance | | |
| az_int_profile | Array(float) | Azimuthal integration results, use az_int_bin_to_q from start message for legend | | |
| | | NaN is used for empty bins and has to be taken care by the receiver | | |
| indexing_result | bool | Indexing successful | | |
| indexing_lattice | Array(9 * float) | Indexing result real lattice; present only if indexed | | X |
| indexing_unit_cell | object | Indexing result unit cell: a, b, c \[angstrom\] and alpha, beta, gamma \[degree\]; present only if indexed | | X |