psalign is an open-source tool to reduce mass dispersion present in mass spectrometry (imaging) datasets. For examples on how to use the code in this repository: take a look at the psalign notebooks and run files.
Clone the repository:
git clone https://github.com/VanhemelThomas/psalign.git
create and activate an environment (Windows)
python -m venv .venv
.\.venv\Scripts\Activate.ps1
and build the project by executing
pip install .