IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2006, 11:35:56 AM (20 years ago)
Author:
Paul Price
Message:

Detrend processed files need the detrend ID, since a single raw file
might be used for different types of detrend creation, resulting in
different processing (bug 827).

File:
1 edited

Legend:

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

    r9004 r9090  
    5454
    5555### Output file name --- must match camera configuration!
    56 my $outputRoot =  $exp_id . '.detproc' ;
     56my $outputRoot =  $exp_id . '.detproc.' . $det_id;
    5757my $outputName = $outputRoot . '.' . $class_id ;
    5858my $outputImage = $outputName . '.fits';
Note: See TracChangeset for help on using the changeset viewer.