IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35841 for trunk/ippScripts


Ignore:
Timestamp:
Jul 18, 2013, 1:48:44 PM (13 years ago)
Author:
watersc1
Message:

Adding camera argument for ipp_apply_burntool_single.pl. Since this is only called for GPC1, I've hardcoded it to GPC1.

File:
1 edited

Legend:

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

    r32444 r35841  
    341341        $apply_command .= " --class_id $class_id --exp_id $exp_id ";
    342342        $apply_command .= " --this_uri $burntool_data->{uri} ";
     343        $apply_command .= " --camera GPC1 "; # hack, but we're only going to get here if we're GPC1.
    343344        $apply_command .= " --previous_uri $burntool_data->{previous_uri} " if defined $burntool_data->{previous_uri};
    344345        $apply_command .= " --imfile_state $burntool_data->{imfile_state} ";
Note: See TracChangeset for help on using the changeset viewer.