IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2004, 4:06:12 PM (22 years ago)
Author:
desonia
Message:

added psImageRadialCut. Untested, but compiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageErrors.dat

    r1864 r1897  
    2626psImage_SLICE_DIRECTION_INVALID        Specified slice direction, %d, is invalid.
    2727psImage_PARAMETER_OUTOF_TYPERANGE      Specified %s value, %g, is outside of psImage type's range (%s: %g to %g).
     28psImage_nSamples_TOOSMALL              Specified number of samples, %d, must be greater than 1 to make a line.
     29psImage_LINE_NOT_IN_IMAGE              Specified line, (%f,%f)->(%f,%f), does not entirely lie in psImage's boundaries, [0:%d,0:%d].
     30psImage_RADII_VECTOR_NULL              Specified radii vector can not be NULL.
     31psImage_CENTER_NOT_IN_IMAGE            Specified center, (%d,%d), is outside of the psImage boundaries, [0:%d,0:%d].
     32psImage_RADII_VECTOR_TOOSMALL          Input radii vector size, %d, can not be less than 2.
    2833#
    2934psImageFFT_IMAGE_TYPE_UNSUPPORTED      Input psImage type (%s) is not supported. Valid image types are psF32 and psC32.
Note: See TracChangeset for help on using the changeset viewer.