Skip to content

Commit 290c1d3

Browse files
authored
Update collect_interpCartData.m consistent spacing
1 parent 76354ac commit 290c1d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/matlab_test_data_collectors/matlab_collectors/collect_interpCartData.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
sensor_data = sin(2 * pi * [1:kgrid.Nt]/ kgrid.Nt + repmat(phase_shifts', 1, kgrid.Nt));
6060
% smooth the initial pressure distribution and restore the magnitude
6161
p0 = smooth(p0_binary, true);
62+
6263
% interpolate data to remove the gaps and assign to time reversal data
6364
trbd = interpCartData(kgrid, sensor_data, sensor_mask, binary_sensor_mask);
6465
recorder.recordVariable('trbd', trbd);

0 commit comments

Comments
 (0)