IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7407


Ignore:
Timestamp:
Jun 7, 2006, 12:51:45 PM (20 years ago)
Author:
rhl
Message:

Tell us which plane failed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPARead.c

    r7382 r7407  
    345345        pmReadout *readout = pmReadoutAlloc(cell);
    346346        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);
    348349            return NULL;
    349350        }
Note: See TracChangeset for help on using the changeset viewer.