projection of max level along line of sight?

Hi folks,
I'm trying to make a projection of an Enzo dataset using yt-3, showing the maximum level along the line of sight. This command:
ProjectionPlot(pf,"x","grid_level",weight_field=None,data_source=reg,width=(0.25,'unitary')).save()
definitely seems to make projections of grid levels, but I'm not convinced that it is the maximum level along the LOS. Is there a better way to do this?
Thanks!
--Brian

Just throwing this out there, but no idea if it's the right answer--
Maybe you should specify proj_style="mip"?
Someone should confirm...
On May 30, 2014, at 9:32 AM, Brian O'Shea bwoshea@gmail.com wrote:
Hi folks,
I'm trying to make a projection of an Enzo dataset using yt-3, showing the maximum level along the line of sight. This command:
ProjectionPlot(pf,"x","grid_level",weight_field=None,data_source=reg,width=(0.25,'unitary')).save()
definitely seems to make projections of grid levels, but I'm not convinced that it is the maximum level along the LOS. Is there a better way to do this?
Thanks!
--Brian
yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org

On Fri, May 30, 2014 at 9:33 AM, John ZuHone jzuhone@gmail.com wrote:
Just throwing this out there, but no idea if it's the right answer--
Maybe you should specify proj_style="mip"?
Someone should confirm...
proj_style="mip" should do it -- mip == "maximum intensity projection".
On May 30, 2014, at 9:32 AM, Brian O'Shea bwoshea@gmail.com wrote:
Hi folks,
I'm trying to make a projection of an Enzo dataset using yt-3, showing
the maximum level along the line of sight. This command:
ProjectionPlot(pf,"x","grid_level",weight_field=None,data_source=reg,width=(0.25,'unitary')).save()
This will sum them up along the LOS.
definitely seems to make projections of grid levels, but I'm not
convinced that it is the maximum level along the LOS. Is there a better way to do this?
Thanks!
--Brian
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

That seems to work. Thanks, John and Matt!
On Fri, May 30, 2014 at 9:33 AM, John ZuHone jzuhone@gmail.com wrote:
Just throwing this out there, but no idea if it's the right answer--
Maybe you should specify proj_style="mip"?
Someone should confirm...
On May 30, 2014, at 9:32 AM, Brian O'Shea bwoshea@gmail.com wrote:
Hi folks,
I'm trying to make a projection of an Enzo dataset using yt-3, showing
the maximum level along the line of sight. This command:
ProjectionPlot(pf,"x","grid_level",weight_field=None,data_source=reg,width=(0.25,'unitary')).save()
definitely seems to make projections of grid levels, but I'm not
convinced that it is the maximum level along the LOS. Is there a better way to do this?
Thanks!
--Brian
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
participants (3)
-
Brian O'Shea
-
John ZuHone
-
Matthew Turk