Changeset 7019 for trunk/psModules/src
- Timestamp:
- Apr 30, 2006, 3:57:06 PM (20 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 50 deleted
- 4 edited
-
astrom/Makefile.am (modified) (1 diff)
-
astrom/pmAstrometry.c (deleted)
-
astrom/pmAstrometry.h (deleted)
-
astrom/pmChipMosaic.c (deleted)
-
astrom/pmChipMosaic.h (deleted)
-
astrom/pmConcepts.c (deleted)
-
astrom/pmConcepts.h (deleted)
-
astrom/pmConceptsRead.c (deleted)
-
astrom/pmConceptsRead.h (deleted)
-
astrom/pmConceptsStandard.c (deleted)
-
astrom/pmConceptsStandard.h (deleted)
-
astrom/pmConceptsWrite.c (deleted)
-
astrom/pmConceptsWrite.h (deleted)
-
astrom/pmFPA.c (deleted)
-
astrom/pmFPA.h (deleted)
-
astrom/pmFPAConceptsGet.c (deleted)
-
astrom/pmFPAConceptsGet.h (deleted)
-
astrom/pmFPAConceptsSet.c (deleted)
-
astrom/pmFPAConceptsSet.h (deleted)
-
astrom/pmFPAConstruct.c (deleted)
-
astrom/pmFPAConstruct.h (deleted)
-
astrom/pmFPACopy.c (deleted)
-
astrom/pmFPACopy.h (deleted)
-
astrom/pmFPAHeader.c (deleted)
-
astrom/pmFPAHeader.h (deleted)
-
astrom/pmFPAMaskWeight.c (deleted)
-
astrom/pmFPAMaskWeight.h (deleted)
-
astrom/pmFPARead.c (deleted)
-
astrom/pmFPARead.h (deleted)
-
astrom/pmFPAUtils.c (deleted)
-
astrom/pmFPAUtils.h (deleted)
-
astrom/pmFPAWrite.c (deleted)
-
astrom/pmFPAWrite.h (deleted)
-
astrom/pmFPA_JPEG.c (deleted)
-
astrom/pmFPA_JPEG.h (deleted)
-
astrom/pmFPAfile.c (deleted)
-
astrom/pmFPAfile.h (deleted)
-
astrom/pmFPAview.c (deleted)
-
astrom/pmFPAview.h (deleted)
-
astrom/pmHDU.c (deleted)
-
astrom/pmHDU.h (deleted)
-
astrom/pmHDUUtils.c (deleted)
-
astrom/pmHDUUtils.h (deleted)
-
astrom/pmReadout.c (deleted)
-
astrom/pmReadout.h (deleted)
-
imcombine/Makefile.am (modified) (1 diff)
-
imsubtract/Makefile.am (modified) (1 diff)
-
imsubtract/pmImageSubtract.c (deleted)
-
imsubtract/pmImageSubtract.h (deleted)
-
imsubtract/pmSubtractBias.c (deleted)
-
imsubtract/pmSubtractBias.h (deleted)
-
imsubtract/pmSubtractSky.c (deleted)
-
imsubtract/pmSubtractSky.h (deleted)
-
psmodules.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/Makefile.am
r7007 r7019 4 4 libpsmoduleastrom_la_LDFLAGS = -release $(PACKAGE_VERSION) 5 5 libpsmoduleastrom_la_SOURCES = \ 6 pmFPA.c \7 pmFPAConstruct.c \8 pmFPACopy.c \9 pmFPAHeader.c \10 pmFPARead.c \11 pmFPAUtils.c \12 pmFPAWrite.c \13 pmHDU.c \14 pmHDUUtils.c \15 pmReadout.c \16 pmChipMosaic.c \17 pmConcepts.c \18 pmConceptsRead.c \19 pmConceptsWrite.c \20 pmConceptsStandard.c \21 pmFPA_JPEG.c \22 pmFPAview.c \23 pmFPAfile.c \24 6 pmAstrometryObjects.c 25 7 26 # pmFPAMaskWeight.c \27 8 # pmFPAAstrometry.c 28 # pmChipMosaic.c29 9 30 10 psmoduleincludedir = $(includedir) 31 11 psmoduleinclude_HEADERS = \ 32 pmFPA.h \33 pmFPAConstruct.h \34 pmFPACopy.h \35 pmFPAHeader.h \36 pmFPARead.h \37 pmFPAUtils.h \38 pmFPAWrite.h \39 pmHDU.h \40 pmHDUUtils.h \41 pmReadout.h \42 pmChipMosaic.h \43 pmConcepts.h \44 pmConceptsRead.h \45 pmConceptsWrite.h \46 pmConceptsStandard.h \47 pmFPA_JPEG.h \48 pmFPAview.h \49 pmFPAfile.h \50 12 pmAstrometryObjects.h 51 13 52 # pmFPAMaskWeight.h \53 14 # pmFPAAstrometry.h 54 # pmAstrometryObjects.h55 # pmChipMosaic.h -
trunk/psModules/src/imcombine/Makefile.am
r6872 r7019 3 3 libpsmoduleimcombine_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS) 4 4 libpsmoduleimcombine_la_LDFLAGS = -release $(PACKAGE_VERSION) 5 libpsmoduleimcombine_la_SOURCES = pmImageCombine.c 5 6 libpsmoduleimcombine_la_SOURCES = \ 7 pmImageCombine.c \ 8 pmImageSubtract.c 6 9 # pmReadoutCombine.c 7 10 8 11 psmoduleincludedir = $(includedir) 9 12 psmoduleinclude_HEADERS = \ 10 pmImageCombine.h 13 pmImageCombine.h \ 14 pmImageSubtract.h 11 15 # pmReadoutCombine.h -
trunk/psModules/src/imsubtract/Makefile.am
r6872 r7019 3 3 libpsmoduleimsubtract_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS) 4 4 libpsmoduleimsubtract_la_LDFLAGS = -release $(PACKAGE_VERSION) 5 libpsmoduleimsubtract_la_SOURCES = pmImageSubtract.c \ 6 pmSubtractBias.c 7 # pmSubtractSky.c 5 libpsmoduleimsubtract_la_SOURCES = 6 7 # pmImageSubtract.c \ 8 # pmSubtractBias.c 9 # pmSubtractSky.c 8 10 9 11 psmoduleincludedir = $(includedir) 10 psmoduleinclude_HEADERS = \ 11 pmImageSubtract.h \ 12 pmSubtractBias.h 12 psmoduleinclude_HEADERS = 13 14 # pmImageSubtract.h \ 15 # pmSubtractBias.h 13 16 # pmSubtractSky.h -
trunk/psModules/src/psmodules.h
r7004 r7019 21 21 #include <pmConfig.h> 22 22 23 // the following headers are from psModule: astrom23 // the following headers are from psModule:concepts 24 24 #include <pmConcepts.h> 25 25 #include <pmConceptsRead.h> 26 26 #include <pmConceptsStandard.h> 27 27 #include <pmConceptsWrite.h> 28 29 // the following headers are from psModule:camera 28 30 #include <pmHDU.h> 29 31 #include <pmHDUUtils.h> … … 39 41 #include <pmFPA_JPEG.h> 40 42 #include <pmReadout.h> 43 44 // the following headers are from psModule:astrom 41 45 #include <pmAstrometryObjects.h> 42 46 #include <pmChipMosaic.h> … … 49 53 #include <pmMaskBadPixelsErrors.h> 50 54 #include <pmNonLinear.h> 55 #include <pmSubtractBias.h> 56 // #include <pmSubtractSky.h> 51 57 52 58 // the following headers are from psModule:imcombine 53 59 #include <pmImageCombine.h> 60 #include <pmImageSubtract.h> 54 61 // #include <pmReadoutCombine.h> 55 56 // the following headers are from psModule:detrend57 #include <pmSubtractBias.h>58 #include <pmImageSubtract.h>59 // #include <pmSubtractSky.h>60 62 61 63 // the following headers are from psModule:objects
Note:
See TracChangeset
for help on using the changeset viewer.
