Changeset 18360
- Timestamp:
- Jun 29, 2008, 2:46:49 PM (18 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
camera_exp.pl (modified) (1 diff)
-
chip_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/camera_exp.pl
r18013 r18360 323 323 $command .= " -hostname $host" if defined $host; 324 324 $command .= " -dbname $dbname" if defined $dbname; 325 $command .= " -path_base $outroot" if defined $outroot; 325 326 system ($command); 326 327 } -
trunk/ippScripts/scripts/chip_imfile.pl
r18019 r18360 226 226 my $class_id = shift; # Class identifier 227 227 my $exit_code = shift; # Exit code to add 228 # outputImage and outroot are globals 228 229 229 230 carp($msg); … … 235 236 $command .= " -code $exit_code"; 236 237 $command .= " -uri $outputImage"; 238 $command .= " -path_base $outroot"; 237 239 $command .= " -hostname $host" if defined $host; 238 240 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
