Changeset 7407
- Timestamp:
- Jun 7, 2006, 12:51:45 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.c
r7382 r7407 345 345 pmReadout *readout = pmReadoutAlloc(cell); 346 346 if (!readoutCarve(readout, image, trimsec, biassecs)) { 347 psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to carve readout into image and bias sections.\n"); 347 psError(PS_ERR_UNEXPECTED_NULL, false, 348 "Unable to carve readout into image and bias sections for %d the plane.", i); 348 349 return NULL; 349 350 }
Note:
See TracChangeset
for help on using the changeset viewer.
