- Timestamp:
- Dec 3, 2015, 4:14:24 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20151113
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/addstar_run.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113
- Property svn:mergeinfo changed
/trunk (added) merged: 39137-39165,39167-39181,39186,39189,39191-39192,39209-39210,39216-39217
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20151113/ippScripts/scripts/addstar_run.pl
r39045 r39224 388 388 my $ffSummary = $metadata->[0]; 389 389 my $filter = $ffSummary->{filter}; 390 my $sta ck_id = $ffSummary->{stack_id};390 my $stage_id = $ffSummary->{stage_id}; 391 391 392 392 $filter =~ s/\.00000//; … … 399 399 $command .= " $realFile "; 400 400 $command .= " -p $photcode "; 401 $command .= " -image-id $sta ck_id ";401 $command .= " -image-id $stage_id "; 402 402 } 403 403
Note:
See TracChangeset
for help on using the changeset viewer.
