IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16845


Ignore:
Timestamp:
Mar 6, 2008, 10:51:59 AM (18 years ago)
Author:
Paul Price
Message:

Adding support for multi-darks --- when normalising, need to tell it to write out the dark table as well.

File:
1 edited

Legend:

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

    r16563 r16845  
    118118    $command .= " -F PPIMAGE.OUTPUT $outFile" unless $outFile eq 'PPIMAGE.OUTPUT';
    119119    $command .= ' -isfringe' if lc($det_type) eq 'fringe';
     120    $command .= ' -isdark' if lc($det_type) eq 'dark';
    120121    $command .= " -tracedest $traceDest -log $logDest";
    121122
Note: See TracChangeset for help on using the changeset viewer.