- Timestamp:
- Sep 26, 2012, 3:47:51 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
r34478 r34479 198 198 $filename = $resolved; 199 199 200 warn("Getting info from camera stage $cam_id"); 200 201 my $cam_id = $comp->{cam_id_1}; 201 202 my $cam_command = "$camtool -processedexp -cam_id $cam_id"; … … 211 212 my $cam_comp = $$cam_components[0]; 212 213 214 warn("Getting info from raw stage $exp_id"); 213 215 my $exp_id = $comp->{exp_id_1}; 214 216 my $reg_command = "$regtool -processedimfile -exp_id $exp_id"; … … 242 244 }; 243 245 246 warn("Checking for positive"); 244 247 diff_check(\%positive, $data, "positive"); 245 248 … … 279 282 }; 280 283 284 warn("Checking for negative"); 281 285 diff_check(\%negative, $data, "negative"); 282 286
Note:
See TracChangeset
for help on using the changeset viewer.
