Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 595 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 595 Bytes

Spectre

Spectre

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.

How to run MATLAB code through Python?

import MatlabAlgorithms.MsiAlgorithms as mt
context = mt.initialize()
context.fetch_thresholds(...) # or other exported function

Why Python 3.4?

It is the most up-to-date version allowed by MCR.