Skip to content

mirekslouf/bground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BGROUND :: semi-automated background subtraction

  • BGROUND performs semi-automated correction of background in XY-data.
    • XY-data = usually a file with two columns - (X-data,Y-data)
  • How does it work?
    • BGROUND reads XY-data and shows them in an interactive plot
    • The user defines background points and backround types
    • BGROUND does the rest (background calculation and subtraction)

Installation

  • Requirement: Python with sci-modules: numpy, matplotlib, scipy, pandas
  • pip install bground = standard installation, no other packages needed

Quick start

Documentation, help and examples

Versions of BGROUND

  • Version 0.0.1 = an incomplete testing version
  • Version 0.0.2 = the basic algorithm works
  • Version 0.0.3 = a small improvement of code and docstrings
  • Version 0.1 = OO-interface, better arrangement of funcs + semi-complete docs
  • Version 0.2 = improved OO-implementation + better UI (commands, saving, help)

About

Semi-automatic background subtraction.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages