diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-08-09 11:07:32 +0200 |
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-08-09 11:07:32 +0200 |
| commit | c5ba98607eef509d5e89a597168df650ee46dc7e (patch) | |
| tree | ab7e758a3ffeb06ae711c359eb1bd2284381077f | |
| parent | c15b00d57e51713d4946719dcf40cf68f4bdbf55 (diff) | |
| download | dabmod-c5ba98607eef509d5e89a597168df650ee46dc7e.tar.gz dabmod-c5ba98607eef509d5e89a597168df650ee46dc7e.tar.bz2 dabmod-c5ba98607eef509d5e89a597168df650ee46dc7e.zip | |
Make dpd/main.py executable and add shebang
| -rwxr-xr-x[-rw-r--r--] | dpd/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dpd/main.py b/dpd/main.py index 1cb6021..c871879 100644..100755 --- a/dpd/main.py +++ b/dpd/main.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: utf-8 -*- """This Python script calculates and updates the parameter of the digital predistortion module of the ODR-DabMod. More precisely the complex |
