IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2006, 3:02:08 PM (20 years ago)
Author:
Paul Price
Message:

Applying RHL patch. Generally improves the error handling and traceback. pmConcepts.c and pmConceptsRead.c done by PAP (RHL did this also, but I had already done them). Resolved conflicts, except for pmFPAfile.c, which uses psAbort in some instances where RHL's patch had psError; leave this for Gene to decide.

File:
1 edited

Legend:

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

    r7017 r7311  
    7676            readout->mask = psMemIncrRefCounter(psImageSubset(masks->data[i], *trimsec));
    7777        }
     78        if (readout->weight == NULL || readout->mask == NULL) {
     79            psError(PS_ERR_UNKNOWN, false, "Trimming readout %d", i);
     80            return false;
     81        }
    7882
    7983        // Set up the mask
Note: See TracChangeset for help on using the changeset viewer.