Changeset 8780 for trunk/psphot/src
- Timestamp:
- Sep 8, 2006, 4:24:45 PM (20 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 35 edited
-
psphot.c (modified) (1 diff)
-
psphotApResid.c (modified) (1 diff)
-
psphotArguments.c (modified) (1 diff)
-
psphotBasicDeblend.c (modified) (1 diff)
-
psphotBlendFit.c (modified) (1 diff)
-
psphotChoosePSF.c (modified) (1 diff)
-
psphotCleanup.c (modified) (1 diff)
-
psphotEnsemblePSF.c (modified) (1 diff)
-
psphotEvalFLT.c (modified) (1 diff)
-
psphotEvalPSF.c (modified) (1 diff)
-
psphotFakeSources.c (modified) (1 diff)
-
psphotFindPeaks.c (modified) (1 diff)
-
psphotFitSet.c (modified) (1 diff)
-
psphotGrowthCurve.c (modified) (1 diff)
-
psphotImageLoop.c (modified) (1 diff)
-
psphotImageMedian.c (modified) (1 diff)
-
psphotMagnitudes.c (modified) (1 diff)
-
psphotMaskReadout.c (modified) (1 diff)
-
psphotModelGroupInit.c (modified) (1 diff)
-
psphotModelTest.c (modified) (1 diff)
-
psphotOutput.c (modified) (1 diff)
-
psphotParseCamera.c (modified) (1 diff)
-
psphotRadiusChecks.c (modified) (1 diff)
-
psphotReadout.c (modified) (1 diff)
-
psphotReplaceUnfit.c (modified) (1 diff)
-
psphotRoughClass.c (modified) (1 diff)
-
psphotSkyReplace.c (modified) (1 diff)
-
psphotSortBySN.c (modified) (1 diff)
-
psphotSourceFits.c (modified) (1 diff)
-
psphotSourceFreePixels.c (modified) (1 diff)
-
psphotSourceStats.c (modified) (1 diff)
-
psphotTest.c (modified) (1 diff)
-
psphotTestArguments.c (modified) (1 diff)
-
psphotVersion.c (modified) (1 diff)
-
psphotWeightBias.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.c
r8672 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotApResid.c
r8672 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 static char DEFAULT_OPTION[] = "SKYBIAS"; -
trunk/psphot/src/psphotArguments.c
r7908 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 # include <glob.h> -
trunk/psphot/src/psphotBasicDeblend.c
r7758 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotBlendFit.c
r8672 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotChoosePSF.c
r8672 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotCleanup.c
r7521 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotEnsemblePSF.c
r8672 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 bool pmSourceChisq (pmModel *model, psImage *image, psImage *mask, psImage *weight); -
trunk/psphot/src/psphotEvalFLT.c
r6715 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotEvalPSF.c
r6862 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotFakeSources.c
r6900 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotFindPeaks.c
r8672 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotFitSet.c
r6950 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotGrowthCurve.c
r6919 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotImageLoop.c
r7582 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotImageMedian.c
r7941 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotMagnitudes.c
r8672 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotMaskReadout.c
r6900 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotModelGroupInit.c
r7505 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotModelTest.c
r8776 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 static char DEFAULT_MODE[] = "EXT"; -
trunk/psphot/src/psphotOutput.c
r7328 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotParseCamera.c
r7907 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotRadiusChecks.c
r6862 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 # define RADIUS_TYPE float -
trunk/psphot/src/psphotReadout.c
r8475 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotReplaceUnfit.c
r8672 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotRoughClass.c
r8437 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotSkyReplace.c
r6851 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotSortBySN.c
r5672 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotSourceFits.c
r8672 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotSourceFreePixels.c
r7638 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotSourceStats.c
r8672 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotTest.c
r6900 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 -
trunk/psphot/src/psphotTestArguments.c
r6117 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6 static int usage (); -
trunk/psphot/src/psphotVersion.c
r8512 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include "psphot.h" 2 6 -
trunk/psphot/src/psphotWeightBias.c
r6900 r8780 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include "psphot.h" 2 6
Note:
See TracChangeset
for help on using the changeset viewer.
