Skip to content

Commit

Permalink
adds matching numpy to astropy
Browse files Browse the repository at this point in the history
adds matching numpy to astropy
adds missing Wiener Filter to description
  • Loading branch information
hornig committed Mar 15, 2021
1 parent 6fad5b1 commit 57edefe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orbitdeterminator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def read_args():
"Available filters: | Available methods for orbit determination:\n"\
" 1. Savitzky Golay Filter | 1. Lamberts Kalman\n"\
" 2. Triple Moving Average Filter| 2. Cubic spline interpolation\n"\
" | 3. Ellipse Bset Fit\n"\
" 3. Wiener Filter | 3. Ellipse Bset Fit\n"\
" | 4. Gibbs 3 Vector\n"
print("\n" + workflow)
args = read_args()
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ colorama >= 0.3.9
cycler >= 0.10.0
inquirer
matplotlib >= 2.1.2
numpy >= 1.14.0
numpy >= 1.17.0
pluggy >= 0.6.0
poliastro >= 0.9.1
py >= 1.5.2
Expand Down

0 comments on commit 57edefe

Please sign in to comment.