add informations and license

This commit is contained in:
rnhmjoj 2016-06-19 21:22:59 +02:00
parent 58fc894bc3
commit 64a0f5796b
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C

View File

@ -1,3 +1,27 @@
Esperimenti di Laboratorio I
# Esperimenti di Laboratorio I
## Programmi usati per svolgere i calcoli degli esperimenti
### Info
Ogni modulo rappresenta un esperimento e produce come output i risultati
richiesti (grafici, valori, tabelle...).
Il modulo [lab](https://github.com/rnhmjoj/lab-I/blob/master/lab.py) esporta
funzioni statistiche usate usate nei vari programmi. Usare `help()` per ottenere
la documentazione specifica ad ogni funzione.
### Dipendenze
I programmi sono in python 2 (ma facilmente portabile a 3) e richiedono i seguenti
pacchetti di [PyPi](https://pypi.python.org/pypi):
1. [numpy](https://pypi.python.org/pypi/numpy)
2. [matplotlib](https://pypi.python.org/pypi/matplotlib)
3. [sympy](https://pypi.python.org/pypi/sympy)
4. [uncertainties](https://pypi.python.org/pypi/uncertainties)
È inclusa una nix expression ([shell.nix](https://github.com/rnhmjoj/lab-I/blob/master/shell.nix))
che definisce l'ambiente minimo per eseguire il codice.
### License
Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html
Programmi usati per svolgere i calcoli degli esperimenti.