IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 20, 2010, 10:02:11 AM (16 years ago)
Author:
bills
Message:

Add ERROR_STR to the results file. It will contain readable error
PSTAMP_SUCESS PSTAMP_GONE etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_results_file.pl

    r26289 r28046  
    5454        # error code from processing this image
    5555        { name => 'ERROR_CODE',type => 'V',  writetype => TULONG },
     56        # error string correspoding to ERROR_CODE
     57        { name => 'ERROR_STR',type => '16A', writetype => TSTRING },
    5658        # name of the postage stamp image
    5759        { name => 'IMG_NAME', type => '64A', writetype => TSTRING },
Note: See TracChangeset for help on using the changeset viewer.