IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20653


Ignore:
Timestamp:
Nov 10, 2008, 2:49:34 PM (17 years ago)
Author:
Paul Price
Message:

Use mean chi2 --- don't muck around with the "VARFACTOR" any more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackMatch.c

    r20629 r20653  
    1616#define FAINT_SOURCE_FRAC 1.0e-4         // Set minimum flux to this fraction of faintest source flux
    1717
    18 //#define TESTING                         // Enable debugging output
     18#define TESTING                         // Enable debugging output
    1919
    2020#ifdef TESTING
     
    356356        }
    357357        psFree(iter);
    358 
    359         float vf = psMetadataLookupF32(NULL, readout->parent->concepts, "CELL.VARFACTOR"); // Variance factor
    360         *chi2 /= vf * num;
     358        *chi2 /= num;
    361359    }
    362360
Note: See TracChangeset for help on using the changeset viewer.