IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 4, 2012, 6:31:26 AM (14 years ago)
Author:
eugene
Message:

deprecating average.Xp, replacing with average.stargal (or use average.ChiSqAve where appropriate); adding average.psfQF and average.psfQFperf; replaced measure.psfQual with psfQF, adding measure.psfQFperf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120805/Ohana/src/opihi/dvo/photometry.c

    r31635 r34382  
    226226  if (!strcasecmp (parname, "Nmeas")) param = AVE_NMEAS;
    227227  if (!strcasecmp (parname, "Nmiss")) param = AVE_NMISS;
    228   if (!strcasecmp (parname, "Xp"))    param = AVE_Xp;
    229228  if (!strcasecmp (parname, "Xm"))    param = AVE_Xm;
    230229  if (!strcasecmp (parname, "flag"))  param = AVE_OBJ_FLAGS;
     
    294293void GetAverageParamHelp () {
    295294  gprint (GP_ERR, "value may be one of the following:\n");
    296   gprint (GP_ERR, " ra dec dmag Nmeas Nmiss Xm Xp Nphot Ncode flag type typefrac\n\n");
     295  gprint (GP_ERR, " ra dec dmag Nmeas Nmiss Xm Nphot Ncode flag type typefrac\n\n");
    297296  gprint (GP_ERR, "value may also be a valid photcode\n");
    298297  gprint (GP_ERR, "photcodes or 'mag' may have optional magnitude mode: mag,[Mave, Mref]\n");
     
    637636    case AVE_NMISS:
    638637      value = average[0].Nmissing;
    639       break;
    640     case AVE_Xp:
    641       value = 0.01*average[0].Xp;
    642638      break;
    643639    case AVE_OBJ_FLAGS:
Note: See TracChangeset for help on using the changeset viewer.