Skip to main content

Physics lab equipment analysis software

Project description

TT - lab


Easy to use import scripts for the most common physics equipments such as XPS, mass spectrometer, light spectrometers. Functions for the most typical analysis procedures.

Installation

#```python pip install ttlab


## How to use
For full explanation, see the documentation at 'link'.

Example with mass spectrometer data:

#!python

from ttlab import MassSpectrometer

Create a mass spec object

filename = 'path/filename.asc' MS = MassSpectrometer(filename)

Check what gases are included in the data

print(MS.get_gases())

Plot one of the gases, using matploltlib, returns the axes

ax = MS.plot_gas('Ar')

Get the ion current and the relative time for the gas, returns np arrays with the data

ion_current_argon = MS.get_ion_current('Ar') time_relative = MS.get_relative_time('Ar')

## Want to contibute?
With money? Plz give it it to charity instead.

With code?
Contact us by mail: 
Chalmers tekniska högskola AB 
 Chemical Physics
 TTLAB 
412 96 Göteborg

## License 
MIT license 
 Feel free to use ttlab in whatever way you want to.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ttlab-0.44.12.tar.gz (18.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page