[yt-users] Slice issues

Brian Crosby crosby.bd at gmail.com
Thu Jul 1 13:38:32 PDT 2010


Matt,

I gave it another try, and again met with trouble as soon as it tries to create a slice.  Here are the script and output:

Thanks,
Brian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: slices_h.py
Type: text/x-python-script
Size: 1298 bytes
Desc: not available
URL: <http://lists.spacepope.org/pipermail/yt-users-spacepope.org/attachments/20100701/157edfc0/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Slices.o1449654
Type: application/octet-stream
Size: 37065 bytes
Desc: not available
URL: <http://lists.spacepope.org/pipermail/yt-users-spacepope.org/attachments/20100701/157edfc0/attachment.obj>
-------------- next part --------------


On Jul 1, 2010, at 11:44 AM, Matthew Turk wrote:

> Hi Brian,
> 
> In this particular example, you need to set up the PlotCollection --
> 
> pc = PlotCollection(pf, center=[0.5,0.5,0.5])
> 
> for instance.  If you give that a shot and run it again, can you send
> me the output/script that gets you to the error you had previously?
> 
> -Matt
> 
> On Wed, Jun 30, 2010 at 1:11 PM, Brian Crosby <crosby.bd at gmail.com> wrote:
>> Matt,
>> 
>> I gave it a try, but no luck.  Here's the script and the output log.
>> 
>> Thanks,
>> Brian
>> 
>> 
>> 
>> 
>> 
>> 
>> On Jun 30, 2010, at 1:39 PM, Matthew Turk wrote:
>> 
>>> Hi Brian,
>>> 
>>> You probably don't need to slice in parallel -- slices are very memory
>>> efficient, compared to things like projections.  Parallel slices are
>>> typically only needed for in-situ analysis.  But, that being said,
>>> they should still work.  I actually made a change this morning that
>>> backported a bug with the data files to yt-1.7  Could you try "yt
>>> instinfo -u" and run a parallel slice (no halo finding necessary)
>>> script again?
>>> 
>>> If that does not work, please let me know, and include the script if possible?
>>> 
>>> Thanks!
>>> 
>>> -Matt
>>> 
>>> On Wed, Jun 30, 2010 at 10:36 AM, Brian Crosby <crosby.bd at gmail.com> wrote:
>>>> Hi all,
>>>> 
>>>> I've been trying to make a series of plots from the data dumps of an Enzo simulation, but am encountering problems when yt attempts to make slices.  At first I thought it was due to some error in the recursion, but after making a much more direct script, it appears to come up as soon as slices are to be created.  For what it's worth, projections are made without any problem, it's the slices that are giving me trouble.  The output file is attached.
>>>> 
>>>> Thanks,
>>>> Brian
>>>> 
>>>> 
>>>> _______________________________________________
>>>> yt-users mailing list
>>>> yt-users at lists.spacepope.org
>>>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>>>> 
>>>> 
>>> _______________________________________________
>>> yt-users mailing list
>>> yt-users at lists.spacepope.org
>>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>> 
>> 
>> _______________________________________________
>> yt-users mailing list
>> yt-users at lists.spacepope.org
>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>> 
>> 
> _______________________________________________
> yt-users mailing list
> yt-users at lists.spacepope.org
> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org



More information about the yt-users mailing list