IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 10, 2007, 10:17:52 AM (19 years ago)
Author:
gusciora
Message:

Expandeing test coverage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/TABLE-SDRS-CH06-DataManip

    r13306 r13337  
    2222                        na              na      na      10
    2323psStatsOptionFromString()
    24                         NONE            NONE    NONE    NONE
     24                        10              na      na      10      na
    2525psStatsOptionToString()
    26                         NONE            NONE    NONE    NONE
     26                        10              na      na      10      na
    2727psStatsFromString()
    2828                        NONE            NONE    NONE    NONE
     
    101101psSpline1DEval()
    102102                        8               na      5       8
    103     There should be a PS_ASSERT_PTR_NON_NULL(spline->knots) before we assert type:
    104     PS_ASSERT_PTR_NON_NULL(spline, NULL);
    105     PS_ASSERT_VECTOR_TYPE(spline->knots, PS_TYPE_F32, NULL);
     103    There should be a PS_ASSERT_PTR_NON_NULL(spline->knots) before we
     104    assert type:
     105        PS_ASSERT_PTR_NON_NULL(spline, NULL);
     106        PS_ASSERT_VECTOR_TYPE(spline->knots, PS_TYPE_F32, NULL);
    106107psSpline1DEvalVector()
    107108                        8               na      5       8
     
    137138    NONE
    138139psVectorFitPolynomial1D()
    139                         0               10      7       9
    140     Must add unallowed input parameters, maybe vary the poly orders.
     140                        10              10      7       9
     141    Maybe vary the poly orders.
    141142    4D has some tests that are failing, but should not be.
    142143psVectorFitPolynomial2D()
    143                         0               10      7       9
     144                        10              10      7       9
    144145    DITTO
    145146psVectorFitPolynomial3D()
    146                         0               10      7       9
     147                        10              10      7       9
    147148    DITTO
    148149psVectorFitPolynomial4D()
    149                         0               10      7       9
     150                        10              10      7       9
    150151    DITTO
    151152psVectorClipFitPolynomial1D()
    152                         0               10      7       9
     153                        10              10      7       9
    153154    DITTO
    154155psVectorClipFitPolynomial2D()
    155                         0               10      7       9
     156                        10              10      7       9
    156157    DITTO
    157158psVectorClipFitPolynomial3D()
    158                         0               10      7       9
     159                        10              10      7       9
    159160    DITTO
    160161psVectorClipFitPolynomial4D()
    161                         0               10      7       9
     162                        10              10      7       9
    162163    DITTO
    163164psVectorFitSpline1D()   0               2       10      5       5
    164165psImageSubset()         10              2       1       10      na
    165     in imageops dir. not math: tap_psImageStructManip.c
     166    in imageops/tap_psImageStructManip.c
    166167    A single 128x256 image of type U32 is tested.
    167168psImageCopy()           10              10      8       10      na
    168     in imageops dir. not math: tap_psImageStructManip.c
     169    in imageops/tap_psImageStructManip.c
    169170    A single input 128x256 image of type F32 is tested, however it's
    170171        converted to all other allowed types.
    171172psImageTrim()           10              2       4       10      na
    172     in imageops dir. not math: tap_psImageStructManip.c
     173    in imageops/tap_psImageStructManip.c
    173174    A single 200x300 image of type F32 is tested.
    174175psImageFlip()           0               0       0       0       0
    175176    NONE
    176177psImageRow()            10              10      2       10      na
    177     in imageops dir. not math: tap_psImageStructManip.c
     178    in imageops/tap_psImageStructManip.c
    178179psImageCol()            10              10      2       10      na
    179     in imageops dir. not math: tap_psImagePixelExtract.c
     180    in imageops/tap_psImagePixelExtract.c
    180181    A single 3x3 image is used
    181182psImageSlice()          10              10      10      10      na
    182     in imageops dir. not math: tap_psImagePixelExtract.c
     183    in imageops/tap_psImagePixelExtract.c
    183184    Spend more time determining if all input params are tested, and all combos
    184185        as well.
    185186    SDRS seems to be out of date.
    186187psImageCut()            5               2       2       10      na
    187     in imageops dir. not math: tap_psImagePixelExtract.c
     188    in imageops/tap_psImagePixelExtract.c
    188189    SDRS seems to be incomplete and lots of unallowed input param combos are
    189190        probably not tested.
    190191    A single 200x300 input image of type F32 is tested.
    191    
    192192psImageRadialCut()      10              2       2       10      na
    193     in imageops dir. not math: tap_psImagePixelExtract.c
     193    in imageops/tap_psImagePixelExtract.c
    194194    A single 200x300 input image of type F32 is tested.
    195195psImageRebin()          10              10      2       10      na
    196     In imageops dir. not math: tap_psImageGeomManip.c
     196    In imageops/tap_psImageGeomManip.c
    197197    Only 16x16 images are rebinned into 4x4 images.  Try NxM.
    198198psImageResample()       10              2       2       10      na
    199     In imageops dir. not math: tap_psImageGeomManip.c
     199    In imageops/tap_psImageGeomManip.c
    200200    A single 80x60 input image of type F32 is used.
    201201psImageRotate()         8               5       2       10      na
    202     In imageops dir. not math: tap_psImageGeomManip.c
     202    In imageops/tap_psImageGeomManip.c
    203203    A single 64x64 input image is used
    204204    Only types F32 and S16 are tested
     
    207207    There is a potential autoconf directory problem with reading the FITS file.
    208208psImageShift()          10              5       5       10      na
    209     In imageops dir. not math: tap_psImageGeomManip.c
     209    In imageops/tap_psImageGeomManip.c
    210210    Only 64x128 images are used.
    211211    Only types F32 and S16 are tested
    212212psImageRoll()           10              10      2       10      na
    213     In imageops dir. not math: tap_psImageGeomManip.c
     213    In imageops/tap_psImageGeomManip.c
    214214    Only NxN square images are tested.
    215215psImageTransform()      0               2       2       5       na
    216     In imageops dir. not math: tap_psImageGeomManip.c
     216    In imageops/tap_psImageGeomManip.c
    217217    A single 16x32 input image of type F32 is used
    218218    No attempt at unallowed input params, types, or sizes.
Note: See TracChangeset for help on using the changeset viewer.