CCD Tools

This is a simple test notebook for the Debye and Cole-Cole decomposition routines maintained here:

https://github.com/m-weigand/ccd_tools

Please report any suggestions and errors to mweigand@geo.uni-bonn.de


In [ ]:
%matplotlib inline
import os
# disable latex output
# os.environ['DD_USE_LATEX'] = '0'
import lib_dd.apps.ccd_single as ccd_single

In [ ]:
app = ccd_single.ccd_single_app('frequencies.dat', 'data.dat')
app.show()

In [ ]: