Changeset 20653
- Timestamp:
- Nov 10, 2008, 2:49:34 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r20629 r20653 16 16 #define FAINT_SOURCE_FRAC 1.0e-4 // Set minimum flux to this fraction of faintest source flux 17 17 18 //#define TESTING // Enable debugging output18 #define TESTING // Enable debugging output 19 19 20 20 #ifdef TESTING … … 356 356 } 357 357 psFree(iter); 358 359 float vf = psMetadataLookupF32(NULL, readout->parent->concepts, "CELL.VARFACTOR"); // Variance factor 360 *chi2 /= vf * num; 358 *chi2 /= num; 361 359 } 362 360
Note:
See TracChangeset
for help on using the changeset viewer.
