Changeset 29616 for trunk/pstamp/scripts/detectability_respond.pl
- Timestamp:
- Oct 29, 2010, 3:34:22 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/detectability_respond.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/detectability_respond.pl
r29157 r29616 644 644 $columns = [ 645 645 # matching rownum from detectability original request 646 { name => 'ROWNUM', type => '20A', writetype => T ULONG},646 { name => 'ROWNUM', type => '20A', writetype => TSTRING}, 647 647 # any errors that occurred during processing 648 648 { name => 'ERROR_CODE', type => 'V', writetype => TULONG }, … … 757 757 print "column name undefined for $i\n"; 758 758 } 759 #print STDERR "$writeType $i $numRows $colName $status @{ $colData{$colName} }\n";759 print STDERR "$writeType $i $numRows $colName $status @{ $colData{$colName} }\n"; 760 760 $outFits->write_col( $writeType, $i + 1, 1, 1, $numRows, $colData{$colName}, $status ); 761 # print"$writeType $i $numRows $colName $status\n";761 print STDERR "$writeType $i $numRows $colName $status\n"; 762 762 check_fitsio( $status ); 763 763 }
Note:
See TracChangeset
for help on using the changeset viewer.
