Changeset 20257 for trunk/pstamp/scripts
- Timestamp:
- Oct 17, 2008, 4:00:52 PM (18 years ago)
- Location:
- trunk/pstamp/scripts
- Files:
-
- 2 edited
-
pstamp_finish.pl (modified) (2 diffs)
-
pstamp_results_file.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_finish.pl
r20256 r20257 110 110 my ($rlf, $reglist_name) = tempfile ("$out_dir/reglist.XXXX", UNLINK => !$save_temps); 111 111 print $rlf "results.fits|||table|\n"; 112 113 # XXX: this file is in the request's workdir not the out_dir 112 114 my $err_file = "$out_dir/parse_error.txt"; 113 115 if (-e $err_file ) { … … 138 140 # including those that produced no jobs. 139 141 # 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 exists142 # we've included parse_error.txt to the fileset if it exists 141 143 # 142 144 my $rownum = 0; -
trunk/pstamp/scripts/pstamp_results_file.pl
r18986 r20257 91 91 92 92 # output parameters 93 # { name => 'STAMP_NAME', type => '16A', writetype => TSTRING },94 93 { name => 'OPTION_MASK',type => 'J', writetype => TULONG }, 95 94
Note:
See TracChangeset
for help on using the changeset viewer.
