This repository contains definition of Docker image with MATLAB Common Runtime and MATLAB-based implementations of Mass Spectrometry Imaging datasets processing. These have Python bindings through which should be called.
import MatlabAlgorithms.MsiAlgorithms as mt
context = mt.initialize()
context.fetch_thresholds(...) # or other exported function
It is the most up-to-date version allowed by MCR.