Changeset 19695
- Timestamp:
- Sep 23, 2008, 11:35:05 AM (18 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 2 added
- 2 edited
-
camera/Makefile.am (modified) (2 diffs)
-
camera/pmFPABin.c (added)
-
camera/pmFPABin.h (added)
-
psmodules.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/Makefile.am
r15362 r19695 28 28 pmCellSquish.c \ 29 29 pmReadoutStack.c \ 30 pmReadoutFake.c 30 pmReadoutFake.c \ 31 pmFPABin.c 31 32 32 33 pkginclude_HEADERS = \ … … 55 56 pmCellSquish.h \ 56 57 pmReadoutStack.h \ 57 pmReadoutFake.h 58 pmReadoutFake.h \ 59 pmFPABin.h 58 60 59 61 CLEANFILES = *~ -
trunk/psModules/src/psmodules.h
r18962 r19695 59 59 #include <pmFPAUtils.h> 60 60 #include <pmCellSquish.h> 61 #include <pmFPABin.h> 61 62 62 63 // the following headers are from psModule:detrend
Note:
See TracChangeset
for help on using the changeset viewer.
