IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16801


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

init the count image

File:
1 edited

Legend:

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

    r16079 r16801  
    2323    int nY = (Ymax - Ymin) / scale + 10;
    2424    psImage *count = psImageAlloc (nX, nY, PS_TYPE_U32);
     25    psImageInit (count, 0);
    2526
    2627    // accumulate 2D histogram in image
     
    5253    // XXX make this a user option
    5354    float limit = 5.0*stats->sampleStdev;
     55    psTrace ("psastro", 4, "skipping stars in cells with more than %f stars\n", limit);
    5456
    5557    // find and exclude objects in bad pixels
Note: See TracChangeset for help on using the changeset viewer.