-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ep12 edited this page Jul 6, 2019
·
1 revision
This package is meant to simplify working with measurements. Things this module should make easy:
- read data from a machine-readable format (csv) or a human-readable format (pp, pp2)
- do calculations with it (offset numbers, convert them, divide columns)
- visualise it with sane defaults (axes instead of a frame box, axes labels, markers, grids, error bars)
- perform regressions and plot the result
- save plots
- output the data to a tex file (e.g. large appendix tables)
-
python3
- python module:
numpy
(numeric calculations) - python module:
scipy
(regression) - python module:
matplotlib
(visualisation) - python module:
uncertainties
(numbers with uncertainties, calculations)