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/display/zblkim.x | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/images/tv/display/zblkim.x')
-rw-r--r-- | pkg/images/tv/display/zblkim.x | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pkg/images/tv/display/zblkim.x b/pkg/images/tv/display/zblkim.x new file mode 100644 index 00000000..55041809 --- /dev/null +++ b/pkg/images/tv/display/zblkim.x @@ -0,0 +1,23 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +include "zdisplay.h" + +# ZBLKIM -- Blink binary file display device (millisecond time resolution). + +procedure zblkim (chan1, chan2, chan3, chan4, nframes, rate) + +int chan1[ARB] +int chan2[ARB] +int chan3[ARB] +int chan4[ARB] +int nframes +real rate +int device + +begin + device = chan1[1] / DEVCODE + switch (device) { + case IIS_CHAN: + call iisblk (chan1, chan2, chan3, chan4, nframes, rate) + } +end |