IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37060


Ignore:
Timestamp:
Jul 17, 2014, 11:53:00 AM (12 years ago)
Author:
eugene
Message:

handle gpc1 cases

Location:
tags/ipp-20130712/ippScripts/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130712/ippScripts/scripts/ipp_apply_burntool_single.pl

    r36496 r37060  
    4545    defined $dbname;
    4646
    47 # unless (defined $camera) {
    48 #    $camera = "GPC1";
    49 # }
     47unless (defined $camera) {
     48    if ($this_uri =~ /ota/) {
     49        $camera = "GPC1";
     50    }
     51 }
    5052
    5153my $missing_tools;
  • tags/ipp-20130712/ippScripts/scripts/register_imfile.pl

    r36499 r37060  
    348348        $apply_command .= " --imfile_state $burntool_data->{imfile_state} ";
    349349        $apply_command .= " --verbose " if $verbose;
     350
     351        # TEMPORARY
     352        $apply_command .= " --camera GPC1";
    350353        print "$apply_command\n";
    351354        unless ($no_update) {
Note: See TracChangeset for help on using the changeset viewer.