- Timestamp:
- Aug 26, 2010, 9:18:39 AM (16 years ago)
- Location:
- branches/sc_branches/trunkTest
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/trunkTest
- Property svn:mergeinfo changed
-
branches/sc_branches/trunkTest/psModules
- Property svn:mergeinfo deleted
-
branches/sc_branches/trunkTest/psModules/src/extras/pmVisual.c
r28129 r29060 21 21 #include "pmAstrometryObjects.h" 22 22 #include "pmSubtractionStamps.h" 23 23 24 #include "pmTrend2D.h" 25 #include "pmResiduals.h" 26 #include "pmGrowthCurve.h" 27 #include "pmSpan.h" 28 #include "pmFootprintSpans.h" 29 #include "pmFootprint.h" 30 #include "pmPeaks.h" 31 #include "pmMoments.h" 32 #include "pmModelFuncs.h" 33 #include "pmModel.h" 34 #include "pmSourceMasks.h" 35 #include "pmSourceExtendedPars.h" 36 #include "pmSourceDiffStats.h" 37 #include "pmSource.h" 38 #include "pmSourceFitModel.h" 24 39 #include "pmPSF.h" 25 40 #include "pmPSFtry.h" 26 #include "pmSource.h" 41 27 42 #include "pmFPAExtent.h" 28 29 # if (HAVE_KAPA)30 # include <kapa.h>31 # include "pmVisual.h"32 # include "pmKapaPlots.h"33 # define KAPAX 70034 # define KAPAY 70035 43 36 44 #include "pmAstrometryVisual.h" … … 38 46 #include "pmStackVisual.h" 39 47 #include "pmSourceVisual.h" 48 49 # if (HAVE_KAPA) 50 # include <kapa.h> 51 #include "pmVisual.h" 52 #include "pmKapaPlots.h" 53 54 # define KAPAX 700 55 # define KAPAY 700 40 56 41 57 //#define TESTING … … 102 118 103 119 /* Wait up to 1.0 second for a response, then continue */ 104 timeout.tv_sec = 2;120 timeout.tv_sec = 10; 105 121 timeout.tv_usec = 0; 106 122
Note:
See TracChangeset
for help on using the changeset viewer.
