IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2009, 7:02:36 AM (18 years ago)
Author:
mwv
Message:

Added units to field definitions in help messages.
Noted that 'flags' and 'objflags' are not actually currently supported

but left in help message field listing for now.

File:
1 edited

Legend:

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

    r20936 r21086  
    183183  if ((argc > N + 1) && !strcasecmp (argv[N+1], "fields")) {
    184184    gprint (GP_ERR, " USAGE: avextract field[,field,field...] where (expression)\n");
    185     gprint (GP_ERR, "  RA : right ascension (J2000)\n");
    186     gprint (GP_ERR, "  DEC : declination \n");
    187     gprint (GP_ERR, "  dRA : ra scatter \n");
    188     gprint (GP_ERR, "  dDEC : dec scatter\n");
    189     gprint (GP_ERR, "  uRA : proper motion in ra\n");
    190     gprint (GP_ERR, "  uDEC : proper motion in dec\n");
    191     gprint (GP_ERR, "  duRA : proper motion error in ra\n");
    192     gprint (GP_ERR, "  duDEC : proper motion error in dec\n");
     185    gprint (GP_ERR, "  RA : right ascension (J2000) [degrees]\n");
     186    gprint (GP_ERR, "  DEC : declination [degrees]\n");
     187    gprint (GP_ERR, "  dRA : ra scatter [degrees]\n");
     188    gprint (GP_ERR, "  dDEC : dec scatter [degrees]\n");
     189    gprint (GP_ERR, "  uRA : proper motion in ra [arcseconds]\n");
     190    gprint (GP_ERR, "  uDEC : proper motion in dec [arcseconds]\n");
     191    gprint (GP_ERR, "  duRA : proper motion error in ra [arcseconds]\n");
     192    gprint (GP_ERR, "  duDEC : proper motion error in dec [arcseconds]\n");
    193193    gprint (GP_ERR, "  PAR : parallax\n");
    194194    gprint (GP_ERR, "  dPAR : parallax error \n");
    195195    gprint (GP_ERR, "  nmeas : number of measurements\n");
    196196    gprint (GP_ERR, "  nmiss : number of non-detections\n");
    197     gprint (GP_ERR, "  xp : positional chi-square\n");
     197    gprint (GP_ERR, "  xp : positional raw chi-square\n");
    198198    gprint (GP_ERR, "  flag : object flags\n");
    199     gprint (GP_ERR, "  photocode:ave : average magnitude for photcode\n");
    200     gprint (GP_ERR, "  photocode:ref : reference magnitude system for photcode\n");
    201     gprint (GP_ERR, "  photocode:inst : first instrumental magnitude for photcode\n");
    202     gprint (GP_ERR, "  photocode:cat : first catalog magnitude for photcode\n");
    203     gprint (GP_ERR, "  photocode:sys : first system magnitude for photcode\n");
    204     gprint (GP_ERR, "  photocode:rel : first relative magnitude for photcode\n");
    205     gprint (GP_ERR, "  photocode:cal : first calibrated magnitude for photcode \n");
    206     gprint (GP_ERR, "  photcode:err : magnitude error for photcode\n");
    207     gprint (GP_ERR, "  photcode:chipsq : chi-square of magnitude fit\n");
     199    gprint (GP_ERR, "  <photcode>:ave : average magnitude for <photcode>\n");
     200    gprint (GP_ERR, "  <photcode>:ref : reference magnitude system for <photcode>\n");
     201    gprint (GP_ERR, "  <photcode>:inst : first instrumental magnitude for <photcode>\n");
     202    gprint (GP_ERR, "  <photcode>:cat : first catalog magnitude for <photcode>\n");
     203    gprint (GP_ERR, "  <photcode>:sys : first system magnitude for <photcode>\n");
     204    gprint (GP_ERR, "  <photcode>:rel : first relative magnitude for <photcode>\n");
     205    gprint (GP_ERR, "  <photcode>:cal : first calibrated magnitude for <photcode> \n");
     206    gprint (GP_ERR, "  <photcode>:err : magnitude error for photcode\n");
     207    gprint (GP_ERR, "  <photcode>:chipsq : chi-square of magnitude fit\n");
    208208    gprint (GP_ERR, "  type : dophot type (unused)\n");
    209209    gprint (GP_ERR, "  typefrac : dophot type fraction (unused)\n");
    210     gprint (GP_ERR, "  photcode:ncode : number of measurements in photcode \n");
    211     gprint (GP_ERR, "  photcode:nphot : number of measurements used for photcode average\n");
     210    gprint (GP_ERR, "  <photcode>:ncode : number of measurements in photcode \n");
     211    gprint (GP_ERR, "  <photcode>:nphot : number of measurements used for photcode average\n");
    212212    return (FALSE);
    213213  }
Note: See TracChangeset for help on using the changeset viewer.