Blockhead is a tool for aligning structure within timeseries.
We're currently supporting the scale space segmentation algorithm. This algorithm finds edges in timeseries as a function of scale. It's useful for segmenting timeseries that have shocks. As a an applied method, it's used in machine learning applications of well-log data in minerals and oil and gas exploration.
- Scale space segmentation, A. Witkin
Currently blockhead can be installed from source:
git clone https://github.com/brendonhall/blockhead.git
cd blockhead
pip install .
pip install poetry
git clone https://github.com/brendonhall/blockhead.git
cd blockhead
poetry install
*Coming soon, pip install -U blockhead*
python -m unittest discover