Skip to content

Commit f1a304b

Browse files
committed
added comment
1 parent b497e3d commit f1a304b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/stolt_fk_mig.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@
108108
Pkzkx = Pkzkx.*exp(1i*KZ_st*zStart);
109109
%% Transform back
110110
im = ifft2(Pkzkx);
111+
%% im is in pos vs depth coordinates.
112+
%% But for constant velocity, we can just rescale the coordinate axis
113+
%% to get time
111114
dataout.gprdata(:,:,lines(li)+1) = abs(im(1:nZ,1:nX));
112115
dataout.gprcell{lines(li)+1}=abs(im(1:nZ,1:nX));
113116
end

0 commit comments

Comments
 (0)