blob: fb0f58dee056cc655a7299a92fc3a3ac3fff1b0d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
CDL PACKAGE EXAMPLES -- This directory contains several example programs
to demostrate usage of the Client Display library. Programs are available
in both C and Fortran. These are working examples but perhaps not the most
highly efficient code since they're meant to demonstrate how the package
might be used. Tasks available so far include
DISPLAY.C - C program to display an image. Demonstrates how
to use the high level format display calls, the
midlevel raw pixel display, and the lowest level
raw raster display methods.
TVMARK.C - C program to display and image and overlay with
point marks, optional interactive marking available.
Demonstrates usage of cursor reads and call for
the various marking routines.
MOSAIC.C - C program to mosaic several images on the display.
Demonstrates the use of low-level raster I/O to
do more complex display operations.
FDISPLAY.F - Fortran equivalent of the DISPLAY task above.
FTVMARK.F - Fortran equivalent of the TVMARK task above.
Misc Files in This Directory:
DPIX.FITS - 512x512 test image of M51
COORDS - sample coordinate file for tvmark task
|