Metadata-Version: 2.1
Name: traxis
Version: 1.1.0
Summary: An application to measure bubble-chambre images for the UofT advanced physics lab.
Home-page: https://gitlab.physics.utoronto.ca/advanced-lab/traxis
Author: Syed Haider Abidi, Nooruddin Ahmed, Christopher Dydul
Maintainer: David Bailey
Maintainer-email: dbailey@physics.utoronto.ca
License: GPL3
Platform: UNKNOWN
Description-Content-Type: text/markdown

# traxis

A Digital Framework for Analysis of Particle Bubble Chamber Tracks. Used in the
High Energy Physics experiment in UofT Advanced Labs.


## Description

Python-based toolkit with GUI that computes track momentum and optical density
of tracks in digitized bubble chamber images.

## Installing and Running

On Linux, UNIX, Mac:

```
tar xzvf traxis-1.0.0.tgz
cd traxis-1.0.0
./runtraxis
```

On Windows:

- Extract traxis-1.0.0.zip
- Go to extracted traxis-1.0.0 folder
- Execute runtraxis with Python 3

## Dependencies

- Python (3.3+)
- numpy
- scipy
- PyQt5 (5.3+)

## Authors

Syed Haider Abidi, Nooruddin Ahmed and Christopher Dydula


