Changeset 25759
- Timestamp:
- Oct 2, 2009, 3:16:32 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageReplaceBackground.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageReplaceBackground.c
r24564 r25759 74 74 pmReadout *modelRO = NULL; 75 75 pmFPAfile *modelFile = psMetadataLookupPtr(&status, config->files, "PSPHOT.BACKMDL"); // Background model 76 if (modelFile ) {76 if (modelFile && modelFile->fpa) { 77 77 modelRO = pmFPAviewThisReadout(&roView, modelFile->fpa); // Background model 78 78 }
Note:
See TracChangeset
for help on using the changeset viewer.
