Definition in file psDataManipErrors.h.
Go to the source code of this file.
Defines | |
| #define | PS_ERRORTEXT_psVectorFFT_TYPE_NOT_F32_C32 "Input psVector type, %s, is not supported. Valid data types are psF32 and psC32." |
| #define | PS_ERRORTEXT_psVectorFFT_REVERSE_NOT_COMPLEX "Input psVector (%s) is not complex. Reverse FFT operation requires a complex input." |
| #define | PS_ERRORTEXT_psVectorFFT_FORWARD_NOT_REAL "Input psVector (%s) is not real. Forward FFT operation requires a real input." |
| #define | PS_ERRORTEXT_psVectorFFT_FFTW_PLAN_NULL "Could not create a valid FFT plan to perform the transform." |
| #define | PS_ERRORTEXT_psVectorFFT_TYPE_UNSUPPORTED "Specified psVector type, %s, is not supported." |
| #define | PS_ERRORTEXT_psVectorFFT_REAL_IMAG_TYPE_MISMATCH "Real psVector type, %s, and imaginary psVector type, %s, must be the same." |
| #define | PS_ERRORTEXT_psVectorFFT_REAL_IMAG_SIZE_MISMATCH "Real psVector size, %d, and imaginary psVector size, %d, must be the same." |
| #define | PS_ERRORTEXT_psVectorFFT_NONREAL_NOTSUPPORTED "Input psVector type, %s, is required to be either psF32 or psF64." |
| #define | PS_ERRORTEXT_psVectorFFT_NONCOMPLEX_NOTSUPPORTED "Input psVector type, %s, is required to be either psC32 or psC64." |
| #define | PS_ERRORTEXT_psVectorFFT_DIRECTION_NOTSET "Must specify the direction as either PS_FFT_FORWARD or PS_FFT_REVERSE." |
| #define | PS_ERRORTEXT_psStats_NOT_F32_F64 "Invalid data type, %s. Only psF32 and psF64 data types are supported." |
| #define | PS_ERRORTEXT_psStats_VECTOR_TYPE_UNSUPPORTED "Input psVector type, %s, is not supported." |
| #define | PS_ERRORTEXT_psStats_YVAL_OUT_OF_RANGE "Specified yVal, %g, is not within y-range, %g to %g." |
| #define | PS_ERRORTEXT_psStats_ROBUST_QUARTILE_BINS_FAILED "Could not determine the robust lower/upper quartile bin numbers." |
| #define | PS_ERRORTEXT_psStats_STATS_FAILED "Failed to calculate the specified statistic." |
| #define | PS_ERRORTEXT_psStats_STATS_SAMPLE_MEDIAN_SORT_PROBLEM "Failed to sort input data." |
| #define | PS_ERRORTEXT_psStats_STATS_VECTOR_BIN_DISECT_PROBLEM "Failed to determine the bin number of a data element." |
| #define | PS_ERRORTEXT_psStats_STATS_FIT_QUADRATIC_POLYNOMIAL_1D_FIT "Failed to fit a 1-dimensional polynomial to the three specified data points. Returning NAN." |
| #define | PS_ERRORTEXT_psStats_STATS_FIT_QUADRATIC_POLY_MEDIAN "Failed to determine the median of the fitted polynomial. Returning NAN." |
| #define | PS_ERRORTEXT_psStats_ROBUST_STATS_CLIPPED_STATS "Failed to determine clipped statistics." |
| #define | PS_ERRORTEXT_psStats_STATS_POLY_MEDIAN_OUT_OF_RANGE "The requested y-value does not fall with the specified range of x-values. Returning NAN." |
| #define | PS_ERRORTEXT_psFunctions_INVALID_POLYNOMIAL_TYPE "Unknown polynomial type 0x%x found. Evaluation failed." |
| #define | PS_ERRORTEXT_psFunctions_TYPE_NOT_SUPPORTED "Input psVector type, %s, is not supported." |
| #define | PS_ERRORTEXT_psFunctions_NOT_ENOUGH_DATAPOINTS "Given vector does not have enough data points for %d-order interpolation." |
| #define | PS_ERRORTEXT_psRandom_UNKNOWN_RANDFOM_NUMBER_GENERATOR_TYPE "Unknown Random Number Generator Type" |
| #define | PS_ERRORTEXT_psRandom_NULL_RANDOM_VAR "Random variable is NULL." |
| #define | PS_ERRORTEXT_psMatrix_COUNT_DIFFERS "Number of elements inconsistent, %d vs %d. Number of elements must match." |
| #define | PS_ERRORTEXT_psMatrix_IMAGE_SIZE_DIFFERS "Specified psImage dimensions differed, %dx%d vs %dx%d." |
| #define | PS_ERRORTEXT_psMatrix_TYPE_MISMATCH "Specified data type, %s, is not supported." |
| #define | PS_ERRORTEXT_psMatrix_MIN_COMPLEX_SUPPORT "The minimum operation is not supported with complex data." |
| #define | PS_ERRORTEXT_psMatrix_MAX_COMPLEX_SUPPORT "The maximum operation is not supported with complex data." |
| #define | PS_ERRORTEXT_psMatrix_OPERATION_UNSUPPORTED "Specified operation, %s, is not supported." |
| #define | PS_ERRORTEXT_psMatrix_DIMEN_OTHER_FOUND "%s's dimensionality is PS_DIMEN_OTHER, which is not allowed." |
| #define | PS_ERRORTEXT_psMatrix_OUTPUT_VECTOR_NOT_CREATED "Couldn't create a proper output psVector." |
| #define | PS_ERRORTEXT_psMatrix_OUTPUT_IMAGE_NOT_CREATED "Couldn't create a proper output psImage." |
| #define | PS_ERRORTEXT_psMatrix_DIMEN_INVALID "Specified parameter, %s, has invalid dimensionality, %d." |
| #define | PS_ERRORTEXT_psMatrix_VECTOR_EMPTY "Input psVector contains no elements. No data to perform operation with." |
| #define | PS_ERRORTEXT_psMatrix_IMAGE_EMPTY "Input psImage contains no pixels. No data to perform operation with." |
| #define | PS_ERRORTEXT_psMatrix_TRANSPOSE_MISMATCH "Number of rows do not match number of columns." |
|
|
Definition at line 51 of file psDataManipErrors.h. |
|
|
Definition at line 53 of file psDataManipErrors.h. |
|
|
Definition at line 52 of file psDataManipErrors.h. |
|
|
Definition at line 56 of file psDataManipErrors.h. |
|
|
Definition at line 65 of file psDataManipErrors.h. |
|
|
Definition at line 62 of file psDataManipErrors.h. |
|
|
Definition at line 67 of file psDataManipErrors.h. |
|
|
Definition at line 57 of file psDataManipErrors.h. |
|
|
Definition at line 60 of file psDataManipErrors.h. |
|
|
Definition at line 59 of file psDataManipErrors.h. |
|
|
Definition at line 61 of file psDataManipErrors.h. |
|
|
Definition at line 64 of file psDataManipErrors.h. |
|
|
Definition at line 63 of file psDataManipErrors.h. |
|
|
Definition at line 68 of file psDataManipErrors.h. |
|
|
Definition at line 58 of file psDataManipErrors.h. |
|
|
Definition at line 66 of file psDataManipErrors.h. |
|
|
Definition at line 55 of file psDataManipErrors.h. |
|
|
Definition at line 54 of file psDataManipErrors.h. |
|
|
Definition at line 40 of file psDataManipErrors.h. |
|
|
Definition at line 43 of file psDataManipErrors.h. |
|
|
Definition at line 49 of file psDataManipErrors.h. |
|
|
Definition at line 44 of file psDataManipErrors.h. |
|
|
Definition at line 48 of file psDataManipErrors.h. |
|
|
Definition at line 47 of file psDataManipErrors.h. |
|
|
Definition at line 50 of file psDataManipErrors.h. |
|
|
Definition at line 45 of file psDataManipErrors.h. |
|
|
Definition at line 46 of file psDataManipErrors.h. |
|
|
Definition at line 41 of file psDataManipErrors.h. |
|
|
Definition at line 42 of file psDataManipErrors.h. |
|
|
Definition at line 39 of file psDataManipErrors.h. |
|
|
Definition at line 33 of file psDataManipErrors.h. |
|
|
Definition at line 32 of file psDataManipErrors.h. |
|
|
Definition at line 38 of file psDataManipErrors.h. |
|
|
Definition at line 37 of file psDataManipErrors.h. |
|
|
Definition at line 36 of file psDataManipErrors.h. |
|
|
Definition at line 35 of file psDataManipErrors.h. |
|
|
Definition at line 31 of file psDataManipErrors.h. |
|
|
Definition at line 30 of file psDataManipErrors.h. |
|
|
Definition at line 34 of file psDataManipErrors.h. |
1.4.1