IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2009, 12:14:22 PM (16 years ago)
Author:
watersc1
Message:

dqstatstool: I forgot to commit this last week.

summit copy: added support for use_compress option in the datastore entry in the database. This should allow gpc1 and isp data to be copied using the same code.

dbconfig: database changes to support the above.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/register_imfile.pl

    r25484 r26378  
    130130    }
    131131    elsif (($isGPC1 == 1) && ($burntoolState == 1)) {
     132#       print STDERR "In the good region: >>$burntoolState<<\n";
    132133        my $ppConfigDump_cmd = "$ppConfigDump -camera GPC1 -dump-camera -";
    133134        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     
    148149        }
    149150        $burntoolState = $burntoolStateGood; # Positive because this has the header table.
     151       
    150152    }
    151153    $cmdflags .= " -burntool_state $burntoolState ";
Note: See TracChangeset for help on using the changeset viewer.