IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16682


Ignore:
Timestamp:
Feb 26, 2008, 4:25:42 PM (18 years ago)
Author:
Paul Price
Message:

Turn safe-mode combination off for the second combination --- all the bad stuff has been masked.

File:
1 edited

Legend:

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

    r16622 r16682  
    1212#define WCS_TOLERANCE 0.001             // Tolerance for WCS
    1313
    14 //#define REJECTION_FILES                 // Write rejection mask?
    15 //#define INSPECTION_FILES                // Write inspection mask?
     14#define REJECTION_FILES                 // Write rejection mask?
     15#define INSPECTION_FILES                // Write inspection mask?
    1616
    1717static int sectionNum = 0;              // Section number; for debugging outputs
     
    178178#endif
    179179
    180     if (!pmStackCombine(outRO, stack, maskBad, maskBlank, 0, combineRej, useVariance, safe)) {
     180    if (!pmStackCombine(outRO, stack, maskBad, maskBlank, 0, combineRej, useVariance, false)) {
    181181        psError(PS_ERR_UNKNOWN, false, "Unable to combine input readouts.");
    182182        psFree(fpaList);
Note: See TracChangeset for help on using the changeset viewer.