IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2004, 9:50:43 AM (22 years ago)
Author:
evanalst
Message:

Add additional cases for psImageRebin to include mask, updated verified
file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/verified/tst_psImageManip.stderr

    r1923 r1926  
    125125    Following should error as overlay isn't within image boundaries
    126126<DATE><TIME>|<HOST>|E|psLib.image.psImageOverlaySection
    127     Specified subset range, [32:<LINENO>,64:<LINENO>], lies outside psImage's boundaries, [0:<LINENO>,0:<LINENO>].
     127    Specified subset range, [32:<LINENO>,64:<LINENO>], is invalid or outside input psImage's boundaries, [0:<LINENO>,0:<LINENO>].
    128128<DATE><TIME>|<HOST>|I|testImageOverlay
    129129    Following should error as overlay is NULL
     
    160160
    161161<DATE><TIME>|<HOST>|I|testImageRebin
    162     Following should be an error.
     162    Following should be an error for unsupported type.
    163163<DATE><TIME>|<HOST>|E|psLib.image.psImageRebin
    164164    Specified psImage type, psU8, is not supported.
    165 <DATE><TIME>|<HOST>|E|psLib.image.psImageRebin
    166     Can not operate on a NULL psImage.
    167 <DATE><TIME>|<HOST>|I|testImageRebin
    168     Following should be an error.
     165<DATE><TIME>|<HOST>|I|testImageRebin
     166    Following should be an error for invallid mask type.
     167<DATE><TIME>|<HOST>|E|psLib.image.psImageRebin
     168    Input psImage mask type, psF32, is not the supported mask datatype of psU8.
     169<DATE><TIME>|<HOST>|E|psLib.image.psImageRebin
     170    Can not operate on a NULL psImage.
     171<DATE><TIME>|<HOST>|I|testImageRebin
     172    Following should be an error for scale < 0.
    169173<DATE><TIME>|<HOST>|E|psLib.image.psImageRebin
    170174    Specified scale value, 0, must be a positive value.
    171175<DATE><TIME>|<HOST>|I|testImageRebin
    172     Following should be an error.
     176    Following should be an error for stats null.
    173177<DATE><TIME>|<HOST>|E|psLib.image.psImageRebin
    174178    Specified statistic can not be NULL.
    175179<DATE><TIME>|<HOST>|I|testImageRebin
    176     Following should be an error.
     180    Following should be an error for stats options 0.
    177181<DATE><TIME>|<HOST>|E|psLib.image.psImageRebin
    178182    Specified statistic option, 0, is not valid.  Must specify one and only one statistic type.
    179183<DATE><TIME>|<HOST>|I|testImageRebin
    180     Following should be an error.
     184    Following should be an error for stat options use range.
    181185<DATE><TIME>|<HOST>|E|psLib.image.psImageRebin
    182186    Specified statistic option, 8192, is not valid.  Must specify one and only one statistic type.
    183187<DATE><TIME>|<HOST>|I|testImageRebin
    184     Following should be an error.
     188    Following should be an error for stats with multiple options.
    185189<DATE><TIME>|<HOST>|E|psLib.image.psImageRebin
    186190    Specified statistic option, 2049, is not valid.  Must specify one and only one statistic type.
Note: See TracChangeset for help on using the changeset viewer.