64
•
Xtium2-CXP PX8 Reference
Xtium2-CXP PX8 User's Manual
•
Upload of any FFC data is permitted at any time, even while grabbing. If an upload is done to
an FFC index of the currently select set while grabbing, then the resulting acquired image will
be undefined.
•
When changing FFC cycling mode, the acquisition must be stopped.
Programming the sets
The following scheme is used to program FFC/FLC data within a set:
// select an active set
CorAcqSetPrm( hAcq, CORAQ_PRM_FLAT_FIELD_SET_SELECT, 0);
// Create 4 new FFC that will be part of the currently active set ‘0’
For( i = 0; i < 4; i++)
{
CorAcqNewFlatfield( hAcq, pFlatfieldNumber); // Will create FFC #1, #2, #3, #4
}
// select an active set
CorAcq SetPrm( hAcq, CORAQ_PRM_FLAT_FIELD_SET_SELECT, 1);
// Create 4 new FFC that will be part of the currently active set ‘1’
For( i = 0; i < 4; i++)
{
CorAcqNewFlatfield( hAcq, pFlatfieldNumber); // Will create FFC #5, #6, #7, #8
}