IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 10, 2011, 6:47:00 PM (15 years ago)
Author:
eugene
Message:

do not print a message for every failed mag measurement (eg, CR); add MIN SX,SY for psf clump

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/psphot/src/psphotMagnitudes.c

    r31452 r31522  
    212212        if (status && isfinite(source->apFlux)) {
    213213            Nap ++;
    214         } else {
    215             fprintf (stderr, "failed to measure mag for source @ %f,%f\n", source->peak->xf, source->peak->yf);
    216         }
     214        }
    217215
    218216        // clear the mask bit
Note: See TracChangeset for help on using the changeset viewer.