From d23ff76665dd48e13a3b17242fc33fbfd964b271 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Fri, 21 Nov 2025 19:54:30 +0100 Subject: [PATCH] Update documentation --- docs/CBOR.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CBOR.md b/docs/CBOR.md index 1c28428b..d2bee875 100644 --- a/docs/CBOR.md +++ b/docs/CBOR.md @@ -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 |