Variables

src/inversion/InversionErrorMessages.h File Reference

Go to the source code of this file.

Variables

static const char OLAMainKernelSquare [] = "Kernel files must have equal x and y dimensions"
static const char OLAMainMapSquare [] = "Map data must have equal x and y dimensions and be the same as Kernel files"
static const char OLAMainNMapNKernel [] = "Number of map files must equal number of kernel files"
static const char OLAMainLambdaDim [] = "Lambda must have dimensions"
static const char OLAMainThetaDim [] = "Theta must have dimensions"
static const char OLAMainTargetfDim [] = "f needs to have dimensions"
static const char Missing1dTargetFunc [] = "Expected 1D target function, f(z; z0) is missing from input"
static const char MissingThetaFile [] = "Expected Theta file is missing from input"
static const char BadZDimForKernel [] = "getProblemDimension does not agree with Z-dim of Kernel file"
static const char ModelBadDimForW [] = "Incompatible dimensions when inserting w"
static const char BadSigmaMin [] = "Invalid minimum value for sigma"
static const char MainBadScatterNumber [] = "Problems setting scatterer"
static const char NullMatrix [] = "Matrix data is NULL"
static const char AvgStrExpected [] = "Expected 'Avg', instead of"
static const char KernelStrExpected [] = "Expected 'Kernel', instead of"
static const char AvgKernTooManyValues [] = "Too many values for calculating Averaging Kernel"
static const char AvgKernBadDepthValue [] = "unrecognized depth for averaging kernel"
static const char AvgKernInvalidDepthValue [] = "One of the Averaging Kernel depths is not within the range of the third dimension of the Kernel file: "
static const char UnrecognizedScatterIndex [] = "Unrecognized Scatterer"

Variable Documentation

const char AvgKernBadDepthValue[] = "unrecognized depth for averaging kernel" [static]
const char AvgKernInvalidDepthValue[] = "One of the Averaging Kernel depths is not within the range of the third dimension of the Kernel file: " [static]
const char AvgKernTooManyValues[] = "Too many values for calculating Averaging Kernel" [static]
const char AvgStrExpected[] = "Expected 'Avg', instead of" [static]
const char BadSigmaMin[] = "Invalid minimum value for sigma" [static]
const char BadZDimForKernel[] = "getProblemDimension does not agree with Z-dim of Kernel file" [static]
const char KernelStrExpected[] = "Expected 'Kernel', instead of" [static]
const char MainBadScatterNumber[] = "Problems setting scatterer" [static]
const char Missing1dTargetFunc[] = "Expected 1D target function, f(z; z0) is missing from input" [static]
const char MissingThetaFile[] = "Expected Theta file is missing from input" [static]
const char ModelBadDimForW[] = "Incompatible dimensions when inserting w" [static]
const char NullMatrix[] = "Matrix data is NULL" [static]
const char OLAMainKernelSquare[] = "Kernel files must have equal x and y dimensions" [static]
const char OLAMainLambdaDim[] = "Lambda must have dimensions" [static]
const char OLAMainMapSquare[] = "Map data must have equal x and y dimensions and be the same as Kernel files" [static]
const char OLAMainNMapNKernel[] = "Number of map files must equal number of kernel files" [static]
const char OLAMainTargetfDim[] = "f needs to have dimensions" [static]
const char OLAMainThetaDim[] = "Theta must have dimensions" [static]
const char UnrecognizedScatterIndex[] = "Unrecognized Scatterer" [static]
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines