IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8963


Ignore:
Timestamp:
Sep 25, 2006, 3:12:17 PM (20 years ago)
Author:
Paul Price
Message:

Output filename depends on the exposure id (should be output for each exposure), not the detrend type.

File:
1 edited

Legend:

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

    r8953 r8963  
    9696
    9797# Generate the file list, and get the statistics
    98 my $outputName = $det_type . '_' . $det_id . '_' . $iter; # Root output name
     98my $outputName = $exp_id . '_' . $det_id . '_' . $iter; # Root output name
    9999my $list1Name = $outputName . '_jpeg1.list'; # Name for the input file list for binning 1
    100100my $list2Name = $outputName . '_jpeg2.list'; # Name for the input file list for binning 2
Note: See TracChangeset for help on using the changeset viewer.