Index: /branches/sj_ippTests_branch_20080929/ippTests/compIPPphoto.py
===================================================================
--- /branches/sj_ippTests_branch_20080929/ippTests/compIPPphoto.py	(revision 20508)
+++ /branches/sj_ippTests_branch_20080929/ippTests/compIPPphoto.py	(revision 20509)
@@ -94,15 +94,14 @@
     os.chdir(workdir)
     outroot = re.sub('(\.[sc]mf|\.fits?)$','',summaryTable)
-    for tup in plotcol_1frame_tlist:
-        t1,t2,t3=tup
-        for filt in filtlist:
-            globstr = getOutnameStatsOnefile("match_%s_*"%(filt),t3,t1,t2)
-            filelist = glob(globstr)
-            outname = getOutnameStatsOnefile("merged_%s_%s" %(outroot,filt),t3,t1,t2)
-            cmdstr = "gs -dNOPAUSE -sDEVICE=pswrite -sOutputFile=%s %s -c quit" %(outname,' '.join(filelist))
-            print "Making %s" %(outname)
-            call(cmdstr,shell=True)
-            print "gzipping %s" %(outname)
-            call("gzip -f %s" %(outname),shell=True)
+    for filt in filtlist:
+        rootstr = "nup_match_%s"%(filt)
+        globstr = "%s_*.eps"%(rootstr)
+        filelist = glob(globstr)
+        outname = rootstr + ".eps"
+        cmdstr = "gs -dNOPAUSE -sDEVICE=pswrite -sOutputFile=%s %s -c quit" %(outname,' '.join(filelist))
+        print "Making %s" %(outname)
+        call(cmdstr,shell=True)
+        print "gzipping %s" %(outname)
+        call("gzip -f %s" %(outname),shell=True)
 
 def compIPPphoto(summaryTable,mode,plotcol_1frame_tlist=plotcol_1frame_tlist,\
