yt.extensions.volume_rendering.StereoPairCamera.snapshot

StereoPairCamera.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.

This Page