Changeset 28818 for trunk/pstamp/scripts/detectability_respond.pl
- Timestamp:
- Jul 30, 2010, 4:48:28 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/detectability_respond.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/detectability_respond.pl
r28806 r28818 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 }
Note:
See TracChangeset
for help on using the changeset viewer.
