python.dgbpy.uibokeh_well

Author: Wayne Mogg Copyright: dGB Beheer BV Date: June 2020

Module Contents

Classes

Well

LogTrackMgr

LinePropertyWidget

GridPropertyWidget

LogTrack

class python.dgbpy.uibokeh_well.Well(wellname, args=None)
getLogIdxStr(self)
getLogNames(self)
getLogs(self, logidxs, resamp=0.5, undefval=1e+30)
getLogLimits(self, lognm)
setDepthView(self, mindepth, maxdepth)
setLogLimits(self, lognm, left, right)
getLog(self, lognm, undefval=1e+30)
getTrack(self)
getMarkers(self)
depthRange(self)
class python.dgbpy.uibokeh_well.LogTrackMgr(well, deflogs=None, trackwidth=400, withui=False)
_addtrack(self, copytrack=None)
_removetrack(self)
_addbuttonCB(self, event)
_rmvbuttonCB(self, event)
_syncbuttonCB(self, attr, old, new)
class python.dgbpy.uibokeh_well.LinePropertyWidget
class python.dgbpy.uibokeh_well.GridPropertyWidget(title, withsteps=True)
visible(self, attr, old, new)
class python.dgbpy.uibokeh_well.LogTrack(well, width, withui=False)
_inittrack(self)
_inittrackprops(self)
_initlogprops(self)
_init_log_ui(self)
_initui(self)
_update_track_ui(self)
linedash2str(self, linedash)
_update_log_selection(self, attr, old, new)
_update_log_ui(self)
_update_log_props(self)
_update_track_props(self)
apply_track_props(self)
_change_tab(self, attr, old, new)
display(self)
_getLogLimits(self, lognm)
addLog(self, lognm)
addLogs(self, logs)
addMarker(self, name, depth, color)
addMarkers(self, markers=None)
clearShading(self)
addLeftShade(self, log, color)