IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2011, 7:33:50 PM (15 years ago)
Author:
watersc1
Message:

pre-build test checkin of LAP code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20110406/ippScripts/scripts/lap_science.pl

    r31385 r31396  
    1919my $regtool  = can_run('regtool') or (warn "Can't find regtool" and $missing_tools = 1);
    2020my $chiptool = can_run('chiptool') or (warn "Can't find chiptool" and $missing_tools = 1);
     21my $warptool = can_run('warptool') or (warn "Can't find warptool" and $missing_tools = 1);
    2122my $difftool = can_run('difftool') or (warn "Can't find difftool" and $missing_tools = 1);
    2223my $stacktool = can_run('stacktool') or (warn "Can't find stacktool" and $missing_tools = 1);
     24my $magicdstool = can_run('magicdstool') or (warn "Can't find magicdstool" and $missing_tools = 1);
    2325my $laptool  = can_run('laptool') or (warn "Can't find laptool" and $missing_tools = 1);
    2426
     
    108110    my $lap_id = get_lap_id($proj_cell);
    109111   
    110     my $command = "$laptool -pendingrun -lap_id $lap_id";
     112    my $command = "$laptool -pendingexp -lap_id $lap_id";
    111113    $command .= " -dbname $dbname" if defined $dbname;
    112114    my ($success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.