Changes between Initial Version and Version 1 of UfoCameraOperation


Ignore:
Timestamp:
Mar 26, 2015, 11:53:30 PM (10 years ago)
Author:
Suren A. Chilingaryan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UfoCameraOperation

    v1 v1  
     1= UFO Operation =
     2= Timeouts =
     3 * The DMA timeout is at least 50ms
     4 * The bellow is explained how long it takes to read frame by hardware. We also need to add DMA timeout + PCIe transfer time on top of that before we can expect to acquire frame
     5{{{
     6Full readout time = exposure time + fot + readout time
     7FOT = (reg73 + 2*(16/number_outputs))*129*clk_per
     8
     9Readout time = (129 * clk_per * 16/number_outputs) * num_lines,
     10
     11where:
     12
     13reg73= 7 (I think, just check this)
     14number_outputs = 16 -for 10bit, 4 - for 12bit
     15clk_per=25ns
     16num_lines = 1088 or 2047 or 1, depends what you set....
     17}}}