- Timestamp:
- Mar 30, 2012, 2:49:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/ippScripts/scripts/videophot_process.pl
r32851 r33638 127 127 foreach my $cell_id (@video_cells) { 128 128 my $path_base = "$outroot.$class_id.$cell_id"; 129 my $output = $ipprc->filename("PSVIDEOPHOT.OUTPUT", $path_base); 129 my $error; 130 my $output = $ipprc->prepare_output("PSVIDEOPHOT.OUTPUT", $path_base, undef, 1, \$error) 131 or &my_die("failed to prepare output file for PSVIDEOPHOT.OUTPUT", $vp_id, $error); 130 132 my $command = "$psvideophot $output"; 131 133 $command .= " -file $uri";
Note:
See TracChangeset
for help on using the changeset viewer.
