IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6554


Ignore:
Timestamp:
Mar 8, 2006, 5:10:27 PM (20 years ago)
Author:
Paul Price
Message:

Changes to build modules to allow building while developing

Location:
branches/rel10_ifa/psModules/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/Makefile.am

    r5685 r6554  
    77libpsmodule_la_DEPENDENCIES = $(SRCSUBLIBS)
    88
     9include_HEADERS = \
     10        psmodules.h
     11
    912EXTRA_DIST = psErrorCodes.dat
  • branches/rel10_ifa/psModules/src/detrend/pmMaskBadPixels.c

    r6448 r6554  
    2424 *  @author Ross Harman, MHPCC
    2525 *
    26  *  @version $Revision: 1.3.12.1 $ $Name: not supported by cvs2svn $
    27  *  @date $Date: 2006-02-17 17:13:41 $
     26 *  @version $Revision: 1.3.12.2 $ $Name: not supported by cvs2svn $
     27 *  @date $Date: 2006-03-09 03:10:27 $
    2828 *
    2929 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9696
    9797    // Determine total offset based on image offset with chip offset
    98     totOffCol = inImage->col0 + in->col0;
    99     totOffRow = inImage->row0 + in->row0;
     98    totOffCol = inImage->col0; // + in->col0;
     99    totOffRow = inImage->row0; // + in->row0;
    100100
    101101    // Check that offsets are within image limits
  • branches/rel10_ifa/psModules/src/imcombine/Makefile.am

    r5170 r6554  
    33libpsmoduleimcombine_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS)
    44libpsmoduleimcombine_la_LDFLAGS  = -release $(PACKAGE_VERSION)
    5 libpsmoduleimcombine_la_SOURCES  = pmImageCombine.c \
    6     pmReadoutCombine.c
     5libpsmoduleimcombine_la_SOURCES  = pmImageCombine.c
     6#    pmReadoutCombine.c
    77
    88psmoduleincludedir = $(includedir)
    99psmoduleinclude_HEADERS = \
    10     pmImageCombine.h \
    11     pmReadoutCombine.h
     10    pmImageCombine.h
     11#    pmReadoutCombine.h
Note: See TracChangeset for help on using the changeset viewer.