Skip to content

Commit 4f9e2cb

Browse files
committed
Small documentation issues
Wrong Input/Output variables in the descriptions.
1 parent 907a735 commit 4f9e2cb

File tree

2 files changed

+21
-28
lines changed

2 files changed

+21
-28
lines changed

bin/Murat_imageCheckCN.m

+7-10
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@
66
% PLOTS the Qc checks
77
%
88
% Input parameters:
9-
% rtQk: retained Q data
10-
% cfk: central frequency
11-
% outputLCurve: decide if you want to see the L curve
12-
% energyRatio_k: energy ratios at all frequencies
13-
% residualQ_k: residuals of Q inversions
14-
% const_Qc_k: the constants coming from Qc analysis
9+
% equationQ: sum of all three terms of the CN equation for average Q
10+
% d1: data for average Q inversion
11+
% spreadAverageQ:values of average spreading and Q for labels
12+
% luntot_k: total length of ray
13+
% time0_k: travel time
14+
% energyRatio_k: energy ratios
15+
% A_k: CN inversion matrix
1516
% Edirect_k: direct energy
16-
% luntot: total length of ray
17-
% time0: travel time
18-
% A_i: CN inversion matrix
19-
% lcurveQ: damping parameter
2017
% CN_title: title of the figure
2118
%
2219
% Output parameters:

bin/Murat_lsqlinQmean.m

+14-18
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,21 @@
66
% INVERTS with weighted tikhonov and creates L-curve and data for Q.
77
%
88
% Input parameters:
9-
% cfk: central frequency
10-
% rtQ: selected Q waveforms
11-
% outputLCurve: flag to output the L curve
12-
% rapsp_k: energy ratios
13-
% const_Qc_k: constant from the average Qc
14-
% luntot: total length
15-
% time0: travel time
16-
% A: CN inversion matrix
17-
% lCurveQ: damping parameter input from start
18-
% flagShow: flag to decide if show L-curve
19-
%
9+
% tCm: lapse time
10+
% tWm: coda window
11+
% Q_k: inverse Qc
12+
% cf_k: central frequency
13+
% sped: spectral decay
14+
% luntot_k: total ray length
15+
% time0_k: total travel time
16+
% rapsp_k: energy ratio
17+
%
2018
% Output parameters:
21-
% mtik0: inversion parameter
22-
% residualQ_k: residuals for Q inversion
23-
% LcCN: figure of L curve for the CN method
24-
% tik0_reg: regularization parameters
25-
% d1k: data of the inversion
26-
% constQmean_k: constant for the method
27-
19+
% d1: data for average Q inversion
20+
% const_Qc_k: constant for average Q inversion depending on Qc
21+
% constQmean_k: average geometrical spreading and Q
22+
% equationQ: sum of all three terms of the CN equation
23+
%
2824
%%
2925
% Data creation for the true inversion, removing the pre-calculated
3026
% parameters.

0 commit comments

Comments
 (0)