IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12616


Ignore:
Timestamp:
Mar 27, 2007, 5:20:12 PM (19 years ago)
Author:
Paul Price
Message:

Adding workdir.

File:
1 edited

Legend:

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

    r12615 r12616  
    5656
    5757    foreach my $exp ( @ARGV ) {
    58         my $command = "$pxinject -newExp -exp_id $exp -inst $camera -telescope $telescope -imfiles " . (scalar @classes or 1) ; # Command to run
     58        my $command = "$pxinject -newExp -exp_id $exp -inst $camera -telescope $telescope -workdir $path -imfiles " . (scalar @classes or 1) ; # Command to run
    5959        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    6060            run( command => $command, verbose => 1 );
Note: See TracChangeset for help on using the changeset viewer.