IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24780


Ignore:
Timestamp:
Jul 12, 2009, 5:43:22 PM (17 years ago)
Author:
eugene
Message:

need double not single quotes

File:
1 edited

Legend:

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

    r24770 r24780  
    189189$command = "$ppMerge $listName $outroot"; # Command to run
    190190$command .= " -recipe PPMERGE $recipe";
    191 $command .= ' -type $det_type'; # Type of stacking to perform
     191$command .= " -type $det_type"; # Type of stacking to perform
    192192$command .= " -stats $outputStats";     # Statistics output filename
    193193$command .= " -recipe PPSTATS $statrecipe";
Note: See TracChangeset for help on using the changeset viewer.