IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30703


Ignore:
Timestamp:
Feb 19, 2011, 10:30:18 AM (15 years ago)
Author:
eugene
Message:

minor change to comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psModules/src/imcombine/pmSubtractionStamps.c

    r30622 r30703  
    11821182    for (int i = 0; i < numIn; i++) {
    11831183        pmSource *source = sources->data[i]; // Source of interest
    1184         if (!source || (source->mode & SOURCE_MASK) || source->psfMag > SOURCE_FAINTEST) {
     1184        if (!source || (source->mode & SOURCE_MASK) ||(source->psfMag > SOURCE_FAINTEST)) {
    11851185            continue;
    11861186        }
    11871187       
     1188        // fprintf (stderr, "%f,%f : %f %f : %f %f\n", source->peak->xf, source->peak->yf,
     1189        // source->psfMag, source->apMag, source->psfMag - source->apMag, source->errMag);
     1190
    11881191        // XXX this is somewhat arbitrary...
    11891192        if (source->errMag > 0.05) continue;
Note: See TracChangeset for help on using the changeset viewer.