IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2009, 11:06:44 AM (17 years ago)
Author:
eugene
Message:

make the use of det_type consistently upper-case in the scripts; change detType to det_type as needed

File:
1 edited

Legend:

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

    r24722 r24764  
    188188$command = "$ppMerge $listName $outroot"; # Command to run
    189189$command .= " -recipe PPMERGE $recipe";
    190 $command .= ' -type ' . uc($det_type); # Type of stacking to perform
     190$command .= ' -type $det_type'; # Type of stacking to perform
    191191$command .= " -stats $outputStats";     # Statistics output filename
    192192$command .= " -recipe PPSTATS $statrecipe";
Note: See TracChangeset for help on using the changeset viewer.