Changeset 4540 for trunk/psLib/src/fits
- Timestamp:
- Jul 12, 2005, 9:12:01 AM (21 years ago)
- Location:
- trunk/psLib/src/fits
- Files:
-
- 1 added
- 2 edited
-
Makefile.am (modified) (1 diff)
-
fits.i (added)
-
psFits.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/Makefile.am
r4446 r4540 1 #Makefile for dataIOfunctions of psLib1 #Makefile for fits functions of psLib 2 2 # 3 INCLUDES = \ 4 -I$(top_srcdir)/src/astro \ 5 -I$(top_srcdir)/src/db \ 6 -I$(top_srcdir)/src/fft \ 7 -I$(top_srcdir)/src/fits \ 8 -I$(top_srcdir)/src/imageops \ 9 -I$(top_srcdir)/src/math \ 10 -I$(top_srcdir)/src/mathtypes \ 11 -I$(top_srcdir)/src/sys \ 12 -I$(top_srcdir)/src/types \ 13 -I$(top_srcdir)/src/xml \ 14 $(all_includes) 3 noinst_LTLIBRARIES = libpslibfits.la 15 4 16 noinst_LTLIBRARIES = libpslibdataIO.la 5 libpslibfits_la_SOURCES = \ 6 psFits.c 17 7 18 libpslibdataIO_la_SOURCES = \ 19 psLookupTable.c \ 20 psFits.c \ 21 psDB.c 22 23 24 BUILT_SOURCES = psFileUtilsErrors.h 25 EXTRA_DIST = psFileUtilsErrors.dat psFileUtilsErrors.h dataIO.i 26 27 psFileUtilsErrors.h: psFileUtilsErrors.dat 28 $(top_srcdir)/src/psParseErrorCodes --data=$? $@ 8 EXTRA_DIST = fits.i 29 9 30 10 pslibincludedir = $(includedir) 31 11 pslibinclude_HEADERS = \ 32 psLookupTable.h \ 33 psFits.h \ 34 psDB.h 35 12 psFits.h -
trunk/psLib/src/fits/psFits.c
r4392 r4540 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 39$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 6-25 02:02:05$9 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-07-12 19:12:01 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 18 18 #include "string.h" 19 19 #include "psError.h" 20 #include "ps FileUtilsErrors.h"20 #include "psErrorText.h" 21 21 #include "psImageStructManip.h" 22 22 #include "psMemory.h"
Note:
See TracChangeset
for help on using the changeset viewer.
