- Timestamp:
- Dec 12, 2015, 8:41:28 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/addstar_run.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/addstar_run.pl
r39140 r39264 388 388 my $ffSummary = $metadata->[0]; 389 389 my $filter = $ffSummary->{filter}; 390 my $sta ge_id = $ffSummary->{stage_id};390 my $stack_id = $ffSummary->{stack_id}; 391 391 392 392 $filter =~ s/\.00000//; … … 399 399 $command .= " $realFile "; 400 400 $command .= " -p $photcode "; 401 $command .= " -image-id $sta ge_id ";401 $command .= " -image-id $stack_id "; 402 402 } 403 403
Note:
See TracChangeset
for help on using the changeset viewer.
