Changeset 25053
- Timestamp:
- Aug 11, 2009, 4:14:44 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_finish.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_finish.pl
r24964 r25053 47 47 48 48 my $ipprc = PS::IPP::Config->new(); # IPP Configuration 49 50 49 if ($redirect_output) { 51 50 my $logDest = "$out_dir/psfinish.$req_id.log"; … … 227 226 print $tdf "$exp_info|"; 228 227 print $tdf "$req_info|"; 228 print $tdf "\n"; 229 229 } 230 230 } else { … … 299 299 my $row = $rows->{$rownum}; 300 300 301 # these may be set to null during processing 302 my $component = $row->{COMPONENT}; 303 $component = "null" if !$component; 304 my $tess_id = $row->{TESS_ID}; 305 $tess_id = "null" if !$tess_id; 306 301 307 # This is ugly, error prone and hard to change. 302 308 # Create a results file module and provide a list of the names (we have the data in the columns) 303 309 my $rowinfo = "$row->{PROJECT}|$row->{JOB_TYPE}|$row->{REQ_TYPE}|$row->{IMG_TYPE}|"; 304 $rowinfo .= "$row->{ID}|$ row->{TESS_ID}|$row->{COMPONENT}|$row->{OPTION_MASK}|$row->{MJD_MIN}|$row->{MJD_MAX}|";310 $rowinfo .= "$row->{ID}|$tess_id|$component|$row->{OPTION_MASK}|$row->{MJD_MIN}|$row->{MJD_MAX}|"; 305 311 $rowinfo .= "$row->{REQFILT}|$row->{COORD_MASK}|$row->{CENTER_X}|$row->{CENTER_Y}|"; 306 312 $rowinfo .= "$row->{WIDTH}|$row->{HEIGHT}";
Note:
See TracChangeset
for help on using the changeset viewer.
