Go to the source code of this file.
Function Documentation
Complete inversion calculation.
- Parameters:
-
[in] | inversionData | Pointer to data: K 4D-matrix containing Kernel data in wavespace. K2piCC 4D-matrix containing K*(2pi)^2 time conjugate transpose of kernel data, K, in wavespace. Lambda 4D-matrix containing covariance data, in wavespace. Theta 2D-matrix containing overlap data for integrating over z-dimension. tau 4D-matrix containing travel-map data, in wavespace. Targetf 2D-matrix containing z-dimension of target function. baseDir BaseDirectory structure which manages the output filenames. muSet Range specifier for parameter, mu. sigmaSet Range specifier for parameter, sigma. debug Boolean flag: true if writing intermediate matrix values during inversion. |
Free memory
- Parameters:
-
[in] | inversionData | Pointer to data |
Check if more parameter values
- Parameters:
-
[in] | inversionData | Pointer to data |
- Returns:
- TRUE if more parameters to use; false if all parameters have been used.
Loops over mu and sigma parameters and calls inversion function. ParameterLoop ..... initializes model, loops through sigma values, loops through mu values, performs inversion, outputs model. Advance to the next parameter values
- Parameters:
-
[in] | inversionData | Pointer to data |