fitsTcl

Difference between version 2 and 4 - Previous - Next
fitsTcl is a binary extension to Tcl, providing simple access to astronomical data stored in [FITS] file format. fitsTcl implements a Tcl interface to the CFITSIO library, developed by the HEASARC (High Energy Astrophysics Science Archive Research Center) at the NASA Goddard Space Flight Center. fitsTcl is primarily distributed as part of the [fv] FITS file editor. It is also [http://heasarc.gsfc.nasa.gov/docs/software/ftools/fv/fitsTcl_home.html%|%available by itself]; it requires [http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html%|%CFITSIO] which is a separate download.  The license for both is [GPL].
fitsTcl is available via the [BAWT] framework. 
The [http://www.pawt.tcl3d.org%|%PAWT] package contains procedures to read and write FITS files.

'''Documentation'''   * [https://heasarc.gsfc.nasa.gov/docs/software/lheasoft/ftools/fv/fitsTcl215.html%|%fitsTcl ManUser's Gualide]
   * new commands: fits, list2ptr, ptr2list, range, vexpr
   * '''fits open''' opens a new FITS file as a "FitsFile object", and creates a command to manipulate that object

<<categories>> Graphics | Image Processing | (L)GPL Licensed