IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4540 for trunk/psLib/src/fits


Ignore:
Timestamp:
Jul 12, 2005, 9:12:01 AM (21 years ago)
Author:
desonia
Message:

massive restructuring of codebase.

Location:
trunk/psLib/src/fits
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/Makefile.am

    r4446 r4540  
    1 #Makefile for dataIO functions of psLib
     1#Makefile for fits functions of psLib
    22#
    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)
     3noinst_LTLIBRARIES = libpslibfits.la
    154
    16 noinst_LTLIBRARIES = libpslibdataIO.la
     5libpslibfits_la_SOURCES = \
     6        psFits.c
    177
    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=$? $@
     8EXTRA_DIST = fits.i
    299
    3010pslibincludedir = $(includedir)
    3111pslibinclude_HEADERS = \
    32         psLookupTable.h \
    33         psFits.h \
    34         psDB.h
    35 
     12        psFits.h
  • trunk/psLib/src/fits/psFits.c

    r4392 r4540  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-25 02:02:05 $
     9 *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-07-12 19:12:01 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1818#include "string.h"
    1919#include "psError.h"
    20 #include "psFileUtilsErrors.h"
     20#include "psErrorText.h"
    2121#include "psImageStructManip.h"
    2222#include "psMemory.h"
Note: See TracChangeset for help on using the changeset viewer.