yt-project/yt

Feature request: specify xyz or zyx order in load_octree

Open

#893 opened on Sep 7, 2014

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (315 forks)auto 404
enhancementhelp wantednew featurewishlist

Repository metrics

Stars
 (556 stars)
PR merge metrics
 (PR metrics pending)

Description

Originally reported by: astrofrog (Bitbucket: astrofrog, GitHub: astrofrog)


The load_octree currently makes assumptions about how to map the 1-d array of quantities into three dimensions. I think it varies fastest along z, then along y, then along x. It would be nice to be able to specify this order using an argument that could be set to either e.g. xyz or zyx.


Contributor guide