IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 19, 2011, 1:33:02 PM (15 years ago)
Author:
eugene
Message:

updating scripts to use ppConfigDump -get-key in place of full camera parsing in perl

File:
1 edited

Legend:

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

    r31603 r31906  
    147147    elsif (($isGPC1 == 1) && ($burntoolStateCurrent == 1)) {
    148148#       print STDERR "In the good region: >>$burntoolStateCurrent<<\n";
    149         my $ppConfigDump_cmd = "$ppConfigDump -camera GPC1 -dump-camera -";
     149        my $ppConfigDump_cmd = "$ppConfigDump -camera GPC1 -get-key BURNTOOL.STATE.GOOD";
    150150        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    151151            IPC::Cmd::run(command => $ppConfigDump_cmd, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.