IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2007, 2:31:35 PM (19 years ago)
Author:
Paul Price
Message:

Adding det_type to detrend_process_exp.pl, so that it can set the correct output directory.

File:
1 edited

Legend:

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

    r12573 r12576  
    9393        my $camera = $item->{camera};
    9494        my $det_id = $item->{det_id};
    95 
    96         my $command = "$detrend_process_exp --det_id $det_id --exp_tag $exp_tag --camera $camera --dbname $dbname";
     95        my $det_type = $item->{det_type};
     96
     97        my $command = "$detrend_process_exp --det_id $det_id --det_type $det_type --exp_tag $exp_tag --camera $camera --dbname $dbname";
    9798        $command .= " --workdir $workdir" if defined $workdir;
    9899        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.