Trailing-Edge
-
PDP-10 Archives
-
decuslib20-04
-
decus/20-0110/hlfton.sai
There are 2 other files named hlfton.sai in the archive.  Click here to see a list.
00100	entry;
 00200	COMMENT
00300	.SEC(HLFTON.SAI - gray scale display package)
  00400	.INDEX(HLFTON.SAI - gray scale display package)
00500	.;
00600	Begin "HLFTON.SAI"
    00700	comment
00800	
  00900	                         Richard Gordon
   01000	                     Image Processing Unit
01100	                   National Cancer Institute
   01200	                 National Institutes of Health
 01300	                     Building 36 Room 4D28
01400	                  Bethesda, Maryland 20014 USA
 01500	                       phone 301-496-2394
 01600	
  01700	
  01800	Revised Nov 14, 1976 - add Number mode
    01900	Revised Oct 12, 1976 - Lemkin, added Gamma correction to ASR33
02000	Revised Aug 6, 1976 - Lemkin, make display normalization compat.
   02100			all displays.
  02200	Revised May 26, 1976 -Lemkin  deleted INSPOOL and BOUND.REQ, reversed
   02300				display so get better contrast
    02400	Revised May 20, 1976 -Lemkin added Q to quit display
02500	Revised April 27, 1976 -Lemkin and Shapiro x0,yo==>xlcs,ylcs and ASR33
  02600	Revised March 22, 1976 -Gordon, call to CROSSHAIRS put in
02700	Revised Jan 5, 1976  - Peter Lemkin
  02800	Revised January 15, 1976, R. Gordon, errors in error msgs
02900	Revised Feb 1, 1976  - Peter Lemkin added ASR33 print
    03000	Revised Feb 6, 1976  - Peter Lemkin fixed ASR33 rows/columns mixup
 03100	Revised Feb 9, 1976 - Lemkin, changed terminal names
03200	Revised March 12, 1976- density reversed for compatibility with
    03300		the Dicomed -Gordon
  03400	Revised March 16, 1976- Shapiro added GT40 intensity level
    03500		display capability
   03600	
  03700	
  03800	
  03900	
  04000	
  04100		Introduction
    04200		------------
    04300	Procedure for displaying standard RTPP DDTG formated images  as
    04400	gray scale windows on the GT40, Tektronix 4012 or 4023 graphics
    04500	terminals, or an ASR33 like terminal.;
    04600	
  04700	Require "DEFINE.REQ" source!file;
    04800	Require "SYS:DISPRM.SAI" Source!file;
04900	Require "LOWER.REQ" Source!file;
05000	Require "TK4012.REQ" Source!file;
    05100	Require "TK4023.REQ" Source!file;
    05200	Require "GTDISP.REQ" Source!file;
    05300	Require "PRCMAX.REQ" Source!file;
    05400	Require "PRCINV.REQ" Source!file;
    05500	Require "PPAK.REQ" Source!file;
 05600	Require "CROSSH.REQ" source!file;