IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 24, 2011, 9:47:48 PM (15 years ago)
Author:
eugene
Message:

rename source->errMag to source->psfMagErr, and only use it for the psf model mag error

File:
1 edited

Legend:

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

    r31153 r31360  
    11971197       
    11981198        // fprintf (stderr, "%f,%f : %f %f : %f %f\n", source->peak->xf, source->peak->yf,
    1199         // source->psfMag, source->apMag, source->psfMag - source->apMag, source->errMag);
     1199        // source->psfMag, source->apMag, source->psfMag - source->apMag, source->psfMagErr);
    12001200
    12011201        // XXX this is somewhat arbitrary...
    1202         if (source->errMag > 0.05) continue;
     1202        if (source->psfMagErr > 0.05) continue;
    12031203        if (fabs(source->psfMag - source->apMag) > 0.5) continue;
    12041204
Note: See TracChangeset for help on using the changeset viewer.