Changeset 28819
- Timestamp:
- Jul 30, 2010, 4:49:17 PM (16 years ago)
- Location:
- tags/ipp-20100701/pstamp/scripts
- Files:
-
- 2 edited
-
detectability_respond.pl (modified) (3 diffs)
-
dqueryparse.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100701/pstamp/scripts/detectability_respond.pl
r28807 r28819 569 569 $columns = [ 570 570 # matching rownum from detectability original request 571 { name => 'ROWNUM', type => ' V', writetype => TULONG },571 { name => 'ROWNUM', type => '20A', writetype => TSTRING }, 572 572 # any errors that occurred during processing 573 573 { name => 'ERROR_CODE', type => 'V', writetype => TULONG }, … … 715 715 # print STDERR "$writeType $i $numRows $colName $status @{ $colData{$colName} }\n"; 716 716 $outFits->write_col( $writeType, $i + 1, 1, 1, $numRows, $colData{$colName}, $status ); 717 # print "$writeType $i $numRows $colName $status\n"; 717 718 check_fitsio( $status ); 718 719 719 } 720 720 $outFits->close_file( $status ); … … 730 730 my $msg; # Message to output 731 731 Astro::FITS::CFITSIO::fits_get_errstatus( $status , $msg ); 732 carp("CFITSIO error: $status => $msg"); 732 733 die "CFITSIO error: $msg\n"; 733 734 } -
tags/ipp-20100701/pstamp/scripts/dqueryparse.pl
r28807 r28819 158 158 } 159 159 } 160 els e{160 elsif ($fault == $PSTAMP_NOT_AVAILABLE) { 161 161 # Failed to run correctly, which means that we need to queue a job and flag data for updating. 162 162 # Get the dependency id for the data we're requesting be updated. … … 191 191 close(UPDATE_REQUEST); 192 192 } 193 else { 194 my_die ("Parse fault!!", $PS_EXIT_UNKNOWN_ERROR); 195 } 193 196 194 197 # This does not set the request state to stop. That will happen with the request_finish.pl script,
Note:
See TracChangeset
for help on using the changeset viewer.
