Changeset 7487
- Timestamp:
- Jun 9, 2006, 5:28:55 PM (20 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 2 added
- 2 deleted
- 2 edited
-
camera/Makefile.am (modified) (4 diffs)
-
camera/pmChipMosaic.c (deleted)
-
camera/pmChipMosaic.h (deleted)
-
camera/pmFPAMosaic.c (added)
-
camera/pmFPAMosaic.h (added)
-
psmodules.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/Makefile.am
r7364 r7487 9 9 pmFPAHeader.c \ 10 10 pmFPAMaskWeight.c \ 11 pmFPAMosaic.c \ 11 12 pmFPARead.c \ 12 13 pmFPAUtils.c \ … … 15 16 pmHDUUtils.c \ 16 17 pmHDUGenerate.c \ 17 pmChipMosaic.c \18 18 pmFPA_JPEG.c \ 19 19 pmFPAview.c \ … … 27 27 pmFPAHeader.h \ 28 28 pmFPAMaskWeight.h \ 29 pmFPAMosaic.h \ 29 30 pmFPARead.h \ 30 31 pmFPAUtils.h \ … … 33 34 pmHDUUtils.h \ 34 35 pmHDUGenerate.h \ 35 pmChipMosaic.h \36 36 pmFPA_JPEG.h \ 37 37 pmFPAview.h \ -
trunk/psModules/src/psmodules.h
r7382 r7487 25 25 #include <pmFPAHeader.h> 26 26 #include <pmFPAMaskWeight.h> 27 #include <pmFPAMosaic.h> 27 28 #include <pmFPARead.h> 28 29 #include <pmFPAWrite.h> 29 30 #include <pmFPA_JPEG.h> 30 #include <pmChipMosaic.h>31 31 32 32 // the following headers are from psModule:astrom
Note:
See TracChangeset
for help on using the changeset viewer.
