Mask#

class cherab.lhd.emc3.cython.Mask#

Bases: IntegerFunction3D

Masking EMC3-EIRINE grid space to identify whether or not a mesh exists at the point.

This instance is callable function returning 1 corresponding in 3D space where EMC3’s index function returns a physical index, otherwise 0.

Parameters:
index_funccallable()[[float, float, float], int]

EMC3’s index_funcion returning a physical index.

Methods

__call__

Evaluate the function f(x, y, z)