From 62fa7f5f034eec3fcf10f5ce0819ecef014ba644 Mon Sep 17 00:00:00 2001 From: Andreas Kopmann Date: Sat, 4 Aug 2012 10:29:29 +0200 Subject: Fixed typo in section data format --- devel.tex | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/devel.tex b/devel.tex index 2088d70..3b813dc 100644 --- a/devel.tex +++ b/devel.tex @@ -65,6 +65,11 @@ Each frame consist of the HEADER, DATA PAYLOAD and TAIL. \subsubsection{Header} +% TODO: Parameters for piecewise linear response need to be added to the header +% May be more parameter need to be added, when more fancy algorithms are added +% Is there an extensible standard format that we can follow? EXIF? +% Possible is also a pre-header or image sequences? + HEADER contains 8 word of information: \begin{verbatim} @@ -98,11 +103,11 @@ ADC resolution & Value \\ \hline \end{tabular} -The parameter \verb/Output_resolution/ is given in the following table +The parameter \verb/Output_mode/ is given in the following table \begin{tabular}{|c|c|} \hline -ADC resolution & Value \\ +Output mode & Value \\ \hline 16 outputs & 0 \\ \hline -- cgit v1.2.1