fitsplode - download

INSTALL - fitsplode

Steve Torchinsky, 23 April 2009
http://satorchi.net/fitsplode/download.php

DOWNLOAD

current version:   fitsplode_0.90.tar.gz (42KiB)
md5sum:  4f00e8afb173de198672453a8c8d90f

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.gz
$ tar xvf fitsplode_0.90.tar.gz
$ cd fitsplode
$ make

You 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/bin

If 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/pgplot

Alternatively, 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

last update 2017 February 12, 13:52 UTC by Steve Torchinsky. See changelog.