source: tags/release-0.9.2/README

Last change on this file was 8, checked in by Matthew Whiting, 18 years ago

Updated README to include locations for the various libraries,
should the user need to install them.

File size: 2.0 KB
Line 
1The Duchamp Source Finder
2-------------------------
3
4Here's a brief guide to getting Duchamp up and running.
5
6There is an executable (Duchamp) that has been compiled on a Debian
7Linux kernel 2.6.8-2-686, with gcc version 3.3.5 (Debian 1:3.3.5-13)
8
9If that is no good to you, you can compile it yourself using the
10Makefile included in this directory (sorry for not having a configure
11script or similar yet!).
12
13Duchamp uses three main external libraries: pgplot, cfitsio and
14wcslib. You will need to set the paths for the base directory and
15three libraries, as they are currently configured for my use and will
16not be of much use to you! These are:
17
18BASE --> the current directory
19PGDIR --> where the pgplot libraries (and header files) are located
20CFITSIODIR --> where the header file fitsio.h is
21CFITSIOLDIR --> where the cfitsio library is located (libcfitsio.a)
22WCSDIR --> where the wcslib header files are
23WCSLDIR --> where the wcslib library is located (libwcs.a)
24
25If you do not have the libraries, they can be downloaded from the
26following locations:
27PGPlot -- http://www.astro.caltech.edu/~tjp/pgplot/
28cfitsio -- http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html
29wcslib -- http://www.atnf.csiro.au/people/Mark.Calabretta/WCS/index.html
30
31Once you've set up the Makefile correctly, then simply typing
32> make duchamp
33will compile the program.
34
35To run it, you need to use the syntax
36> Duchamp -p parameterFile
37where parameterFile is a file with the input parameters, including the
38name of the cube you want to search.
39
40There are two example input files included with the distribution. The
41smaller one, InputExample, shows the typical parameters one might want
42to set. The large one, InputComplete, lists all parameters that can be
43entered, and a brief description of them. Refer to the documentation
44for further details.
45
46To get going quickly, just replace the "your-file-here" in
47InputExample with your image name, and type
48> Duchamp -p InputExample
49and you're off!
50
51Any questions, please contact me!
52
53Matthew Whiting
54March 2006
55Matthew.Whiting@csiro.au
56
Note: See TracBrowser for help on using the repository browser.