cigvis.visernodes.well_log module#

class cigvis.visernodes.well_log.LogBase(points: ndarray, values: ndarray = None, colors: ndarray = None, cmap: str = 'jet', clim: Tuple[float, float] = None, scale: int = -1)#

Bases: ViserNodeMixin

property clim#
property cmap#
property data_extent#
property position#
update_node()#
property wxyz#
class cigvis.visernodes.well_log.LogLineSegments(points: ndarray, values: ndarray = None, colors: ndarray = None, cmap: str = 'jet', clim: Tuple[float, float] = None, line_width: float = 1, scale: int = -1, **kwargs)#

Bases: LogBase

process_points()#
update_node()#
class cigvis.visernodes.well_log.LogPoints(points: ndarray, values: ndarray = None, colors: ndarray = None, cmap: str = 'jet', clim: Tuple[float, float] = None, point_size: float = 1, point_shape: str = 'square', color=None, scale: int = -1, precision: str = 'float16', point_shading: str = 'gradient', **kwargs)#

Bases: LogBase

process_points()#
update_node()#