Skip to content
ep12 edited this page Jul 6, 2019 · 1 revision

Welcome to the physikpraktikum wiki!

Why does this exist?

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)

What do I need?

  • python3
  • python module: numpy (numeric calculations)
  • python module: scipy (regression)
  • python module: matplotlib (visualisation)
  • python module: uncertainties (numbers with uncertainties, calculations)
Clone this wiki locally