cine
Purpose:
-
Rapidly display images in cine mode so they can be quickly evaluated for motion.
Usage:
cine [-dszSlp] <pattern> <epi1> <epi2> ...
- <pattern>: Pattern to be matched to filename. Can contain the standard metacharacters '*?.^$' with their usual Unix meaning.
- -d, --delay: Time delay in ms. Minimum time between updates. Larger numbers slow down display.
- -s --slice; Slice to be displayed. Defaults to center slice.
- -z --zoom: Zoom factor to be used.
- -S --stride: Frames to skip. stride=2 displays frames 0,2,4,6,8,...
- -l --loop=1: Loop continuously (default = 1).
- -h, --help show this help message and exit
How it works:
The program first searches directories below the ones specified directories for files that match the pattern specified with the -p option (the default is *, which won't work well). The files are displayed sequentially. Each file will loop continuously with a black frame at the end. Clicking the "next" button loads the next file. On systems with two processors, one processor will be used to display the images while the other is used to concurrently load and format the next run.