IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 30, 2011, 11:48:20 AM (14 years ago)
Author:
heather
Message:

bug`

File:
1 edited

Legend:

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

    r33030 r33038  
    3838}
    3939my $minidvodb_path;
    40 my $stage_extra1;
     40my $stage_extra1 ;
    4141my ( $add_id, $camera, $stage, $stage_id, $multi_num, $outroot, $stageroot, $dbname, $reduction, $dvodb, $minidvodb, $minidvodb_name, $minidvodb_group, $image_only, $verbose, $no_update,
    4242     $no_op, $redirect, $save_temps);
     
    253253$fpaCommand .= " -dvodb_path $minidvodb_path" if defined $minidvodb_path;
    254254$fpaCommand .= " -minidvodb_name $minidvodb_name" if defined $minidvodb_name;
    255 $fpaCommand .= " -stage_extra1" if defined $stage_extra1;
     255$fpaCommand .= " -stage_extra1 $stage_extra1" if defined $stage_extra1;
    256256$fpaCommand .= " -dbname $dbname" if defined $dbname;
    257257print $fpaCommand;
Note: See TracChangeset for help on using the changeset viewer.