Changeset 16752 for trunk/ippScripts/scripts/ipp_serial_camera.pl
- Timestamp:
- Feb 28, 2008, 5:02:12 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_camera.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_camera.pl
r16336 r16752 7 7 use PS::IPP::Metadata::Config; 8 8 use PS::IPP::Metadata::List qw( parse_md_list ); 9 use PS::IPP::Config qw( caturi ); 9 10 use Data::Dumper; 10 11 … … 34 35 35 36 my $mdcParser = PS::IPP::Metadata::Config->new; # Metadata config parser 37 my $ipprc = PS::IPP::Config->new; # IPP Configuration 36 38 37 39 # Look for programs we need … … 59 61 60 62 $workdir = $workdir_default unless (defined $workdir or $workdir ne "NULL"); 61 my $outroot = $workdir . '/' . ${exp_tag} . '/' . ${exp_tag} . '.cm.' . ${cam_id}; 63 my $outroot = caturi( $workdir, $exp_tag, "$exp_tag.cm.$cam_id" ); 64 $ipprc->outroot_prepare( $outroot ); 62 65 63 66 my $command = "$camera_exp --cam_id $cam_id --exp_tag $exp_tag --camera $camera --dbname $dbname";
Note:
See TracChangeset
for help on using the changeset viewer.
