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 Jul 14, 2024
1 parent 0385955 commit 43308f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/240714_APL_Neoliet.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/240714_APL_Neoliet/*.tif' # APL_222660 - APL_223186
POSTER = '/Volumes/Jedi/Cache/240714_APL_Neoliet/APL_222694.tif'


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

0 comments on commit 43308f2

Please sign in to comment.