Variables

src/forward/ForwardErrorMessages.h File Reference

Go to the source code of this file.

Variables

static const char XYPlaneMustBeSquareKernel [] = "Kernel must have the same X and Y dimension (Nx, Ny, Nz, M, Nalpha) = (%1d x %1d x %1d x %1d x %1d)"
static const char XYPlaneMustBeSquareModel [] = "Model must have dimensions (Nx, Ny, Nz, Nalpha) = (%1d x %1d x %1d x %1d) based on the kernel dimensions"
static const char XYPlaneMustBeSquareNoiseAmp [] = "Noise amplitude must have dimensions (Nx, Ny, Nz, M) = (%1d x %1d x %1d x %1d) based on the kernel dimensions"
static const char ExpectedThetaMatrixDim [] = "Theta must be square and (%1d x %1d = %1d) on each side, based on kernel dimensions"
static const char ModelKernelSameAlpha [] = "The model must have the same alpha dimension (same number of scatterers) as the kernel. Found %1d, expected %1d"
static const char ModelKernelSameZ [] = "The model must have the same Z dimension as the kernel. Found %1d, expected %1d"
static const char RandomSeedNegative [] = "Unable to use requested random seed because it is negative"
static const char RandomSeedBad [] = "Unable to use requested random seed"
static const char RandomSeedSysTime [] = "Using system time for random seed"

Variable Documentation

const char ExpectedThetaMatrixDim[] = "Theta must be square and (%1d x %1d = %1d) on each side, based on kernel dimensions" [static]
const char ModelKernelSameAlpha[] = "The model must have the same alpha dimension (same number of scatterers) as the kernel. Found %1d, expected %1d" [static]
const char ModelKernelSameZ[] = "The model must have the same Z dimension as the kernel. Found %1d, expected %1d" [static]
const char RandomSeedBad[] = "Unable to use requested random seed" [static]
const char RandomSeedNegative[] = "Unable to use requested random seed because it is negative" [static]
const char RandomSeedSysTime[] = "Using system time for random seed" [static]
const char XYPlaneMustBeSquareKernel[] = "Kernel must have the same X and Y dimension (Nx, Ny, Nz, M, Nalpha) = (%1d x %1d x %1d x %1d x %1d)" [static]
const char XYPlaneMustBeSquareModel[] = "Model must have dimensions (Nx, Ny, Nz, Nalpha) = (%1d x %1d x %1d x %1d) based on the kernel dimensions" [static]
const char XYPlaneMustBeSquareNoiseAmp[] = "Noise amplitude must have dimensions (Nx, Ny, Nz, M) = (%1d x %1d x %1d x %1d) based on the kernel dimensions" [static]
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines