IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1681


Ignore:
Timestamp:
Sep 1, 2004, 6:03:39 PM (22 years ago)
Author:
Paul Price
Message:

Finished listing important branches that need to be tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/testing/pap_rel2.txt

    r1679 r1681  
    12551255      ######            return true;
    12561256
    1257 void p_psVectorPrint unused, but comment says it's for debugging: fair
    1258 enough, but should be "static".
     1257void p_psVectorPrint unused, but comment says it's for debugging: fair enough.
    12591258
    12601259***L231:
     
    14401439                        }
    14411440
    1442 float p_psFitQuadratic not exercised, comment says "unused".  Should
    1443 be "static".
     1441float p_psFitQuadratic not exercised, comment says "unused".
    14441442
    14451443*L1150:
     
    15631561                                    }
    15641562                                }
    1565 *L1774:
     1563*L1774: Looks to be temporary
    15661564        3091        if (in->type.type == PS_TYPE_S32) {
    15671565      ######            tmp = psVectorAlloc(in->n, PS_TYPE_F32);
     
    18711869#define MACRO should be tested.
    18721870
    1873 psImage: L240
    1874 psImageExtraction: L201,L386
    1875 psImageIO.c: L142,L229
     1871Here are the major code segments that aren't being exercised, which
     1872should be:
     1873
     1874psImage.c:
     1875L240 psImagePixelInterpolate on U8,U16,U32,U64,S8,S16,S32,S64,F64,C32,C64
     1876
     1877psImageExtraction.c:
     1878L201 psImageCopy on S16,U64,C64
     1879L386 psImageSlice on U8,U16,U32,U64,S8,S16,S32,S64,F64,C32,C64
     1880
     1881psImageIO.c:
     1882L142 psImageReadSection on U8,S8,U16,U32,S32,S64,F64
     1883L229 psImageWriteSection on U8,S8,U16,U32,S32,S64,F64
    18761884
    18771885psImageManip.c:
    1878 L110,L114,L156,L249,L421,psImageResample,L588,L628,L667,L797(Bilinear).
    1879 
    1880 psHash:
    1881 L304: replacing a key
     1886L110 psImageClip on S64,U64
     1887L156 psImageClipNaN on C32,C64
     1888L249 psImageOverlaySection on U32,U64,S32,S64
     1889L421 psImageRebin on U8,U16,U32,U64,S8,S16,S32,S64,F64,C32,C64
     1890psImageResample Not tested at all
     1891L588 psImageRotate for 90, 180, 270 on U8,U16,U32,U64,S8,S32,S64,F64,C32,C64
     1892L797 psImageRotate using bilinear
     1893
     1894psHash.c:
     1895L304 Replacing a key
    18821896
    18831897psScalar.c:
     
    18861900
    18871901psVector.c:
    1888 L214,L309
     1902L214 psVectorSort on U8,U16,U32,U64,S8,S16,S32,S64,F64,C32,C64
     1903L309 psVectorSortIndex on U8,U16,U32,U64,S8,S16,S32,S64,F64,C32,C64
    18891904
    18901905psFFT.c:
    1891 L131,L191,L268,L328,L391,
     1906L131 psImageReal on C64
     1907L191 psImageImaginary on C64
     1908L268 psImageComplex on F64
     1909L328 psImageConjugate on C64
     1910L391 psImagePowerSpectrum on C64
     1911L514 psVectorReal on real vector
     1912L558 psVectorImaginary on real vector
     1913L652 psVectorConjugate on real vector
     1914
     1915psMatrixVectorArithmetic.c:
     1916L477 First operand is scalar; or second operand is scalar or vector
     1917L783 Unary operator on a scalar
     1918
     1919psStats.c:
     1920L231 Vector sample mean with PS_STAT_USE_RANGE
     1921L293 Vector max with PS_STAT_USE_RANGE
     1922L353 Vector min with PS_STAT_USE_RANGE
     1923L414 Vector nValues PS_STAT_USE_RANGE
     1924L502 Vector sample median with PS_STAT_USE_RANGE
     1925L596 Smoothing a histogram when the vector is single-valued
     1926L652 Vector quartiles with PS_STAT_USE_RANGE
     1927L732 Vector SD with PS_STAT_USE_RANGE
     1928L1354 Robust mode in first/last bin
     1929L1395 LQ in first/last bin
     1930L1429 UQ in first/last/bin
     1931L1720 minNum, maxNum
     1932L1744 Non-uniform histogram bins
Note: See TracChangeset for help on using the changeset viewer.