IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2008, 4:56:27 PM (18 years ago)
Author:
Paul Price
Message:

Make sources much fainter than we have been --- 1/10 of SD instead of SD.

File:
1 edited

Legend:

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

    r19196 r19210  
    9696                psErrorClear();
    9797            } else {
    98                 minFlux = bg->robustStdev;
     98                minFlux = 0.1 * bg->robustStdev;
    9999            }
    100100            psFree(bg);
     
    111111                }
    112112            }
    113             minFlux = 0.1 * powf(10.0, -0.4 * maxMag);
     113            minFlux = 0.01 * powf(10.0, -0.4 * maxMag);
    114114        }
    115115
Note: See TracChangeset for help on using the changeset viewer.