yt.extensions.volume_rendering.Camera.snapshot

Camera.snapshot()

Ray-cast the camera.

This method instructs the camera to take a snapshot – i.e., call the ray caster – based on its current settings.

Returns :

image : array

An (N,M,3) array of the final returned values, in float64 form.

Previous topic

yt.extensions.volume_rendering.Camera.look_at

Next topic

yt.extensions.volume_rendering.Camera.zoom

This Page