IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38702


Ignore:
Timestamp:
Sep 3, 2015, 6:20:19 AM (11 years ago)
Author:
eugene
Message:

report count of stars used in fit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/relastro/src/StarMaps.c

    r37807 r38702  
    163163  }
    164164
    165   if (VERBOSE2) fprintf (stderr, "max deviations for %s using %d pts : %f, %f\n", images[N].name, starmap[N].Npoints, dLmax, dMmax);
     165  if (VERBOSE2) fprintf (stderr, "max deviations for %s using %d pts (%d fitted) : %f, %f\n", images[N].name, starmap[N].Npoints, images[N].nFitAstrom, dLmax, dMmax);
    166166
    167167  if (dLmax > DPOS_MAX) {
    168       if (VERBOSE) fprintf (stderr, "max deviations for %s using %d pts : %f, %f\n", images[N].name, starmap[N].Npoints, dLmax, dMmax);
     168    if (VERBOSE) fprintf (stderr, "max deviations for %s using %d pts (%d fitted) : %f, %f\n", images[N].name, starmap[N].Npoints, images[N].nFitAstrom, dLmax, dMmax);
    169169      return (FALSE);
    170170  }
    171171  if (dMmax > DPOS_MAX) {
    172       if (VERBOSE) fprintf (stderr, "max deviations for %s using %d pts : %f, %f\n", images[N].name, starmap[N].Npoints, dLmax, dMmax);
     172      if (VERBOSE) fprintf (stderr, "max deviations for %s using %d pts (%d fitted) : %f, %f\n", images[N].name, starmap[N].Npoints, images[N].nFitAstrom, dLmax, dMmax);
    173173      return (FALSE);
    174174  }
Note: See TracChangeset for help on using the changeset viewer.