fitsplode - download |
DOWNLOAD
DEPENDENCIES
You need pgplot and cfitsio. There’s no autoconf (sorry) so edit the Makefile to point to the correct locations for pgplot and cfitsio. If you’re lucky, a simple “make” will compile the executable.
pgplot is by Tim Pearson:
http://astro.caltech.edu/~tjp/pgplot
cfitsio
can be downloaded from NASA:
http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html
EXAMPLE
The following series of commands will work on most distributions:
$ wget http://satorchi.net/fitsplode/fitsplode_0.90.tar.gzYou will have to edit the Makefile to point to your installation of pgplot, if you did not install it in /usr/local/pgplot, and similarly, for cfitsio.
RUNNING
You may like to install the executable in a standard directory which is on your executable path, typically /usr/local/bin
$ sudo cp -pv fitsplode /usr/local/binIf you get an error that the pgplot library is not found, it’s likely because the pgplot directory is not in your library path. This can be fixed with the following command (in bash):
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pgplotAlternatively, you can use (and modify) the example wrapper script which is called fitsplode.sh
BUGS
Please send me bug reports, or feature requests. You can use my message form.
Steve Torchinsky
Meudon, 2009 April 22