Changeset 6554
- Timestamp:
- Mar 8, 2006, 5:10:27 PM (20 years ago)
- Location:
- branches/rel10_ifa/psModules/src
- Files:
-
- 3 edited
-
Makefile.am (modified) (1 diff)
-
detrend/pmMaskBadPixels.c (modified) (2 diffs)
-
imcombine/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/Makefile.am
r5685 r6554 7 7 libpsmodule_la_DEPENDENCIES = $(SRCSUBLIBS) 8 8 9 include_HEADERS = \ 10 psmodules.h 11 9 12 EXTRA_DIST = psErrorCodes.dat -
branches/rel10_ifa/psModules/src/detrend/pmMaskBadPixels.c
r6448 r6554 24 24 * @author Ross Harman, MHPCC 25 25 * 26 * @version $Revision: 1.3.12. 1$ $Name: not supported by cvs2svn $27 * @date $Date: 2006-0 2-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 $ 28 28 * 29 29 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 96 96 97 97 // 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; 100 100 101 101 // Check that offsets are within image limits -
branches/rel10_ifa/psModules/src/imcombine/Makefile.am
r5170 r6554 3 3 libpsmoduleimcombine_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS) 4 4 libpsmoduleimcombine_la_LDFLAGS = -release $(PACKAGE_VERSION) 5 libpsmoduleimcombine_la_SOURCES = pmImageCombine.c \6 pmReadoutCombine.c5 libpsmoduleimcombine_la_SOURCES = pmImageCombine.c 6 # pmReadoutCombine.c 7 7 8 8 psmoduleincludedir = $(includedir) 9 9 psmoduleinclude_HEADERS = \ 10 pmImageCombine.h \11 pmReadoutCombine.h10 pmImageCombine.h 11 # pmReadoutCombine.h
Note:
See TracChangeset
for help on using the changeset viewer.
