Skip to content
README.md 988 B
Newer Older
LorenzoMonti's avatar
LorenzoMonti committed
# Calibrate-multifeed-receiver


## Download
LorenzoMonti's avatar
LorenzoMonti committed

This project is written in Python3 (3.8), so make sure you have it installed in your machine.
After that you can download the repository, open terminal and type:
LorenzoMonti's avatar
LorenzoMonti committed

```bash
git clone https://github.com/LorenzoMonti/calibrate-multifeed-receiver.git
```

LorenzoMonti's avatar
LorenzoMonti committed
Or if you are a windows user, you can download the executable from [Releases section](https://github.com/LorenzoMonti/calibrate-multifeed-receiver/releases/download/v0.8.0/calibrate_receiver.exe). Remember that you must have the NI-VISA drivers installed in order to proceed. All testing was done with NI-488.2 (<=17.6 version) for backward compatibility with GPIB-B interfaces.

LorenzoMonti's avatar
LorenzoMonti committed
## Project's dependecies

```bash
sudo apt-get install python3-tk

cd calibrate-multifeed-receiver/
python3 setup.py install
LorenzoMonti's avatar
LorenzoMonti committed
```

## Install
```bash
python3 setup.py install
```

## Usage
LorenzoMonti's avatar
LorenzoMonti committed

Now you can run the project:

```bash
LorenzoMonti's avatar
LorenzoMonti committed
calibrate_receiver
LorenzoMonti's avatar
LorenzoMonti committed
```

## License

LorenzoMonti's avatar
LorenzoMonti committed
[MIT](https://choosealicense.com/licenses/mit/)