IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2005, 3:44:48 PM (21 years ago)
Author:
drobbin
Message:

psModules now works with the reorganized version of psLib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/verified/tst_pmImageCombine.stdout

    r4219 r4579  
    11Testing pmCombineImages(10, 10, 5)
     2Generating a bad pixel in image (1) at (0, 8)
     3Generating a bad pixel in image (3) at (7, 5)
     4Generating a bad pixel in image (1) at (1, 2)
     5Generating a bad pixel in image (2) at (9, 9)
     6Generating a bad pixel in image (1) at (3, 9)
     7Generating a bad pixel in image (2) at (0, 5)
     8Generating a bad pixel in image (1) at (4, 5)
     9Generating a bad pixel in image (1) at (3, 8)
     10Generating a bad pixel in image (2) at (6, 2)
     11Generating a bad pixel in image (2) at (3, 7)
    212Calling with a NULL images.  Should generate error, return NULL.
    313Calling with a long images.  Should generate error, return NULL.
     
    1929Image 2, questionable pixel 3 is (3 7)
    2030Image 3, questionable pixel 0 is (7 5)
    21 Testing pmRejectPixels(10, 10, 5, 1.000000, 1.000000)
     31
     32
     33
     34Calling pmRejectPixels() with acceptable data.  Should generate a psArray.
     35tst_pmImageCombine.c: Image 0 had 0 rejects.
     36tst_pmImageCombine.c: Image 1 had 4 rejects.
     37Image 1, rejected pixel 0 is (0 8)
     38Image 1, rejected pixel 1 is (1 2)
     39Image 1, rejected pixel 2 is (4 5)
     40Image 1, rejected pixel 3 is (3 8)
     41tst_pmImageCombine.c: Image 2 had 3 rejects.
     42Image 2, rejected pixel 0 is (0 5)
     43Image 2, rejected pixel 1 is (6 2)
     44Image 2, rejected pixel 2 is (3 7)
     45tst_pmImageCombine.c: Image 3 had 1 rejects.
     46Image 3, rejected pixel 0 is (7 5)
     47tst_pmImageCombine.c: Image 4 had 0 rejects.
Note: See TracChangeset for help on using the changeset viewer.