gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gfx/util papersampler.py showmipzip.py


From: Janne V. Kujala
Subject: [Gzz-commits] gzz/gfx/util papersampler.py showmipzip.py
Date: Tue, 25 Mar 2003 12:20:34 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Janne V. Kujala <address@hidden>        03/03/25 12:20:34

Modified files:
        gfx/util       : papersampler.py 
Added files:
        gfx/util       : showmipzip.py 

Log message:
        Add a general program for showing mipzips

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/util/showmipzip.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/util/papersampler.py.diff?tr1=1.27&tr2=1.28&r1=text&r2=text

Patches:
Index: gzz/gfx/util/papersampler.py
diff -u gzz/gfx/util/papersampler.py:1.27 gzz/gfx/util/papersampler.py:1.28
--- gzz/gfx/util/papersampler.py:1.27   Sun Mar  9 05:39:17 2003
+++ gzz/gfx/util/papersampler.py        Tue Mar 25 12:20:34 2003
@@ -133,8 +133,8 @@
         opts = pureConds[cond]
        for i in range(0,old + new):
             seed = 12345 + i
-           #doFrame(lambda vs: paperscene(vs, seed, opts), 
-            #        "tmp/tmp_%s_%02d" % (test, i))
+           doFrame(lambda vs: paperscene(vs, seed, opts), 
+                    "tmp/tmp_%s_%02d" % (test, i))
 
         for subj in range(0, 10):
             f = open("tmp/trials_%s_%s.txt" % (test, subj), "w")
@@ -266,7 +266,7 @@
         doFrame(star, "tmp/star")
         doFrame(space, "tmp/space")
 
-       #createPurePapers()
+       createPurePapers()
        #createTextPapers()
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]