[yt-svn] commit/yt-doc: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Wed Oct 24 17:29:33 PDT 2012


2 new commits in yt-doc:


https://bitbucket.org/yt_analysis/yt-doc/changeset/ee5e334c2cb3/
changeset:   ee5e334c2cb3
user:        gsiisg
date:        2012-10-25 02:22:31
summary:     added description to reflect changes that requires user to input A>=B>=C for the magnitude of the semi-major axes of the ellipsoid container, state that e0 will be normalized in the code
affected #:  1 file

diff -r a0534304d7e01466bb0c4aee1b83d72669567f35 -r ee5e334c2cb3d72cef6bf39e628b605234d6cba1 source/analysis_modules/ellipsoid_analysis.rst
--- a/source/analysis_modules/ellipsoid_analysis.rst
+++ b/source/analysis_modules/ellipsoid_analysis.rst
@@ -82,20 +82,21 @@
 This will return 6 items
 
   #. The center of mass as an array.
-  #. A as a float.
-  #. B as a float.
-  #. C as a float.
-  #. e0 vector as an array.
+  #. A as a float.  (Must have A>=B)
+  #. B as a float.  (Must have B>=C)
+  #. C as a float.  (Must have C > cell size)
+  #. e0 vector as an array.  (now normalized automatically in the code)
   #. tilt as a float.
 
 The center of mass would be the same one as returned by the halo
 finder.  The A, B, C are the largest to smallest magnitude of the
 ellipsoid's semi-principle axes. "e0" is the largest semi-principle
-axis vector direction that would have magnitude A but normalized.  The
-"tilt" is an angle in radians. It is the rotation angle needed to align the
-medium semi-principle axis with the y axis in the x-z plane, AFTER the
-e0 axis is aligned with the x-axis in the x-y plane by rotation, then
-aligned again in the x-z plane by rotation.
+axis vector direction that would have magnitude A but normalized.  
+The "tilt" is an angle measured in radians.  It can be best described
+as after the rotation about the z-axis to allign e0 to x in the x-y
+plane, and then rotating about the y-axis to align e0 completely to
+the x-axis, the angle remaining to rotate about the x-axis to align
+both e1 to the y-axis and e2 to the z-axis.
 
 Ellipsoid 3D Container
 ~~~~~~~~~~~~~~~~~~~~~~



https://bitbucket.org/yt_analysis/yt-doc/changeset/d431d4d8481c/
changeset:   d431d4d8481c
user:        MatthewTurk
date:        2012-10-25 02:29:32
summary:     Merged in gsiisg/yt-doc (pull request #55)
affected #:  1 file

diff -r 6d5ad835bfe40845ab517bff0c7188a441aebf47 -r d431d4d8481c427586420bb4df952b048b07e49a source/analysis_modules/ellipsoid_analysis.rst
--- a/source/analysis_modules/ellipsoid_analysis.rst
+++ b/source/analysis_modules/ellipsoid_analysis.rst
@@ -82,20 +82,21 @@
 This will return 6 items
 
   #. The center of mass as an array.
-  #. A as a float.
-  #. B as a float.
-  #. C as a float.
-  #. e0 vector as an array.
+  #. A as a float.  (Must have A>=B)
+  #. B as a float.  (Must have B>=C)
+  #. C as a float.  (Must have C > cell size)
+  #. e0 vector as an array.  (now normalized automatically in the code)
   #. tilt as a float.
 
 The center of mass would be the same one as returned by the halo
 finder.  The A, B, C are the largest to smallest magnitude of the
 ellipsoid's semi-principle axes. "e0" is the largest semi-principle
-axis vector direction that would have magnitude A but normalized.  The
-"tilt" is an angle in radians. It is the rotation angle needed to align the
-medium semi-principle axis with the y axis in the x-z plane, AFTER the
-e0 axis is aligned with the x-axis in the x-y plane by rotation, then
-aligned again in the x-z plane by rotation.
+axis vector direction that would have magnitude A but normalized.  
+The "tilt" is an angle measured in radians.  It can be best described
+as after the rotation about the z-axis to allign e0 to x in the x-y
+plane, and then rotating about the y-axis to align e0 completely to
+the x-axis, the angle remaining to rotate about the x-axis to align
+both e1 to the y-axis and e2 to the z-axis.
 
 Ellipsoid 3D Container
 ~~~~~~~~~~~~~~~~~~~~~~

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

--

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