Skip to content

spectre-team/python_msi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Definition of python_msi Docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages