Skip to content

Python implemented functions to provide experimental adsorption analysis

Notifications You must be signed in to change notification settings

firebaker/adsorption-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adsorption-analysis

adsorption-anlysis provides tools to analyze experimental adsorption results.

11/16/15 - Things are working with outside module calls in an OOP fashion.

11/13/15 - We're switching from a script based approach to an OOP based approach. Things have become buggy, and the feature list is out of date.

Current Features List:

  • fit linear, freundlich, and/or langmuir isotherm to an experimental dataset using scipy.optimize.curve_fit;

  • adsorption.AdsorptionAnlysis(data, alpha) returns a sample object of the currently implemented best fit isotherms. (linear, freundlich, either langmuir)

  • isotherm.py contains the base class from which to build isotherm calculation functions, incase the currently included isotherms are not suffience for you, i.e. you can build your own (see code)

About

Python implemented functions to provide experimental adsorption analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages