IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27502


Ignore:
Timestamp:
Mar 28, 2010, 4:26:20 PM (16 years ago)
Author:
eugene
Message:

faint sources default to PSF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20100225/psphot/src/psphotSourceSize.c

    r27440 r27502  
    404404                options->nSigmaApResid,sizeBias*options->nSigmaMoments);
    405405       
    406         psWarning ("sourse size was missed for %f,%f : %f %f -- %f\n", source->peak->xf, source->peak->yf, Mxx, Myy, nSigmaMAG);
     406        // sources that reach here are probably too faint for a reasonable source size measurement
     407        // psWarning ("sourse size was missed for %f,%f : %f %f -- %f\n", source->peak->xf, source->peak->yf, Mxx, Myy, nSigmaMAG);
     408        source->tmpFlags |= PM_SOURCE_TMPF_SIZE_MEASURED;
    407409        Nmiss ++;
    408410    }
Note: See TracChangeset for help on using the changeset viewer.