IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20257 for trunk/pstamp/scripts


Ignore:
Timestamp:
Oct 17, 2008, 4:00:52 PM (18 years ago)
Author:
bills
Message:

various postage stamp server updates and bug fixes

Location:
trunk/pstamp/scripts
Files:
2 edited

Legend:

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

    r20256 r20257  
    110110    my ($rlf, $reglist_name) = tempfile ("$out_dir/reglist.XXXX", UNLINK => !$save_temps);
    111111    print $rlf "results.fits|||table|\n";
     112
     113    # XXX: this file is in the request's workdir not the out_dir
    112114    my $err_file = "$out_dir/parse_error.txt";
    113115    if (-e $err_file ) {
     
    138140            # including those that produced no jobs.
    139141            # for now add an entry for rownum 1 and a phony error code.
    140             # we've included parse_results.txt to the fileset if it exists
     142            # we've included parse_error.txt to the fileset if it exists
    141143            #
    142144            my $rownum = 0;
  • trunk/pstamp/scripts/pstamp_results_file.pl

    r18986 r20257  
    9191
    9292        # output parameters
    93 #        { name => 'STAMP_NAME', type => '16A', writetype => TSTRING }, 
    9493        { name => 'OPTION_MASK',type => 'J', writetype   => TULONG },     
    9594
Note: See TracChangeset for help on using the changeset viewer.