From e687d621bcb29dc2596adf3063af663d69452719 Mon Sep 17 00:00:00 2001 From: Jesper Dramsch Date: Mon, 22 Apr 2013 13:56:16 +0200 Subject: [PATCH] Summation --- COmig.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COmig.m b/COmig.m index 1893aa3..7f8ff49 100644 --- a/COmig.m +++ b/COmig.m @@ -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