IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24233


Ignore:
Timestamp:
May 21, 2009, 6:00:44 AM (17 years ago)
Author:
mwv
Message:

Fixed a typo in the output message of avextract
and clarified that <photcode>:chisq are raw chisq.

Location:
trunk/Ohana/src/opihi/dvo
Files:
3 edited

Legend:

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

    r21086 r24233  
    205205    gprint (GP_ERR, "  <photcode>:cal : first calibrated magnitude for <photcode> \n");
    206206    gprint (GP_ERR, "  <photcode>:err : magnitude error for photcode\n");
    207     gprint (GP_ERR, "  <photcode>:chipsq : chi-square of magnitude fit\n");
     207    gprint (GP_ERR, "  <photcode>:chisq : raw 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");
  • trunk/Ohana/src/opihi/dvo/mextract.c

    r21086 r24233  
    226226    gprint (GP_ERR, "  <photcode>:cal :  calibrated magnitude for photcode \n");
    227227    gprint (GP_ERR, "  <photcode>:err : magnitude error for photcode\n");
    228     gprint (GP_ERR, "  <photcode>:chisq : chi-square of magnitude fit\n");
     228    gprint (GP_ERR, "  <photcode>:chisq : raw chi-square of magnitude fit\n");
    229229    gprint (GP_ERR, "  <photcode>:ncode : number of measurements in photcode\n");
    230230    gprint (GP_ERR, "  <photcode>:nphot : number of measurements used for average magnitude\n");
  • trunk/Ohana/src/opihi/dvo/mmextract.c

    r20936 r24233  
    348348    gprint (GP_ERR, "  photcode:cal :  calibrated magnitude for photcode \n");
    349349    gprint (GP_ERR, "  photcode:err : magnitude error for photcode\n");
    350     gprint (GP_ERR, "  photcode:chisq : chi-square of magnitude fit\n");
     350    gprint (GP_ERR, "  photcode:chisq : raw chi-square of magnitude fit\n");
    351351    gprint (GP_ERR, "  photcode:ncode : number of measurements in photcode\n");
    352352    gprint (GP_ERR, "  photcode:nphot : number of measurements used for average magnitude\n");
Note: See TracChangeset for help on using the changeset viewer.