Add shebang to execute directly

This commit is contained in:
linarphy 2023-06-26 11:39:29 +02:00
parent 5dc16bbe09
commit db21a1bd65
No known key found for this signature in database
GPG key ID: 3D4AAAC3AD16E79C
2 changed files with 4 additions and 0 deletions

2
ETA.py
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import numpy as np
import matplotlib.pyplot as plt
import utils

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import numpy as np
import matplotlib.pyplot as plt
from scipy.signal import medfilt , find_peaks