how to find virial radius from enzo output
Dear All, How to find virial radius from enzo output. From the following page http://yt-project.org/docs/2.6/reference/api/generated/yt.analysis_modules.h... I came to know that there is a function called virial_radius(). But how to use it? In the provided example
vr = halos[0].virial_radius()
what is ' halos[0] ' ? Thank You -- Reju Sam John
Hi Reju, “halos[0]” is the first halo in the list of halos found by yt’s HaloFinder. Rather than looking directly at the source list, I recommend exploring the examples of how to use yt’s cosmology analysis tools: http://yt-project.org/docs/dev/cookbook/cosmological_analysis.html and for the details of halo finding: http://yt-project.org/docs/2.6/analyzing/analysis_modules/running_halofinder... Elizabeth On May 27, 2014, at 4:01 PM, Reju Sam John <rejusamjohn@gmail.com> wrote:
Dear All, How to find virial radius from enzo output. From the following page http://yt-project.org/docs/2.6/reference/api/generated/yt.analysis_modules.h...
I came to know that there is a function called virial_radius(). But how to use it? In the provided example
vr = halos[0].virial_radius() what is ' halos[0] ' ?
Thank You
-- Reju Sam John _______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
Hi Elizabeth, Thakyou.... Thank you very much.... On Tue, May 27, 2014 at 12:36 PM, Elizabeth Tasker < tasker@astro1.sci.hokudai.ac.jp> wrote:
Hi Reju,
“halos[0]” is the first halo in the list of halos found by yt’s HaloFinder.
Rather than looking directly at the source list, I recommend exploring the examples of how to use yt’s cosmology analysis tools:
http://yt-project.org/docs/dev/cookbook/cosmological_analysis.html
and for the details of halo finding:
http://yt-project.org/docs/2.6/analyzing/analysis_modules/running_halofinder...
Elizabeth
On May 27, 2014, at 4:01 PM, Reju Sam John <rejusamjohn@gmail.com> wrote:
Dear All, How to find virial radius from enzo output. From the following page
http://yt-project.org/docs/2.6/reference/api/generated/yt.analysis_modules.h...
I came to know that there is a function called virial_radius(). But how to use it? In the provided example
vr = halos[0].virial_radius()
what is ' halos[0] ' ?
Thank You
-- Reju Sam John _______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
-- Reju Sam John
participants (2)
-
Elizabeth Tasker
-
Reju Sam John