Python API#

An overview of the Investigator API to get you going with Investigator

InvestigatorConnection([...])

This class represents a connection to an instance of Investigator

Investigation(context[, path, investigation_id])

A class representing a Blueback Investigation

HistogramView(investigation)

A class representing a HistogramView

CrossplotView(investigation)

A class representing a CrossplotView

MatrixView(investigation)

A class representing a MatrixView

ParallelCoordinatesView(investigation)

A class representing a ParallelCoordinatesView

LogTracksView(investigation)

A class representing a LogTracksView

SeismicLineView(investigation)

A class representing a SeismicLineView

MapView(investigation)

A class representing a MapView

ModelIntersectionView(investigation)

A class representing a ModelIntersectionView

named_tuples

This file contains the definition of various named tuples used by Investigator

decorators

This file contains the decorators that must be used to document the data format the functions expect when called from Investigator

pickling

This file contains the methods to be used to save predictors and classifiers to files that can be transferred back to Blueback Investigator

plotting

This file contains the methods to be used to plot investigations

utils_pythontoolpro

This file contains utility methods which help when using cegal.pythontoolpro