Index: trunk/psphot/src/psphotImageLoop.c
===================================================================
--- trunk/psphot/src/psphotImageLoop.c	(revision 6311)
+++ trunk/psphot/src/psphotImageLoop.c	(revision 6379)
@@ -32,5 +32,5 @@
         if (! chip->process) { continue; }
 
-        if (imageLoadDepth == PP_LOAD_CHIP) {
+	if (imageLoadDepth == PP_LOAD_CHIP) {
             psTrace(__func__, 1, "Loading pixels for chip %d...\n", i);
             ppImageLoadPixels(file, config->database, i, -1);
@@ -47,5 +47,5 @@
                 ppImageLoadPixels(file, config->database, i, j);
             }
-
+	    
 	    // XXX optional mask and weight input image should be loaded here?
 	    // this sets the weight map and basic mask applying CELL.BAD and CELL.SATURATION
@@ -61,5 +61,4 @@
 		// run a single-model test if desired
 		psphotModelTest (readout, config->arguments, config->recipe);
-
 		psphotReadout (readout, config->recipe);
 		psphotOutput (readout, config->arguments);
