[Yt-svn] yt-commit r989 - trunk/yt/extensions

britton at wrangler.dreamhost.com britton at wrangler.dreamhost.com
Mon Dec 8 21:26:17 PST 2008


Author: britton
Date: Mon Dec  8 21:26:16 2008
New Revision: 989
URL: http://yt.spacepope.org/changeset/989

Log:
Changed antialias to False in fixed resolution buffer.


Modified:
   trunk/yt/extensions/HaloProfiler.py

Modified: trunk/yt/extensions/HaloProfiler.py
==============================================================================
--- trunk/yt/extensions/HaloProfiler.py	(original)
+++ trunk/yt/extensions/HaloProfiler.py	Mon Dec  8 21:26:16 2008
@@ -191,7 +191,7 @@
                     for e,field in enumerate(self.projectionFields.keys()):
                         frb = raven.FixedResolutionBuffer(pc.plots[e].data,(proj_left[0],proj_right[0],proj_left[1],proj_right[1]),
                                                           (projectionResolution,projectionResolution),
-                                                          antialias=True)
+                                                          antialias=False)
                         output.createArray("/",field,frb[field])
                     output.close()
 



More information about the yt-svn mailing list