Changeset 34481 for trunk/ippScripts
- Timestamp:
- Sep 26, 2012, 4:20:02 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/publish_file.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/publish_file.pl
r34480 r34481 198 198 $filename = $resolved; 199 199 200 warn("Getting info from camera stage $cam_id");201 200 my $cam_id = $comp->{cam_id_1}; 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; … … 212 212 my $cam_comp = $$cam_components[0]; 213 213 214 warn("Getting info from raw stage $exp_id");215 214 my $exp_id = $comp->{exp_id_1}; 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;
Note:
See TracChangeset
for help on using the changeset viewer.
