blob: f31a6aa4dc1ef910c2ea206e74b0bbbb64ebea14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DISPLAY -- Prototype routines for loading and controlling the image display.
The lower level code is device dependent.
display loads the display
dcontrol adjusts the display (frame select, window, etc.)
The basic strategy is that the image display device is interfaced to IRAF
file i/o as a binary file. IMIO is then used to access the image or graphics
planes of the device as a disk resident imagefile would be referenced.
Each image plane of each image device is a separate "imagefile", and has a
distinct image header file in the directory "dev$".
This package uses the ZFIOGD (binary graphics device) device driver, the
source for which is in host$gdev. It is this driver which implements physical
i/o to the device (actually, to the host system device driver for the device).
|