IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31905


Ignore:
Timestamp:
Jul 19, 2011, 12:40:31 PM (15 years ago)
Author:
eugene
Message:

fix ppConfigDump line

File:
1 edited

Legend:

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

    r31904 r31905  
    264264        ## Read camera config to get the current good burntool state
    265265        ## this returns just the values of interest in a tiny mdc file
    266         my $camera_config_cmd = "$ppConfigDump -camera $camera -get-key BURNTOOL.STATE.GOOD -get-key BURNTOOL.STATE.GOOD -";
     266        my $camera_config_cmd = "$ppConfigDump -camera $camera -get-key BURNTOOL.STATE.GOOD -get-key BURNTOOL.STATE.GOOD.UPDATE";
    267267        ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    268268            run(command => $camera_config_cmd, verbose => 0);
Note: See TracChangeset for help on using the changeset viewer.