Changeset 21309 for trunk/ippScripts/scripts/chip_imfile.pl
- Timestamp:
- Feb 5, 2009, 9:36:52 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r20927 r21309 53 53 defined $chip_id and 54 54 defined $class_id and 55 ## defined $chip_imfile_id and XXX until this is added to the scheme, do not require it :55 defined $chip_imfile_id and 56 56 defined $uri and 57 57 defined $camera and … … 102 102 $ipprc->outroot_prepare($outroot); 103 103 104 my $image_id = $chip_imfile_id;105 104 my $source_id = $ipprc->source_id($dbname, $PS_TABLE_ID_CHIP); 106 105 … … 133 132 $command .= " -threads $threads" if defined $threads; 134 133 $command .= " -dbname $dbname" if defined $dbname; 135 # $command .= " -image_id $image_id" if defined $image_id;136 #$command .= " -source_id $source_id" if defined $source_id;134 $command .= " -image_id $chip_imfile_id" if defined $chip_imfile_id; 135 $command .= " -source_id $source_id" if defined $source_id; 137 136 $command .= " -dumpconfig $configuration"; 138 137 $command .= " -tracedest $traceDest -log $logDest"; … … 143 142 $command .= " -threads $threads" if defined $threads; 144 143 $command .= " -dbname $dbname" if defined $dbname; 145 # $command .= " -image_id $image_id" if defined $image_id;146 #$command .= " -source_id $source_id" if defined $source_id;144 $command .= " -image_id $chip_imfile_id" if defined $chip_imfile_id; 145 $command .= " -source_id $source_id" if defined $source_id; 147 146 $command .= " -tracedest $traceDest -log $logDest"; 148 147 $command .= " -Db PPIMAGE:PHOTOM FALSE";
Note:
See TracChangeset
for help on using the changeset viewer.
