IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2014, 2:26:50 PM (12 years ago)
Author:
eugene
Message:

some mods to specify GPC1 as the camera (careful with GPC2); other minor mods

File:
1 edited

Legend:

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

    r36839 r37077  
    4545    defined $dbname;
    4646
    47 # unless (defined $camera) {
    48 #    $camera = "GPC1";
    49 # }
     47# XXX watch out for TC3 and GPC2 here:
     48unless (defined $camera) {
     49    if ($this_uri =~ /ota/) {
     50        $camera = "GPC1";
     51    }
     52 }
    5053
    5154my $missing_tools;
Note: See TracChangeset for help on using the changeset viewer.