Hi Vishaal,<br><br>Welcome to yt!<br><br>First, I think it might help to explain what yt's load function does.  yt can operate on datasets produced by a number of simulation codes.  The data format for each of these codes is pretty different, but usually yt can figure out what type of data it's dealing with by the format of the file that is given to the load command.  Even then, the input must be of the form of one of the supported simulation codes.  For a list of which codes are supported, you can check here: <a href="http://hg.yt-project.org/yt/wiki/CodeSupportLevels">http://hg.yt-project.org/yt/wiki/CodeSupportLevels</a><br>
<br>To help you further, we will need a little more information.  Are you working with data from a certain simulation code?  What does this file look like and how specifically would you like to visualize it?<br><br>Finally, $YT_DEST is meant to be an environment variable that you could set.  So for example, if your stuff was in <br>
/home/software/src/yt-hg/test<br>you could have in your .bashrc file<br>export YT_DEST=/home/software<br>and then <br>cd $YT_DEST/src/yt-hg/tests<br>would take you right there.<br><br>Britton<br><br><div class="gmail_quote">
On Thu, Nov 10, 2011 at 1:48 AM,  <span dir="ltr"><<a href="mailto:vishaalk@umich.edu">vishaalk@umich.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Hi! I am an undergraduate student who is tasked with learning YT. I have<br>
gotten it to to work in command line and in the python shell with the given<br>
data set, but I am tasked with visualizing an ASCII data file of a single<br>
halo. Is it possible to import ASCII data sets with the load() function in<br>
the python shell?<br>
<br>
Also, to get my python shell working I have to input $ cd /src/yt-hg/tests<br>
instead of the cd $YT_DEST/src/yt-hg/tests suggested in the orientation<br>
session. Do you know why this might be?<br>
<br>
Thank you for your time.<br>
<br>
Sincerely,<br>
Vishaal Kalwani<br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</blockquote></div><br>