IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25634


Ignore:
Timestamp:
Sep 28, 2009, 5:47:23 PM (17 years ago)
Author:
eugene
Message:

do not try to use modelFile->fpa if does not exist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/ppImage/src/ppImageReplaceBackground.c

    r24564 r25634  
    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.