diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/images/tv/iis/doc/blink.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/images/tv/iis/doc/blink.hlp')
-rw-r--r-- | pkg/images/tv/iis/doc/blink.hlp | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/pkg/images/tv/iis/doc/blink.hlp b/pkg/images/tv/iis/doc/blink.hlp new file mode 100644 index 00000000..f1440ebf --- /dev/null +++ b/pkg/images/tv/iis/doc/blink.hlp @@ -0,0 +1,46 @@ +.help blink Jan86 images.tv.iis +.ih +NAME +blink -- Blink frames in the image display +.ih +USAGE +blink frame1 frame2 [frame3 [frame4]] +.ih +PARAMETERS +.ls frame1 +First frame in blink sequence. +.le +.ls frame2 +Second frame in blink sequence. +.le +.ls frame3 +Third frame in blink sequence. +.le +.ls frame4 +Fourth frame in blink sequence. +.le +.ls rate = 1. +Blink rate in seconds per frame. May be any fraction of a second. +.le +.ih +DESCRIPTION +Two or more frames are alternately displayed on the image display monitor +("stdimage") at a specified rate per frame. +.ih +EXAMPLES +To blink two frames: + + cl> blink 1 2 + +To blink three frames at a rate of 2 seconds per frame: + + cl> blink 3 1 2 rate=2 +.ih +BUGS +The blink rate is measured in +software and, therefore, will not be exactly even in a time sharing +environment. +.ih +SEE ALSO +cv +.endhelp |