
I don’t think that PR touched the OWLS/EAGLE specific functionality in the Gadget frontend, which is hat is specifically being pointed out here. On Wed, Jan 24, 2018 at 8:42 AM Cameron Hummels <chummels@gmail.com> wrote:
I thought this *was* already fixed for OWLS/EAGLE data in Bili's PR.
https://github.com/yt-project/yt/pull/1611
On Tue, Jan 23, 2018 at 5:58 PM, Nathan Goldbaum <nathan12343@gmail.com> wrote:
I think this was fixed for Gadget but no one realized there was an additional fix necessary for OWLS/EAGLE data.
Would you be willing to send in a pull request with a fix?
-Nathan
On Tue, Jan 23, 2018 at 7:45 PM, Stephanie Ho <stephaniehkho@gmail.com> wrote:
Hi all,
I am concerned about the velocity unit when yt reads EAGLE simulation. To convert the on-disk peculiar velocity (call this raw_velocity) to a physical velocity [cm/s]: physical velocity [cm/s] = raw_velocity * sqrt(a) * 1e5
When I specify: ad['PartType0','Velocity'].in_units('km/s') The output says it is in km/s, so I would expect this is the physical velocity. However, the output actually does not multiply the raw_velocity by sqrt(a)
Looking at the source code (and its comments), I am not sure if this is intentional, or is this sqrt(a) accidentally missed out.
https://github.com/yt-project/yt/blob/master/yt/frontends/gadget/data_struct... Line 490-499
A possibly relevant discussion (several years ago) with Gadget using yt (this is now fixed):
https://bitbucket.org/yt_analysis/yt/pull-requests/1710/gadget-cosmology-sim...
So, does yt intentionally not to multiply the velocity unit by sqrt(a) factor, or is the factor accidentally missed out? This could be confusing for relative new users like myself. Apologize if this is well known for experts.
Thanks, Stephanie _______________________________________________ yt-users mailing list -- yt-users@python.org To unsubscribe send an email to yt-users-leave@python.org
_______________________________________________ yt-users mailing list -- yt-users@python.org To unsubscribe send an email to yt-users-leave@python.org
-- Cameron Hummels NSF Postdoctoral Fellow Department of Astronomy California Institute of Technology http://chummels.org _______________________________________________ yt-users mailing list -- yt-users@python.org To unsubscribe send an email to yt-users-leave@python.org