Skip to content

djorlando24/APS7BM-Python-Library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 

Repository files navigation

APS7BM-Python-Library

APS 7BM Python-Library has been forked by DD to make modifications to setup.py for system-agnostic cython compilation, and create a proper importable python module called "aps7bmlib" that can be used system-wide.

To access a module from anywhere on your system in python, you can then call "from aps7bmlib import ". For example:

from aps7mblib import Combine_Scans Combine_Scans.fprocess_files(**kwargs)

-- To install aps7bmlib system wide, do "python setup.py install" -- To install aps7bmlib for your local user account , do "python setup.py install --user" -- To install aps7bmlib in the local directory only, do "python setup.py develop"

About

Library of useful Python files for APS 7BM beamline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%