aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/cdl/examples/README
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /vendor/x11iraf/cdl/examples/README
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'vendor/x11iraf/cdl/examples/README')
-rw-r--r--vendor/x11iraf/cdl/examples/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/vendor/x11iraf/cdl/examples/README b/vendor/x11iraf/cdl/examples/README
new file mode 100644
index 00000000..fb0f58de
--- /dev/null
+++ b/vendor/x11iraf/cdl/examples/README
@@ -0,0 +1,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