- Timestamp:
- Sep 26, 2012, 4:24:45 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/publish_file.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/publish_file.pl
r34481 r34482 199 199 200 200 my $cam_id = $comp->{cam_id_1}; 201 print "Getting info from camera stage $cam_id\n";201 #print "Getting info from camera stage $cam_id\n"; 202 202 my $cam_command = "$camtool -processedexp -cam_id $cam_id"; 203 203 $cam_command .= " -dbname $dbname" if defined $dbname; … … 213 213 214 214 my $exp_id = $comp->{exp_id_1}; 215 print "Getting info from raw stage $exp_id\n";215 #print "Getting info from raw stage $exp_id\n"; 216 216 my $reg_command = "$regtool -processedimfile -exp_id $exp_id"; 217 217 $reg_command .= " -dbname $dbname" if defined $dbname; … … 244 244 }; 245 245 246 warn("Checking for positive");246 #warn("Checking for positive"); 247 247 diff_check(\%positive, $data, "positive"); 248 248 … … 282 282 }; 283 283 284 warn("Checking for negative");284 #warn("Checking for negative"); 285 285 diff_check(\%negative, $data, "negative"); 286 286
Note:
See TracChangeset
for help on using the changeset viewer.
