IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2008, 5:19:11 PM (18 years ago)
Author:
Paul Price
Message:

Supposed to pass the outroot, not the filename.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080320/ippScripts/scripts/detrend_stack.pl

    r17165 r17166  
    170170my $logDest     = $ipprc->filename("LOG.IMFILE",     $outroot, $class_id) or &my_die("Missing entry in file rules", $det_id, $iter, $class_id, $PS_EXIT_CONFIG_ERROR); # Log messages
    171171
    172 $command = "$ppMerge $listName $outputStack"; # Command to run
     172$command = "$ppMerge $listName $outroot"; # Command to run
    173173$command .= " -recipe PPMERGE $recipe";
    174174$command .= ' -type ' . uc($det_type); # Type of stacking to perform
Note: See TracChangeset for help on using the changeset viewer.