[Yt-svn] yt-commit r623 - trunk/yt/raven

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Tue Jun 24 20:35:19 PDT 2008


Author: mturk
Date: Tue Jun 24 20:35:18 2008
New Revision: 623
URL: http://yt.spacepope.org/changeset/623

Log:
Added disclaimer to the 3D interface



Modified:
   trunk/yt/raven/Plot3DInterface.py

Modified: trunk/yt/raven/Plot3DInterface.py
==============================================================================
--- trunk/yt/raven/Plot3DInterface.py	(original)
+++ trunk/yt/raven/Plot3DInterface.py	Tue Jun 24 20:35:18 2008
@@ -53,6 +53,8 @@
 
         This class is meant to be exclusively a base class.
         """
+        mylog.info("You are now using the S2PLOT library.  Please be aware of the licensing terms.")
+        mylog.info("http://astronomy.swin.edu.au/s2plot/index.php?title=S2PLOT")
         if bounds is None:
             self.x0,self.x1, self.y0,self.y1, self.z0,self.z1 = \
                 0.0,1.0, 0.0,1.0, 0.0,1.0
@@ -286,6 +288,8 @@
         using their masses as color, their radii as radius, and *window_opts*
         as the options to the S2PLOT interface.  *cmap* is a matplotlib cmap.
         """
+        mylog.info("You are now using the S2PLOT library.  Please be aware of the licensing terms.")
+        mylog.info("http://astronomy.swin.edu.au/s2plot/index.php?title=S2PLOT")
         self.hop_results = hop_results
         self.window_opts = window_opts
         self.cmap = cmap



More information about the yt-svn mailing list