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/ipp_apply_burntool_single.pl

    r31662 r31906  
    7474
    7575# Determine the value of a "good" burntool run.
    76 my $config_cmd = "$ppConfigDump -camera $camera -dump-camera - | grep BURNTOOL | uniq";
     76my $config_cmd = "$ppConfigDump -camera $camera -get-key BURNTOOL.STATE.GOOD";
    7777my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    7878    run ( command => $config_cmd, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.