Python Laboratory Operations Toolkit News
many useful snippets for using python in a laboratory
Brought to you by:
mendenhall
I am working on updating the major modules in analysis to be Numeric and numpy compatible. I have reworked C2Functions, fitting_toolkit, and voigt_profile to be capable of using either package. They will 'prefer' numpy, in that if numpy exists, they will use it, but should fall back gracefully to Numeric if numpy is not available.