Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arn4/labtools
Package with useful scripts for Physics Laboratory Courses
https://github.com/arn4/labtools
numpy python3 scipy uncertainties
Last synced: about 1 month ago
JSON representation
Package with useful scripts for Physics Laboratory Courses
- Host: GitHub
- URL: https://github.com/arn4/labtools
- Owner: arn4
- License: gpl-3.0
- Created: 2019-02-13T00:06:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T08:44:35.000Z (over 4 years ago)
- Last Synced: 2024-10-14T15:01:30.540Z (about 1 month ago)
- Topics: numpy, python3, scipy, uncertainties
- Language: Python
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![PyPI version](https://badge.fury.io/py/labtools-arna.svg)](https://badge.fury.io/py/labtools-arna)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farn4%2FLabTools%2Fbadge%3Fref%3Dmaster&style=popout)](https://actions-badge.atrox.dev/arn4/LabTools/goto?ref=master)
[![codecov](https://codecov.io/gh/arn4/LabTools/branch/master/graph/badge.svg)](https://codecov.io/gh/arn4/LabTools)# LabTools
This is a Python Package written during the physics laboratory courses that I have
attended at the University of Pisa.It can be used for fitting data, make plots, formatting data for LaTex
documents and generating tables. It is fully compatible with the uncertainties package.## Installation
The easiest way to install LabTools is using `pip`:```pip install labtools-arna```
If you don't like pip you can just clone the repository and use the code directly.
## Usage
To use the packcage just type:```import LabTools```
[explain better!]## Documentations
Unfortunately, there isn't structured documentation yet. There are many examples of usage in the repository I used for the Laboratory 3 Course at UniPi. You can find the source code at https://gitlab.com/l.arnaboldi/laboratorio-3.If you would like to use this package and you have questions, feel free to write me an email ([email protected]). I will be happy to help you with using LabTools!
## What are lab2 and lab1 verions?
In the folders `lab1` and `lab2` there are old files I used in the lab before LabTools. All their functionalities have been reimplemented in LabTools, I keep them only for historical reasons.