orbix.viz._require

orbix.viz._require#

Import guard for the optional eyepiece dependency.

Functions#

eyepiece()

Import eyepiece, or raise with the install hint.

Module Contents#

orbix.viz._require.eyepiece()[source]#

Import eyepiece, or raise with the install hint.

Returns:

The imported eyepiece module.

Raises:

ImportError – If eyepiece is not installed; the message names the orbix[viz] extra that provides it.