IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2010, 4:01:44 PM (16 years ago)
Author:
eugene
Message:

added list -copy option; added mextract, avextract features to support all existing fields; filled out the --help fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/photometry.c

    r27435 r27587  
    228228  if (!strcasecmp (parname, "Xp"))    param = AVE_Xp;
    229229  if (!strcasecmp (parname, "Xm"))    param = AVE_Xm;
    230   if (!strcasecmp (parname, "flag"))  param = AVE_FLAG;
     230  if (!strcasecmp (parname, "flag"))  param = AVE_OBJ_FLAGS;
    231231  if (!strcasecmp (parname, "type"))  param = AVE_TYPE;
    232232  if (!strcasecmp (parname, "typefrac")) {
     
    641641      value = 0.01*average[0].Xp;
    642642      break;
    643     case AVE_FLAG:
     643    case AVE_OBJ_FLAGS:
    644644      value = average[0].flags;
    645645      break;
Note: See TracChangeset for help on using the changeset viewer.