Changeset 6713 for branches/rel10_ifa/psModules/src/psmodules.h
- Timestamp:
- Mar 27, 2006, 4:16:26 PM (20 years ago)
- File:
-
- 1 edited
-
branches/rel10_ifa/psModules/src/psmodules.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/psmodules.h
r6663 r6713 2 2 #define PS_MODULES_H 3 3 4 #include "pslib.h" 4 // XXX should this be included explicitly? 5 #include <pslib.h> 5 6 6 #include "psImageJpeg.h" 7 #include "psLine.h" 8 #include "psPolynomialUtils.h" 9 #include "psSparse.h" 10 #include "psEllipse.h" 11 //#include "pmChipMosaic.h" 12 #include "pmConcepts.h" 13 #include "pmConceptsRead.h" 14 #include "pmConceptsStandard.h" 15 #include "pmConceptsWrite.h" 16 #include "pmHDU.h" 17 #include "pmFPA.h" 18 //#include "pmFPAAstrometry.h" 19 #include "pmFPAConstruct.h" 20 #include "pmFPARead.h" 21 #include "pmFPAWrite.h" 22 #include "pmReadout.h" 23 #include "pmFPAfile.h" 24 #include "pmFPAview.h" 25 #include "pmConfig.h" 26 #include "pmFlatField.h" 27 #include "pmFlatFieldErrors.h" 28 #include "pmMaskBadPixels.h" 29 #include "pmMaskBadPixelsErrors.h" 30 #include "pmNonLinear.h" 31 #include "pmImageCombine.h" 32 //#include "pmReadoutCombine.h" 33 #include "pmImageSubtract.h" 34 #include "pmSubtractBias.h" 35 //#include "pmSubtractSky.h" 7 // the following headers are from psModule:pslib 8 #include <psImageJpeg.h> 9 #include <psLine.h> 10 #include <psPolynomialUtils.h> 11 #include <psSparse.h> 12 #include <psEllipse.h> 13 #include <psAdditionals.h> 14 #include <psRegionIsBad.h> 15 #include <psMetadataItemParse.h> 36 16 37 // #include "pmGrowthCurve.h" 38 // #include "pmObjects.h" 39 // #include "pmObjectsIO.h" 40 // #include "pmModel.h" 41 // #include "pmPSF.h" 42 // #include "pmPSFtry.h" 43 // #include "pmMoments.h" 44 // #include "pmPeaks.h" 45 // #include "pmSource.h" 46 // #include "pmSourceContour.h" 47 // #include "pmSourceFitModel.h" 48 // #include "pmSourceFitSet.h" 49 // #include "pmSourcePhotometry.h" 50 // #include "pmSourceSky.h" 51 // #include "pmSourceIO.h" 52 // #include "pmModelGroup.h" 17 // the following headers are from psModule:config 18 #include <pmConfig.h> 19 20 // the following headers are from psModule:astrom 21 #include <pmConcepts.h> 22 #include <pmConceptsRead.h> 23 #include <pmConceptsStandard.h> 24 #include <pmConceptsWrite.h> 25 #include <pmHDU.h> 26 #include <pmHDUUtils.h> 27 #include <pmFPA.h> 28 #include <pmFPAview.h> 29 #include <pmFPAfile.h> 30 #include <pmFPARead.h> 31 #include <pmFPAConstruct.h> 32 #include <pmFPAConstruct.h> 33 #include <pmFPARead.h> 34 #include <pmFPAWrite.h> 35 #include <pmReadout.h> 36 #include <pmFPAfile.h> 37 #include <pmFPAview.h> 38 // #include <pmChipMosaic.h> 39 // #include <pmFPAAstrometry.h> 40 41 // the following headers are from psModule:detrend 42 #include <pmFlatField.h> 43 #include <pmFlatFieldErrors.h> 44 #include <pmMaskBadPixels.h> 45 #include <pmMaskBadPixelsErrors.h> 46 #include <pmNonLinear.h> 47 48 // the following headers are from psModule:imcombine 49 #include <pmImageCombine.h> 50 // #include <pmReadoutCombine.h> 51 52 // the following headers are from psModule:detrend 53 #include <pmSubtractBias.h> 54 #include <pmImageSubtract.h> 55 // #include <pmSubtractSky.h> 56 57 // the following headers are from psModule:objects 58 # include <pmPeaks.h> 59 # include <pmMoments.h> 60 # include <pmModel.h> 61 # include <pmSource.h> 62 # include <pmSourceIO.h> 63 # include <pmSourceSky.h> 64 # include <pmSourceFitModel.h> 65 # include <pmSourceFitSet.h> 66 # include <pmSourceContour.h> 67 # include <pmGrowthCurve.h> 68 # include <pmPSF.h> 69 # include <pmPSFtry.h> 70 # include <pmModelGroup.h> 71 # include <pmSourcePhotometry.h> 72 # include <pmFPAviewObjectsIO.h> 53 73 54 74 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
