Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
Summation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Dramsch committed Apr 22, 2013
1 parent 21bc15d commit e687d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COmig.m
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

if v == vfinal % If loop reaches the correct velocity (estimated with constant velocity scan)
% (estimated with constant velocity scan)
mig(1:z_len,1:ns) = sum(COG,3); % summing CO-Gather
mig(1:z_len,1:ns) = sum(Kirchhoffdepth,3); % summing CO-Gather

%% Plot of the migration result

Expand Down

0 comments on commit e687d62

Please sign in to comment.