Skip to content

Commit

Permalink
Update make_movie.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 authored Mar 24, 2021
1 parent af04620 commit 8c51312
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions make_movie.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def distance(obj_1, obj_2):
else: df = pd.read_csv('catalogue/'+os.listdir('catalogue')[0])[0:N]

if args.downloading == 1:
download = input('Paste here your url where to find the fits file: ')
fits_download = True
Movie = MovieMaker(fits_download=True,
imsize=0.4,#defaul imsize
framerate=FRAMERATE)
Expand Down

0 comments on commit 8c51312

Please sign in to comment.