IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2010, 3:34:22 PM (16 years ago)
Author:
watersc1
Message:

Fix string/ulong typo identified in Baltimore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/detectability_respond.pl

    r29157 r29616  
    644644        $columns = [
    645645            # matching rownum from detectability original request
    646             { name => 'ROWNUM',   type => '20A', writetype => TULONG },
     646            { name => 'ROWNUM',   type => '20A', writetype => TSTRING},
    647647            # any errors that occurred during processing
    648648            { name => 'ERROR_CODE',   type => 'V', writetype => TULONG },
     
    757757            print "column name undefined for $i\n";
    758758        }
    759 #       print STDERR "$writeType $i $numRows $colName $status @{ $colData{$colName} }\n";
     759        print STDERR "$writeType $i $numRows $colName $status @{ $colData{$colName} }\n";
    760760        $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";
    762762        check_fitsio( $status );
    763763    }
Note: See TracChangeset for help on using the changeset viewer.