IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2006, 10:04:48 AM (20 years ago)
Author:
Paul Price
Message:

Fixing so they compile.

File:
1 edited

Legend:

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

    r9133 r9145  
    2727    -exitval => 3,
    2828) unless defined $det_id
    29      and defined $exp_tag
    30      and defined $det_type;
     29    and defined $exp_tag;
    3130
    3231use constant RECIPE1 => 'PPIMAGE_J1'; # Recipe to use for ppImage to make JPEGs
     
    8685
    8786# Generate the file list, and get the statistics
    88 my $outputRoot = $exp_tag . '.detproc.' . $det_id . '.' . $iter; # Root output name
     87my $outputRoot = $exp_tag . '.detproc.' . $det_id; # Root output name
    8988my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1
    9089my $list2Name = $outputRoot . '.b2.list'; # Name for the input file list for binning 2
     
    124123# Add the result into the database
    125124unless ($no_update) {
    126     my $command = "$dettool -addprocessedexp -det_id $det_id -iteration $iter -exp_tag $exp_tag " .
     125    my $command = "$dettool -addprocessedexp -det_id $det_id -exp_tag $exp_tag " .
    127126        "-recip " . RECIPE1() . "," . RECIPE2() . " -b1_uri $jpeg1Name -b2_uri $jpeg2Name " .
    128127        "-bg $bg -bg_stdev $bg_stdev -bg_mean_stdev $bg_mean_stdev"; # Command to run
Note: See TracChangeset for help on using the changeset viewer.