IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25759


Ignore:
Timestamp:
Oct 2, 2009, 3:16:32 PM (17 years ago)
Author:
eugene
Message:

check for valid fpa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageReplaceBackground.c

    r24564 r25759  
    7474    pmReadout *modelRO = NULL;
    7575    pmFPAfile *modelFile = psMetadataLookupPtr(&status, config->files, "PSPHOT.BACKMDL"); // Background model
    76     if (modelFile) {
     76    if (modelFile && modelFile->fpa) {
    7777        modelRO = pmFPAviewThisReadout(&roView, modelFile->fpa); // Background model
    7878    }
Note: See TracChangeset for help on using the changeset viewer.