Index: trunk/ippScripts/scripts/isp_trans.pl
===================================================================
--- trunk/ippScripts/scripts/isp_trans.pl	(revision 13150)
+++ trunk/ippScripts/scripts/isp_trans.pl	(revision 13197)
@@ -11,13 +11,11 @@
 $output = join (".", @words);
 
-print "input: $input\n";
-print "output: $output\n";
-
 # use constant RECIPE => 'PPIMAGE_OBDSFRA'; # Recipe to use
-$RECIPE  = 'PPIMAGE_OA'; # Recipe to use (switch to OBDSFRA when detrend images are ready)
+$RECIPE_PPIMAGE  = 'PPIMAGE_OA'; # Recipe to use (switch to OBDSFRA when detrend images are ready)
+$RECIPE_PSPHOT   = 'PSPHOT.SUMMIT'; 
 $CALDIR  = '/data/alala.0/ipp/ippRefs/catdir.synth.bright'; # source of photometric calibration data
 $IMTABLE = 'images.dat'; # source of photometric calibration data
 
-vsystem ("ppImage -file $input $output -recipe PPIMAGE $RECIPE -recipe PSPHOT PSPHOT.SUMMIT -trace psModules.astrom.pmAstromMatchFit 3");
+vsystem ("ppImage -file $input $output -recipe PPIMAGE $RECIPE_PPIMAGE -recipe PSPHOT $RECIPE_PSPHOT");
 if ($status) { die "failure running ppImage\n"; }
 
