00001 #ifndef PS_MODULES_H 00002 #define PS_MODULES_H 00003 00004 #include <pslib.h> 00005 00006 // the following headers are from psModule:extras 00007 #include <psPipe.h> 00008 #include <psIOBuffer.h> 00009 #include <psVectorBracket.h> 00010 #include <pmKapaPlots.h> 00011 00012 // the following headers are from psModule:config 00013 #include <pmConfig.h> 00014 #include <pmConfigRecipes.h> 00015 #include <pmConfigCamera.h> 00016 #include <pmConfigCommand.h> 00017 #include <pmVersion.h> 00018 00019 // the following headers are from psModule:concepts 00020 #include <pmConcepts.h> 00021 #include <pmConceptsRead.h> 00022 #include <pmConceptsStandard.h> 00023 #include <pmConceptsWrite.h> 00024 #include <pmConceptsPhotcode.h> 00025 00026 // the following headers are from psModule:camera 00027 #include <pmHDU.h> 00028 #include <pmHDUUtils.h> 00029 #include <pmHDUGenerate.h> 00030 #include <pmFPA.h> 00031 #include <pmFPALevel.h> 00032 #include <pmFPAFlags.h> 00033 #include <pmFPAview.h> 00034 #include <pmFPAfile.h> 00035 #include <pmFPAfileDefine.h> 00036 #include <pmFPAfileFitsIO.h> 00037 #include <pmFPAfileIO.h> 00038 #include <pmFPARead.h> 00039 #include <pmFPAConstruct.h> 00040 #include <pmFPACopy.h> 00041 #include <pmFPAHeader.h> 00042 #include <pmFPAMaskWeight.h> 00043 #include <pmFPAMosaic.h> 00044 #include <pmFPARead.h> 00045 #include <pmFPAWrite.h> 00046 #include <pmFPA_JPEG.h> 00047 #include <pmFPAExtent.h> 00048 00049 // the following headers are from psModule:detrend 00050 #include <pmFlatField.h> 00051 #include <pmFlatNormalize.h> 00052 #include <pmFringeStats.h> 00053 #include <pmMaskBadPixels.h> 00054 #include <pmNonLinear.h> 00055 #include <pmBias.h> 00056 #include <pmDetrendDB.h> 00057 #include <pmShutterCorrection.h> 00058 // #include <pmSkySubtract.h> 00059 00060 // the following headers are from psModule:astrom 00061 #include <pmAstrometryWCS.h> 00062 #include <pmAstrometryObjects.h> 00063 #include <pmAstrometryDistortion.h> 00064 00065 // the following headers are from psModule:imcombine 00066 #include <pmImageCombine.h> 00067 //#include <pmImageSubtract.h> 00068 #include <pmReadoutCombine.h> 00069 00070 // the following headers are from psModule:objects 00071 #include <pmPeaks.h> 00072 #include <pmMoments.h> 00073 #include <pmModel.h> 00074 #include <pmSource.h> 00075 #include <pmSourceIO.h> 00076 #include <pmSourceSky.h> 00077 #include <pmSourceFitModel.h> 00078 #include <pmSourceContour.h> 00079 #include <pmSourcePlots.h> 00080 #include <pmGrowthCurve.h> 00081 #include <pmPSF.h> 00082 #include <pmPSF_IO.h> 00083 #include <pmPSFtry.h> 00084 #include <pmModelGroup.h> 00085 #include <pmSourcePhotometry.h> 00086 00087 #endif
1.5.1