IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2005, 12:25:39 PM (21 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

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

    r4770 r4992  
    88 *
    99 *  XXX: Must verify the results internally.  Don't use stdout file.
    10  *
    11  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-08-16 01:10:36 $
     10 *  XXX: Must test masks with pmRejectPixels()
     11 *
     12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-09-11 22:25:39 $
    1314 *
    1415 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    304305    //
    305306    printf("\n\n\nCalling pmRejectPixels() with acceptable data.  Should generate a psArray.\n");
    306     psArray *pixelRejects = pmRejectPixels(images, questionablePixels, expandTransforms,
     307    psArray *pixelRejects = pmRejectPixels(images, NULL, questionablePixels, expandTransforms,
    307308                                           contractTransforms, TST00_REJECTION_THRESHOLD,
    308309                                           TST00_GRADIENT_LIMIT);
    309310    if (pixelRejects == NULL) {
    310         printf("TEST ERROR: pmCombineImages() returned a NULL psArray.\n");
     311        printf("TEST ERROR: pmRejectPixels() returned a NULL psArray.\n");
    311312        testStatus = true;
    312313    } else {
Note: See TracChangeset for help on using the changeset viewer.