00001 #ifndef PS_MODULES_H 00002 #define PS_MODULES_H 00003 00004 #include <pslib.h> 00005 00006 // the following headers are from psModule:config 00007 #include <pmConfig.h> 00008 00009 // the following headers are from psModule:concepts 00010 #include <pmConcepts.h> 00011 #include <pmConceptsRead.h> 00012 #include <pmConceptsStandard.h> 00013 #include <pmConceptsWrite.h> 00014 #include <pmConceptsPhotcode.h> 00015 00016 // the following headers are from psModule:camera 00017 #include <pmHDU.h> 00018 #include <pmHDUUtils.h> 00019 #include <pmHDUGenerate.h> 00020 #include <pmFPA.h> 00021 #include <pmFPAview.h> 00022 #include <pmFPAfile.h> 00023 #include <pmFPAfileDefine.h> 00024 #include <pmFPAfileFitsIO.h> 00025 #include <pmFPAfileIO.h> 00026 #include <pmFPARead.h> 00027 #include <pmFPAConstruct.h> 00028 #include <pmFPACopy.h> 00029 #include <pmFPAHeader.h> 00030 #include <pmFPAMaskWeight.h> 00031 #include <pmFPAMosaic.h> 00032 #include <pmFPARead.h> 00033 #include <pmFPAWrite.h> 00034 #include <pmFPA_JPEG.h> 00035 00036 // the following headers are from psModule:detrend 00037 #include <pmFlatField.h> 00038 #include <pmFlatFieldErrors.h> 00039 #include <pmFlatNormalize.h> 00040 #include <pmFringeStats.h> 00041 #include <pmMaskBadPixels.h> 00042 #include <pmMaskBadPixelsErrors.h> 00043 #include <pmNonLinear.h> 00044 #include <pmSubtractBias.h> 00045 #include <pmDetrendDB.h> 00046 // #include <pmSubtractSky.h> 00047 00048 // the following headers are from psModule:astrom 00049 #include <pmAstrometryObjects.h> 00050 #include <pmAstrometryDistortion.h> 00051 00052 // the following headers are from psModule:imcombine 00053 #include <pmImageCombine.h> 00054 #include <pmImageSubtract.h> 00055 #include <pmReadoutCombine.h> 00056 00057 // the following headers are from psModule:objects 00058 #include <pmPeaks.h> 00059 #include <pmMoments.h> 00060 #include <pmModel.h> 00061 #include <pmSource.h> 00062 #include <pmSourceIO.h> 00063 #include <pmSourceSky.h> 00064 #include <pmSourceFitModel.h> 00065 #include <pmSourceContour.h> 00066 #include <pmGrowthCurve.h> 00067 #include <pmPSF.h> 00068 #include <pmPSF_IO.h> 00069 #include <pmPSFtry.h> 00070 #include <pmModelGroup.h> 00071 #include <pmSourcePhotometry.h> 00072 00073 #endif
1.4.4