diff options
Diffstat (limited to 'docs/hardware.txt')
-rw-r--r-- | docs/hardware.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/hardware.txt b/docs/hardware.txt index 50c3a0c..006829d 100644 --- a/docs/hardware.txt +++ b/docs/hardware.txt @@ -1,3 +1,4 @@ + - The packet ids are 64-bit and in big-endian data format - Jumbo frames are not currently supported, max packet size is 1500 bytes. * The maximum number of samples per packet can be computed as n = (1500 - header_size) / sample_size (pixels_per_module * bpp) i.e. 46 = | 1492 / 32 | @@ -9,3 +10,4 @@ Questions ========= - Do we need to compute 'flats' and 'darks' for each plane separately? Or just one set will work for all? + - How do FPGA syncrhonize IDs? Is it reliable. I currently have desync in receiving (but this could be caused by networking stack problems)
\ No newline at end of file |