Defines | Functions

src/ola/OLAInit.c File Reference

Defines

#define K2PICC_FLY   0

Functions

bool DimensionsOk (MAP_DEPTH_MATRIX K, MAP_DEPTH_MATRIX Lambda, MATRIX Theta, MAP_DEPTH_MATRIX tau, bool FourierTransformed, bool noMaps)
bool DimensionsOkPrelim (MAP_DEPTH_MATRIX K, MAP_DEPTH_MATRIX Lambda, MATRIX Theta, MAP_DEPTH_MATRIX tau, bool FourierTransformed, int numberOfMaps, bool noMaps)
InversionDataOLAInit (InputParms inputParms, char *commandLineOutputDir, bool debug)

Define Documentation

#define K2PICC_FLY   0

Function Documentation

bool DimensionsOk ( MAP_DEPTH_MATRIX  K,
MAP_DEPTH_MATRIX  Lambda,
MATRIX  Theta,
MAP_DEPTH_MATRIX  tau,
bool  FourierTransformed,
bool  noMaps 
)

Check the dimensions of all the input matrices.

Parameters:
[in] K Kernel in frequency space
[in] Lambda Lambda Travel-time noise covariance matrix
[in] Theta Overlap matrix, describing expansion in terms of basis functions.
[in] tau Travel-time matrix
[in] FourierTransformed True if the Kernel data has been transformed.
[in] noMaps Boolean set to true if running inversion without maps; false otherwise.
bool DimensionsOkPrelim ( MAP_DEPTH_MATRIX  K,
MAP_DEPTH_MATRIX  Lambda,
MATRIX  Theta,
MAP_DEPTH_MATRIX  tau,
bool  FourierTransformed,
int  numberOfMaps,
bool  noMaps 
)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines