IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23380


Ignore:
Timestamp:
Mar 17, 2009, 5:17:03 PM (17 years ago)
Author:
Paul Price
Message:

Command-line arguments for ppStack have changed.

File:
1 edited

Legend:

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

    r23295 r23380  
    203203# Perform stacking
    204204unless ($no_op) {
    205     my $command = "$ppStack $listName $outroot";
     205    my $command = "$ppStack -input $listName $outroot";
    206206    $command .= " -stats $outputStats" if $do_stats;;
    207207    $command .= " -recipe PPSTACK $recipe_ppStack";
Note: See TracChangeset for help on using the changeset viewer.