From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/images/tv/display/iismtc.x | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pkg/images/tv/display/iismtc.x (limited to 'pkg/images/tv/display/iismtc.x') diff --git a/pkg/images/tv/display/iismtc.x b/pkg/images/tv/display/iismtc.x new file mode 100644 index 00000000..2d6eb2cf --- /dev/null +++ b/pkg/images/tv/display/iismtc.x @@ -0,0 +1,21 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +include +include "zdisplay.h" +include "iis.h" + +# IISMTC -- Match channel lut to frame2. + +procedure iismtc (chan1, chan2) + +int chan1[ARB], chan2[ARB] +short lut[LEN_LUT] + +int iisflu() + +begin + if (iisflu (chan2) == GRCHAN) + return + call iisrlt (chan1, lut) + call iiswlt (chan2, lut) +end -- cgit