Newer
Older
fitsTcl is a TCL interface to the CFITSIO astronomical library
which provides access to FITS data files. It can be used either by
itself within the standard Tcl/Tk applications tclsh and wish, or
within the fv software package also distributed by the HEASARC at
NASA Goddard.
The fitsTcl User's Guide is located in the fitsTcl.html file
fitsTcl can be built under PC Linux or Mac OS X, and requires the
CFITSIO and Tcl packages. Instructions for building the software
are below.
Please send any questions or problem reports to the FTOOLS help desk:
ftoolshelp@bigbang.gsfc.nasa.gov.
Before building fitsTcl, make sure you have Tcl installed on your
machine and can locate the tcl.h header file. To build the fitsTcl
library:
1. Download the latest version of the cfitsio source code from:
http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html
2. Unpack the compressed fitsTcl tar file and enter the fitsTcl-2.4
directory.
DIR2 is the path to the cfitsio source directory
(default is ./cfitsio)
DIR3 is the path to the location of the tcl.h header file
(default is $prefix/include or /usr/include).
These may be considered optional only if the defaults are valid
for your system/setup.
Under the Cygwin environment, an additional argument is required:
DIR4 is the path to the location of the Tcl library (libtcl8.x.dll).
The final library will be installed in the directory DIR1/lib
which must exist. Note that the library itself does not depend
on the value of DIR1, only the installation step in the Makefile.
which will place it in the DIR1/lib directory, or move the
library (libfitstcl.so, or libfitstcl.dylib under Mac OS X)
manually to where you want it.
You may need to specify an explicit path to the library or set the
LD_LIBRARY_PATH (DYLD_LIBRARY_PATH on Mac OS X) to its location.