eradiate._mode.ModeFlag#

class eradiate._mode.ModeFlag(value)[source]#

Bases: Flag

Flags defining the various possible features associated to an Eradiate mode.

ANY = 511#

All flags

MI_BACKEND_LLVM = 8#

Mitsuba LLVM backend

MI_BACKEND_SCALAR = 4#

Mitsuba scalar backend

MI_COLOR_MODE_MONO = 16#

Mitsuba monochromatic mode

MI_DOUBLE_PRECISION_NO = 32#

Mitsuba single-precision

MI_DOUBLE_PRECISION_YES = 64#

Mitsuba double-precision

MI_POLARIZED_NO = 128#

Unpolarized

MI_POLARIZED_YES = 256#

Polarized

NONE = 0#

No flags

SPECTRAL_MODE_CKD = 2#

Correlated-k distribution mode

SPECTRAL_MODE_MONO = 1#

Monochromatic (line-by-line) mode