The library is located at /home/tsutsumi/sniffer/lib on smadata(Cambrdige).
Programs that make use of librdsmafits.a need fits_reader.h
and smadb.h to be included. To compile such programs, the following
command could be used.
gcc -o main_program main_program.c -I/home/tsutsumi/lib librdsmafits.a
To demonstrate how these routines can be used, a sample program is given in Appendix. This program reads all tables in an SMA FITS file and print out some of the parameters on console.