IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37077


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

Location:
trunk/ippScripts/scripts
Files:
5 edited

Legend:

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

    r36555 r37077  
    6767                      );
    6868my %empty_cleaned = ();
    69 
    70 
    7169
    7270# Look for programs we need
     
    496494    } elsif ($stage eq "stack") {
    497495        $type = $stack_cleaned{$rule};
    498     } elsif ($stage eq "sky" or $stage eq 'skycal' or $stage eq 'stack_summary' or $stage eq 'ff') {
     496    } elsif ($stage eq "sky" or $stage eq "skycal" or $stage eq "stack_summary" or $stage eq "ff") {
    499497        $type = $empty_cleaned{$rule};
    500498    } else {
  • 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;
  • trunk/ippScripts/scripts/queuestaticsky.pl

  • trunk/ippScripts/scripts/register_imfile.pl

    r36498 r37077  
    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) {
  • trunk/ippScripts/scripts/warp_skycell.pl

    r36529 r37077  
    413413                unless ($success) {
    414414                    $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    415                     warn("Unable to perform warptool -addwarped: $error_code\n");
     415                    warn("Unable to perform warptool -tofullskyfile: $error_code\n");
    416416                    exit($error_code) if $try >= 2;
    417417                    sleep 10;
Note: See TracChangeset for help on using the changeset viewer.