Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.03 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.03 KB

Overview

Build Status

Spinmob is a scientific data analysis and plotting package I wrote during graduate school (and have since been making less and less studip ← actual typo I decided to leave in) to move past expensive, buggy, poorly-documented programs like Origin, and weaker programs like Excel. It turns out python is just awesomer than everything else, and it behaves the same on all computers for free. Ultimately, this plus Inkscape were all I needed to go from data to publication. In upcoming releases I will also add what my lab uses to take data.

The main features are

  • forgiving and user-friendly data class for handling ASCII data files
  • high-level automated plotting based on matplotlib
  • interactive nonlinear least-squares multi-curve fitting object
  • a bunch of random functions I found useful in dealing with strings and data.

See the spinmob wiki for more info.