Index: branches/eam_branches/20090715/ppImage/src/ppImageReplaceBackground.c
===================================================================
--- branches/eam_branches/20090715/ppImage/src/ppImageReplaceBackground.c	(revision 25633)
+++ branches/eam_branches/20090715/ppImage/src/ppImageReplaceBackground.c	(revision 25634)
@@ -74,5 +74,5 @@
     pmReadout *modelRO = NULL;
     pmFPAfile *modelFile = psMetadataLookupPtr(&status, config->files, "PSPHOT.BACKMDL"); // Background model
-    if (modelFile) {
+    if (modelFile && modelFile->fpa) {
         modelRO = pmFPAviewThisReadout(&roView, modelFile->fpa); // Background model
     }
