IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2009, 10:18:19 AM (17 years ago)
Author:
bills
Message:

advance exposures using load, run style so that the proper workdir
and end stage

File:
1 edited

Legend:

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

    r23295 r23497  
    4646
    4747pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    48 pod2usage( -msg => "Required options: --uri --filename --exp_name --inst --telescope --class --class_id --workdir",
     48pod2usage( -msg => "Required options: --uri --filename --exp_name --inst --telescope --class --class_id",
    4949       -exitval => 3)
    5050    unless defined $uri
     
    5454    and defined $telescope
    5555    and defined $class
    56     and defined $class_id
    57     and defined $workdir;
     56    and defined $class_id;
    5857
    5958# Look for programs we need
     
    107106$command .= " -class_id $class_id";
    108107$command .= " -uri $filename";
    109 $command .= " -workdir $workdir";
     108# $command .= " -workdir $workdir";
    110109$command .= " -hostname $host";
    111 $command .= " -end_stage $end_stage" if defined $end_stage;
     110# $command .= " -end_stage $end_stage" if defined $end_stage;
    112111$command .= " -dbname $dbname" if defined $dbname;
    113112
Note: See TracChangeset for help on using the changeset viewer.