Hi Nathan,
Thanks for getting back to me! This is the code I am running and the file "snapshot_020.hdf5" is saved on my desktop. Sorry I do not know the answer to the third question. All I know is that it's simulated data.
Code:
ds = yt.load("snapshot_020.hdf5")
# Create density slices in all three axes.
yt.SlicePlot(ds, 'x', "density", width = (1000.0, 'kpc')).save()
yt.SlicePlot(ds, 'y', "density", width = (1000.0, 'kpc')).save()
yt.SlicePlot(ds, 'z', "density", width = (1000.0, 'kpc')).save()
Thank you,
Adrianna P.
Hi Adriana,Can you share a short code sample that triggers this error? In particular, how are you loading your dataset? Is this a cosmological or non-cosmological output?Nathan
On Monday, June 27, 2016, Adrianna Perez <aperez313@toromail.csudh.edu> wrote:To whom it may concern,
I am having trouble loading GIZMO data to make a simple slice plot and this is the error I get:
yt.utilities.exceptions.YTDomainOverflow: Particle bounds (-934.41559, -727.99188, -1092.047) and (509.55978, 797.46954, 1034.1028) exceed domain bounds [ 0. 0. 0.] code_length and [ 10000. 10000. 10000.] code_length
Any help would be really useful. Please send me any questions you may have.
Please and thank you,
Adrianna Perez
_______________________________________________
yt-users mailing list
yt-users@lists.spacepope.org
http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org