diff options
author | Andreas Kopmann <andreas.kopmann@kit.edu> | 2012-08-04 10:29:29 +0200 |
---|---|---|
committer | Andreas Kopmann <andreas.kopmann@kit.edu> | 2012-08-04 10:29:29 +0200 |
commit | 62fa7f5f034eec3fcf10f5ce0819ecef014ba644 (patch) | |
tree | c27d55be8813be32d5a465795ef14a1747b99a4a | |
parent | 228c0df39528e15ce0aefbd2aa3d97339326cec1 (diff) | |
download | ufo-camera-manual-62fa7f5f034eec3fcf10f5ce0819ecef014ba644.tar.gz ufo-camera-manual-62fa7f5f034eec3fcf10f5ce0819ecef014ba644.tar.bz2 ufo-camera-manual-62fa7f5f034eec3fcf10f5ce0819ecef014ba644.tar.xz ufo-camera-manual-62fa7f5f034eec3fcf10f5ce0819ecef014ba644.zip |
Fixed typo in section data format
-rw-r--r-- | devel.tex | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |