IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17109


Ignore:
Timestamp:
Mar 24, 2008, 4:25:11 PM (18 years ago)
Author:
eugene
Message:

avoid clipping excessively

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroRemoveClumps.c

    r16801 r17109  
    5252
    5353    // XXX make this a user option
    54     float limit = 5.0*stats->sampleStdev;
     54    float limit = PS_MAX (5.0*stats->sampleStdev, 5.0);
    5555    psTrace ("psastro", 4, "skipping stars in cells with more than %f stars\n", limit);
    5656
Note: See TracChangeset for help on using the changeset viewer.