
Hey community, Was wondering if anyone has any idea how I might put in a line at some x value when I do a Simple Slice. Just a simple line along the y-axis. Thanks for your time and effort, Nicholas Earl

Hi Nicholas, In the trunk at r1698 I added something that might be able to do what you want. I've placed a sample script here: http://paste.enzotools.org/show/466/ Note that the arguments to the image_line callback are in the image plane: p1 and p2 are (px, py) and (px, py), which assumes that you have the image plane x, y figured out (you can use x_dict and y_dict to get this info.) Let me know if that doesn't work, Matt On Sun, Apr 25, 2010 at 5:40 PM, Nicholas Earl <earlnich@msu.edu> wrote:
Hey community,
Was wondering if anyone has any idea how I might put in a line at some x value when I do a Simple Slice. Just a simple line along the y-axis.
Thanks for your time and effort, Nicholas Earl
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org

Worked perfectly; thank you! Nick On Sun, Apr 25, 2010 at 9:00 PM, Matthew Turk <matthewturk@gmail.com> wrote:
Hi Nicholas,
In the trunk at r1698 I added something that might be able to do what you want. I've placed a sample script here:
http://paste.enzotools.org/show/466/
Note that the arguments to the image_line callback are in the image plane: p1 and p2 are (px, py) and (px, py), which assumes that you have the image plane x, y figured out (you can use x_dict and y_dict to get this info.)
Let me know if that doesn't work,
Matt
On Sun, Apr 25, 2010 at 5:40 PM, Nicholas Earl <earlnich@msu.edu> wrote:
Hey community,
Was wondering if anyone has any idea how I might put in a line at some x value when I do a Simple Slice. Just a simple line along the y-axis.
Thanks for your time and effort, Nicholas Earl
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org

Actually, as I'm playing around with it, it seems that I cannot change the x value of the second point. I'm getting strange slanted lines; I've posted an image below. Also, I'm using 2 as my axis, if this makes any sort of difference at all. http://nibbler.pa.msu.edu/~earlnich/images/DD0050_Slice_z_Temperature-2.png using (1.0,0.0) and (1.0,2.0) http://nibbler.pa.msu.edu/~earlnich/images/DD0050_Slice_z_Temperature-1.png using (2.0,0.0) and (2.0,2.0) Thanks! Sorry! Nick On Sun, Apr 25, 2010 at 9:59 PM, Nicholas Earl <earlnich@msu.edu> wrote:
Worked perfectly; thank you!
Nick
On Sun, Apr 25, 2010 at 9:00 PM, Matthew Turk <matthewturk@gmail.com>wrote:
Hi Nicholas,
In the trunk at r1698 I added something that might be able to do what you want. I've placed a sample script here:
http://paste.enzotools.org/show/466/
Note that the arguments to the image_line callback are in the image plane: p1 and p2 are (px, py) and (px, py), which assumes that you have the image plane x, y figured out (you can use x_dict and y_dict to get this info.)
Let me know if that doesn't work,
Matt
On Sun, Apr 25, 2010 at 5:40 PM, Nicholas Earl <earlnich@msu.edu> wrote:
Hey community,
Was wondering if anyone has any idea how I might put in a line at some x value when I do a Simple Slice. Just a simple line along the y-axis.
Thanks for your time and effort, Nicholas Earl
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org

Hi Nick, It was a mistake on my part in the initial commit. It should be fixed in r1699. Sorry about that! -Matt On Sun, Apr 25, 2010 at 7:26 PM, Nicholas Earl <earlnich@msu.edu> wrote:
Actually, as I'm playing around with it, it seems that I cannot change the x value of the second point. I'm getting strange slanted lines; I've posted an image below. Also, I'm using 2 as my axis, if this makes any sort of difference at all.
http://nibbler.pa.msu.edu/~earlnich/images/DD0050_Slice_z_Temperature-2.png using (1.0,0.0) and (1.0,2.0) http://nibbler.pa.msu.edu/~earlnich/images/DD0050_Slice_z_Temperature-1.png using (2.0,0.0) and (2.0,2.0)
Thanks! Sorry! Nick
On Sun, Apr 25, 2010 at 9:59 PM, Nicholas Earl <earlnich@msu.edu> wrote:
Worked perfectly; thank you!
Nick
On Sun, Apr 25, 2010 at 9:00 PM, Matthew Turk <matthewturk@gmail.com> wrote:
Hi Nicholas,
In the trunk at r1698 I added something that might be able to do what you want. I've placed a sample script here:
http://paste.enzotools.org/show/466/
Note that the arguments to the image_line callback are in the image plane: p1 and p2 are (px, py) and (px, py), which assumes that you have the image plane x, y figured out (you can use x_dict and y_dict to get this info.)
Let me know if that doesn't work,
Matt
On Sun, Apr 25, 2010 at 5:40 PM, Nicholas Earl <earlnich@msu.edu> wrote:
Hey community,
Was wondering if anyone has any idea how I might put in a line at some x value when I do a Simple Slice. Just a simple line along the y-axis.
Thanks for your time and effort, Nicholas Earl
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
participants (2)
-
Matthew Turk
-
Nicholas Earl