mirror of
https://codeberg.org/ET-Kiel/gpthist.git
synced 2026-05-01 13:34:22 +02:00
No description
- C 55.4%
- Python 44.4%
- Makefile 0.2%
| .gitignore | ||
| derive.py | ||
| hist.c | ||
| hist.py | ||
| landau.gpt | ||
| landau.py | ||
| LICENSE | ||
| linreg.py | ||
| Makefile | ||
| print.gpt | ||
| README.md | ||
| turbo_colormap.gpt | ||
| turbo_colormap_poly.gpt | ||
gpthist
Scripts for data processing and plotting.
hist.pycreate histogram to be plotted with gnuplot stylehisteps,hist.csame, fasterderive.pyfit a polynomial to every data point with gaussian weight along x,linreg.pyfit a polynomial to the data.
hist.c is a programm written in C. Many regard programming in than
language as a crime, because “safety”. I consider too much safety
to be a crime. Gaining experience and training is a lot more
important to keep our society viable. Let's made a lot of small
mistakes and accidents to avoid the really dangerous ones, with
competence instead of rules.