From: Jan Michel Date: Thu, 15 Dec 2022 13:04:08 +0000 (+0100) Subject: fix two lines in documentation X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e218db6ceff93b75d3a341ac692781e5db172585;p=clocked_tdc.git fix two lines in documentation --- diff --git a/dataformat.md b/dataformat.md index aa66a4a..875c8b3 100644 --- a/dataformat.md +++ b/dataformat.md @@ -48,11 +48,10 @@ Data Format (v1) * Same as v0, but channel numbers are encoded differently * to support setups with more than 32 channels * not to be used in MDC, but e.g. on Trb5sc - * The Header word followed by an arbitrary amount of data is repeated N = ceil(channels/3) times, e.g. 3 times for a 48 channel TDC. + * The Header word followed by an arbitrary amount of data is repeated N = ceil(channels/16) times, e.g. 3 times for a 48 channel TDC. * Bit 31 distinguishes between Header words and hit words * Header word - * 0xDC01rrrr * (31..24) TDC Header marker 0xDC * **(23..20) TDC Channel group number** * **(19..16) data format version 1**