IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2007, 6:27:10 PM (19 years ago)
Author:
Paul Price
Message:

Additional error checking. -path_base not implemented for warp, diff, stack yet.

File:
1 edited

Legend:

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

    r12079 r12115  
    9999    }
    100100}
     101
     102&my_die("Can't find camera", $stack_id, $PS_EXIT_SYS_ERROR) unless $camera;
    101103$ipprc->define_camera($camera);
    102104
     
    158160    # Add the stack result
    159161    {
    160         my $command = "$stacktool -addsumskyfile -stack_id $stack_id -uri $outputName -path_base $outputRoot";
     162        my $command = "$stacktool -addsumskyfile -stack_id $stack_id -uri $outputName"; # -path_base $outputRoot";
    161163        $command .= " -bg $bg -bg_stdev $bg_stdev";
    162164        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.