From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- vendor/x11iraf/cdl/README | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 vendor/x11iraf/cdl/README (limited to 'vendor/x11iraf/cdl/README') diff --git a/vendor/x11iraf/cdl/README b/vendor/x11iraf/cdl/README new file mode 100644 index 00000000..32762ca4 --- /dev/null +++ b/vendor/x11iraf/cdl/README @@ -0,0 +1,36 @@ +########################################################################### +# # +# CDL -- Client Display Library Mar 04, 1998 # +# # +########################################################################### + + + This directory contains the Client Display Library (CDL) sources. +The CDL is a host interface for C or Fortran programs allowing them to +display images or overlay graphics to display servers such as XImtool or +SAOimage / SAOtng. High-level procedures allow IRAF or FITS images to be +displayed simply, other routines permit access to all other server functions +(e.g. cursor and image readback, frame selection, etc). The library also +features a number of functions for doing image overlay graphics; supported +graphics primitives include numerous point shapes, lines, circles, ellipses, +polygons, annular shapes, and text. + + This package is made up of several interfaces, specifically + + CDL - high-level image display and graphics overlay + IMD - mid-level image display routines + COMM - server communications (currently IIS) + +See the Notes file or Reference Guide in the doc subdirectory for more +information. + + Source for the library itself is in this directory. Documentation +is in the 'doc' subdirectory and demonstration applications can be found in +the 'examples' subdirectory. The 'test' subdirectory contains debugging +programs used during development; they're not really good examples of +programming practice but may serve as demos of how individual functions +can be called. + + See the RELEASE.NOTES file in this directory, or the Reference +Guide in the 'doc' subdirectory for information on using and installing +this library. -- cgit