7.3.2001
Pöytäkirja
7.3.2001, 12-14h
Present: Osku, Perttu, Peter, Petteri, Philipp
Absent: Toni
1) Requirement-Specification-Paper
Perttu did some superficial changes, which cannot be seen as changing
a frozen paper, like font-size etc.
But some of Jannes suggestions are still not done.
Petteri will take care of the changes which have to be done now as
official changes which are documented in the doc of changes etc.
2) First running bugfind
Except scaling and the result-return are all parts somehow included.
The distribution is not working as we wanted, instead each slave-node
figures out itself, which projections are its tasks.
3) Fault tolerance
This can be added later, if there is then still time ...
4) Testing
1-node-testing is not possible, because the master-node does not take
part in the projection, correlation etc.
2-nodes-testings will be done.
Further should for testing a 'quality-image' be proceeded, which
contains at each pixel the correlation-quality.
5) Task division
Perttu generates test-images of small size (2MB)
Petteri defines, how we write pseudo-code in our design-doc and
creates a nice table for section 1.4 in the design-doc.
Toni should document his modules in the design-doc.
Further tasks are the preparations (scelettons) of other doc-papers
like the test-doc, manual, final-doc, thinking about which of our
modules are testable with a test-case-engine and which not.
6) Some things everybody should note
Instead of
assert
we use
if (blabla) panic();
which can be found in misc.c
Everybody should commit directly after work and not days later and
also update before work and not days before!