IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12573


Ignore:
Timestamp:
Mar 23, 2007, 1:29:52 PM (19 years ago)
Author:
Paul Price
Message:

Adding missing modules, removing "class" (as opposed to "class_id").

File:
1 edited

Legend:

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

    r11847 r12573  
    44use strict;
    55
     6use Getopt::Long;
     7use Pod::Usage qw( pod2usage );
    68use IPC::Cmd qw( can_run run );
    79use PS::IPP::Metadata::Config;
     
    6163                my $det_type = $item->{det_type};
    6264                my $exp_tag = $item->{exp_tag};
    63                 my $class = $item->{class};
    6465                my $class_id = $item->{class_id};
    6566                my $uri = $item->{uri};
    6667                my $camera = $item->{camera};
    6768               
    68                 my $command = "$detrend_process_imfile --det_id $det_id --exp_tag $exp_tag --class $class --class_id $class_id --det_type $det_type --input_uri $uri --camera $camera --dbname $dbname";
     69                my $command = "$detrend_process_imfile --det_id $det_id --exp_tag $exp_tag --class_id $class_id --det_type $det_type --input_uri $uri --camera $camera --dbname $dbname";
    6970                $command .= " --workdir $workdir" if defined $workdir;
    7071                my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.