[Yt-svn] yt-commit r667 - branches/yt-1.0/yt/raven trunk/yt/raven
    mturk at wrangler.dreamhost.com 
    mturk at wrangler.dreamhost.com
       
    Tue Jul 15 20:02:30 PDT 2008
    
    
  
Author: mturk
Date: Tue Jul 15 20:02:29 2008
New Revision: 667
URL: http://yt.spacepope.org/changeset/667
Log:
Annotation of the center used in PlotCollection.
Modified:
   branches/yt-1.0/yt/raven/PlotCollection.py
   trunk/yt/raven/PlotCollection.py
Modified: branches/yt-1.0/yt/raven/PlotCollection.py
==============================================================================
--- branches/yt-1.0/yt/raven/PlotCollection.py	(original)
+++ branches/yt-1.0/yt/raven/PlotCollection.py	Tue Jul 15 20:02:29 2008
@@ -51,6 +51,7 @@
             self._http_prefix = ytcfg["raven","httpPrefix"] % self.pf
         else:
             self.submit = False
+        mylog.info("Created plot collection with default plot-center = %s", center)
 
     def save(self, basename, format="png", override=False):
         """
Modified: trunk/yt/raven/PlotCollection.py
==============================================================================
--- trunk/yt/raven/PlotCollection.py	(original)
+++ trunk/yt/raven/PlotCollection.py	Tue Jul 15 20:02:29 2008
@@ -51,6 +51,7 @@
             self._http_prefix = ytcfg["raven","httpPrefix"] % self.pf
         else:
             self.submit = False
+        mylog.info("Created plot collection with default plot-center = %s", center)
 
     def save(self, basename, format="png", override=False):
         """
    
    
More information about the yt-svn
mailing list