Difference between revisions of "ToDo"

From apertus wiki
Jump to: navigation, search
 
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
=Axiom Alpha Prototype=
{{delete|This list is currently not in use - outdated.}}
==Linux Bash scripts to read/write and interpret all image sensor registers==


Sensor Datasheet: https://github.com/apertus-open-source-cinema/alpha-hardware/raw/master/Datasheets/datasheet_CMV12000%20v8.pdf
Please use http://lab.apertus.org instead for task management.
 
Basics: [[Axiom_Alpha_Prototype#Reading_and_Writing_Sensor_Register]]
The current mapping between memory addresses and SPI registers is 32bit for each 16bit data register. So while the data only has 16 significant bits, the memory address is 32bit wide.
 
==RAW image metadata reader==
 
All sensor registers are embedded into a raw image format. We need a software that can read/display these values in a human readable way.
 
==dead/hot pixel detection software==
 
A software that is supplied with several raw images and is able to detect dead/hot pixels outputs all detected pixels positions.
 
==Flat-field correction generation software==
 
A software that is supplied with several (around 20 is sufficient) raw images of an out of focus grey wall and is able to generate the sensitivity offset of each photosite and a resulting flat-field correction image (https://en.wikipedia.org/wiki/Flat-field_correction).

Latest revision as of 09:56, 22 December 2015

This page has been deleted

Please use http://lab.apertus.org instead for task management.