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

Commit

Permalink
Fixed Axis
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Apr 22, 2013
1 parent bc5dd7f commit 6096040
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions CO_kirch.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@




%{
CO_kirch.m - Constant offset Kirchhoff migration.
Expand Down
7 changes: 4 additions & 3 deletions COmig.m
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@
% CO-Gather for each velocity
fx=figure(v);
set(fx, 'Position', [0 0 1280 1024] );
imagesc(((1:ns*nh)-1)*dcmp,Skala(:,1),Kirchhoffdepth(:,:),[-max(max(max(abs(Kirchhoffdepth(1:nt-5,:,:))))) max(max(max(abs(Kirchhoffdepth(1:nt-5,:,:)))))])
imagesc(((1:ns*nh)-1)*dcmp,Skala(:,1)*1e-3,Kirchhoffdepth(:,:),[-max(max(max(abs(Kirchhoffdepth(1:nt-5,:,:))))) max(max(max(abs(Kirchhoffdepth(1:nt-5,:,:)))))])
%title('Tiefenmigration','Fontsize',24)
xlabel('CMP','Fontsize',24)
ylabel('Depth [m]','Fontsize',24)
xlabel('CMP [km]','Fontsize',24)
ylabel('Depth [km]','Fontsize',24)
set(gca,'Fontsize',24)
colormap([ones(101,1),(0:.01:1)',(0:.01:1)';(1:-.01:0)',(1:-.01:0)',ones(101,1)]) % polarized plot
colorbar
Expand Down Expand Up @@ -257,3 +257,4 @@
legend('Filtered data','Original data','Location','NorthWest')
set(gca,'Fontsize',24)
print('-dpng','wavelet.png');
close all

0 comments on commit 6096040

Please sign in to comment.