IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2011, 2:46:40 PM (15 years ago)
Author:
eugene
Message:

updated API for pmSourceChisq (requires covarFactor); visualization fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psphot/src/psphotApResid.c

    r30624 r30764  
    11# include "psphotInternal.h"
     2// # define DEBUG
    23
    34# define SKIPSTAR(MSG) { psTrace ("psphot", 3, "invalid : %s", MSG); continue; }
     
    481482        if (!isfinite(source->apMag) || !isfinite(source->psfMag)) {
    482483            Nfail ++;
    483             psTrace ("psphot", 3, "fail : nan mags : %f %f", source->apMag, source->psfMag);
     484            psTrace ("psphot", 3, "fail : %f, %f : nan mags : %f %f", source->peak->xf, source->peak->yf, source->apMag, source->psfMag);
    484485            continue;
    485486        }
Note: See TracChangeset for help on using the changeset viewer.