mindelec.data.BBoxType

class mindelec.data.BBoxType(value)[source]

Bounding box for sampling space, only supports cube-shape sampling space, at present supports STATIC(0) and DYNAMIC(1).

  • ‘DYNAMIC’, generate sampling bbox from the bbox of all 3-D topology models and space extension constants, models bbox can be computed automatically after read all files, then add extension constants on each direction the DYNAMIC sampling bbox can be obtained. Each model is different. Space=(x_min - x_neg, y_min - y_neg, z_min - z_neg, x_max + x_pos, y_max + y_pos, z_max + z_pos)

  • ‘STATIC’, users can specify the sampling space on each dimension, in (x_min, y_min, z_min, x_max, y_max, z_max) order.

Supported Platforms:

Ascend