Skip to content

DiamondLightSource/mapper_c_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some simple but extremely quick algorithms for use with https://github.com/DiamondLightSource/fast_rsm

Installation

Note that this has a dependency on numpy. This uses both the python and numpy C api; you'll need CPython C headers to be installed on your system. In general, your compiler will need to know where your CPython headers are, and where your numpy C headers are. This is a very well trodden, operating system specific task; google is your friend!

Build by typing "make"

Build as a python module with the usual: python setup.py develop

The library https://github.com/DiamondLightSource/fast_rsm depends on this library. If you want to build this module to get RSMapper working, then the python setup.py develop command should work just fine for you.

About

Some algorithms implemented in C for performance reasons, used by https://github.com/RBrearton/fast_rsm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published