IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 10, 2005, 11:59:27 AM (21 years ago)
Author:
gusciora
Message:

....

Location:
trunk/psModules/test/imcombine
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/imcombine/tst_pmImageCombine.c

    r5169 r5258  
    1010 *  XXX: Must test masks with pmRejectPixels()
    1111 *
    12  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-09-28 20:42:52 $
     12 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-10-10 21:58:34 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    276276            psPixels *myPixels = (psPixels *) questionablePixels->data[i];
    277277            for (psS32 p = 0 ; p < myPixels->n ; p++) {
    278                 printf("Image %d, questionable pixel %d is (%d %d)\n", i, p, myPixels->data[p].y, myPixels->data[p].x);
     278                printf("Image %d, questionable pixel %d is (%f %f)\n",
     279                       i, p, myPixels->data[p].y, myPixels->data[p].x);
    279280            }
    280281        }
     
    318319
    319320            for (psS32 p = 0 ; p < myPixels->n ; p++) {
    320                 printf("Image %d, rejected pixel %d is (%d %d)\n", i, p,
     321                printf("Image %d, rejected pixel %d is (%f %f)\n", i, p,
    321322                       myPixels->data[p].y, myPixels->data[p].x);
    322323            }
  • trunk/psModules/test/imcombine/verified/tst_pmImageCombine.stdout

    r5169 r5258  
    1919Calling with a NULL stats.  Should generate error, return NULL.
    2020Calling with acceptable data.  Should generate a psImage.
    21 Image 1, questionable pixel 0 is (0 8)
    22 Image 1, questionable pixel 1 is (1 2)
    23 Image 1, questionable pixel 2 is (3 9)
    24 Image 1, questionable pixel 3 is (4 5)
    25 Image 1, questionable pixel 4 is (3 8)
    26 Image 2, questionable pixel 0 is (9 9)
    27 Image 2, questionable pixel 1 is (0 5)
    28 Image 2, questionable pixel 2 is (6 2)
    29 Image 2, questionable pixel 3 is (3 7)
    30 Image 3, questionable pixel 0 is (7 5)
     21Image 1, questionable pixel 0 is (0.000000 8.000000)
     22Image 1, questionable pixel 1 is (1.000000 2.000000)
     23Image 1, questionable pixel 2 is (3.000000 9.000000)
     24Image 1, questionable pixel 3 is (4.000000 5.000000)
     25Image 1, questionable pixel 4 is (3.000000 8.000000)
     26Image 2, questionable pixel 0 is (9.000000 9.000000)
     27Image 2, questionable pixel 1 is (0.000000 5.000000)
     28Image 2, questionable pixel 2 is (6.000000 2.000000)
     29Image 2, questionable pixel 3 is (3.000000 7.000000)
     30Image 3, questionable pixel 0 is (7.000000 5.000000)
    3131
    3232
     
    3535tst_pmImageCombine.c: Image 0 had 0 rejects.
    3636tst_pmImageCombine.c: Image 1 had 4 rejects.
    37 Image 1, rejected pixel 0 is (0 8)
    38 Image 1, rejected pixel 1 is (1 2)
    39 Image 1, rejected pixel 2 is (4 5)
    40 Image 1, rejected pixel 3 is (3 8)
     37Image 1, rejected pixel 0 is (0.000000 8.000000)
     38Image 1, rejected pixel 1 is (1.000000 2.000000)
     39Image 1, rejected pixel 2 is (4.000000 5.000000)
     40Image 1, rejected pixel 3 is (3.000000 8.000000)
    4141tst_pmImageCombine.c: Image 2 had 3 rejects.
    42 Image 2, rejected pixel 0 is (0 5)
    43 Image 2, rejected pixel 1 is (6 2)
    44 Image 2, rejected pixel 2 is (3 7)
     42Image 2, rejected pixel 0 is (0.000000 5.000000)
     43Image 2, rejected pixel 1 is (6.000000 2.000000)
     44Image 2, rejected pixel 2 is (3.000000 7.000000)
    4545tst_pmImageCombine.c: Image 3 had 1 rejects.
    46 Image 3, rejected pixel 0 is (7 5)
     46Image 3, rejected pixel 0 is (7.000000 5.000000)
    4747tst_pmImageCombine.c: Image 4 had 0 rejects.
Note: See TracChangeset for help on using the changeset viewer.