LSCE ALICE is a python tkinter interface to align ice core data series.
this doc file is under construction 👷♀️
Depending on your workflow, you can either
- Install it using pipx with
pipx install lscealice
then run it directly from your terminal with
lscealice
- Or if you don't want to install pipx, you can install it in your python distribution using pip
pip install lscealice
Then within python run
import lscealice
lscealice.launch()
Tutorial and example files are available at lscealice-tutorial
Have fun!🐧