[yt-svn] commit/yt: MatthewTurk: Fixing docstring in to_frb

Bitbucket commits-noreply at bitbucket.org
Thu Aug 9 13:26:38 PDT 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/eb4afaa52375/
changeset:   eb4afaa52375
branch:      yt
user:        MatthewTurk
date:        2012-08-09 22:26:27
summary:     Fixing docstring in to_frb
affected #:  1 file

diff -r b6c9c207677cbbd6e1c36d51189634797e002c6d -r eb4afaa5237564d5e0fdd3df1b848684a4cb5000 yt/data_objects/data_containers.py
--- a/yt/data_objects/data_containers.py
+++ b/yt/data_objects/data_containers.py
@@ -871,9 +871,12 @@
             units of the simulation, or a tuple of the (value, unit) style.
             This will be the width of the FRB.
         height : height specifier
-            This will be the height of the FRB, by default it is equal to width.
+            This will be the physical height of the FRB, by default it is equal
+            to width.  Note that this will not make any corrections to
+            resolution for the aspect ratio.
         resolution : int or tuple of ints
-            The number of pixels on a side of the final FRB.
+            The number of pixels on a side of the final FRB.  If iterable, this
+            will be the width then the height.
         center : array-like of floats, optional
             The center of the FRB.  If not specified, defaults to the center of
             the current object.

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list