Skip to content

Commit

Permalink
Add new time-lapse movie
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed May 26, 2024
1 parent 607be04 commit d518d68
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/240522_APL_TESO.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from pathlib import Path

from time_lapse import make_movie, thumbnail

NAME = Path(__file__).stem
PATTERN = '/Volumes/Jedi/Cache/240522_APL_TESO/*.tif' # APL_220058 - APL_221205
POSTER = '/Volumes/Jedi/Cache/240522_APL_TESO/APL_220773.tif'


if __name__ == '__main__':
make_movie(NAME, PATTERN, 48, 4, watermark=True, verbose=False, dryrun=False)
thumbnail.create_thumbnail(NAME, Path(POSTER))

0 comments on commit d518d68

Please sign in to comment.