Changeset 28292 for trunk/ppImage/src/ppImageMosaic.c
- Timestamp:
- Jun 10, 2010, 11:24:28 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageMosaic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageMosaic.c
r28263 r28292 31 31 // by pmChipMosaic. We therefore hack the structure so it doesn't look like a video cell. 32 32 psVector *darkNumbers = NULL; // Number of dark readouts for each cell 33 psVectorInit(darkNumbers, 0);34 33 if (psMetadataLookupBool(&status, config->arguments, "INPUT_IS_DARK")) { 35 34 darkNumbers = psVectorAlloc(inChip->cells->n, PS_TYPE_S32); 35 psVectorInit(darkNumbers, 0); 36 36 for (int i = 0; i < inChip->cells->n; i++) { 37 37 pmCell *cell = inChip->cells->data[i];
Note:
See TracChangeset
for help on using the changeset viewer.
