Changeset 25416
- Timestamp:
- Sep 15, 2009, 6:27:36 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackPSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackPSF.c
r25414 r25416 9 9 #include "ppStack.h" 10 10 11 //#define TESTING11 #define TESTING 12 12 13 13 pmPSF *ppStackPSF(const pmConfig *config, int numCols, int numRows, … … 40 40 #else 41 41 // Dummy PSF 42 pmPSF *psf = pmPSFBuildSimple("PS_MODEL_GAUSS", 7.0, 7.0, 0.0);42 pmPSF *psf = pmPSFBuildSimple("PS_MODEL_GAUSS", 4.0, 4.0, 0.0); 43 43 if (!psf) { 44 44 psError(PS_ERR_UNKNOWN, false, "Unable to build dummy PSF.");
Note:
See TracChangeset
for help on using the changeset viewer.
