pynbody.sph.renderers#
Core classes for rendering images of SPH simulations.
For most users, the pynbody.plot.sph.image() function is the most convenient interface for rendering images of SPH
simulations. A slightly lower-level approach is to use make_render_pipeline() to create a renderer object, which
then produces an image when the ImageRendererBase.render() method is called.
For complete control, one may use the ImageRenderer class directly.
Functions
|
Generate a renderer object for rendering images of a simulation snapshot. |
Classes
|
A class to render images using a lower-resolution approximation for large smoothing lengths. |
|
A class to render images with denoising applied. |
|
Implementation for rendering a simulation snapshot to a 3d grid |
|
Implementation for rendering a simulation snapshot to healpix |
A class to store the geometry of an image to be rendered. |
|
|
Implementation for rendering a simulation snapshot to 2d image |
|
An abstract base class for image renderers |
|
A base class for image rendering using multiple passes to the underlying renderer |
|
A class to render projected images. |
|
A wrapper around an |
|
A class to render images across multiple threads. |
Exceptions
|