IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6410


Ignore:
Timestamp:
Feb 9, 2006, 2:51:14 PM (20 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/tst_psCoord02.c

    r6390 r6410  
    66*  @author GLG, MHPCC
    77*
    8 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2006-02-09 01:21:31 $
     8*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2006-02-10 00:51:14 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2222testDescription tests[] = {
    2323                              {test04, 660, "psPlaneTransformCombine()", 0, false},
    24                               {test05, 662, "psPlaneTransformFit()", 0, false},
    25                               {test06, 663, "psPlaneTransformInvert()", 0, false},
    26                               {test07, 666, "psPlaneTransformDeriv()", 0, false},
     24                              {test05, 662, "psPlaneTransformFit()", 0, true},
     25                              {test06, 663, "psPlaneTransformInvert()", 0, true},
     26                              {test07, 666, "psPlaneTransformDeriv()", 0, true},
    2727                              {NULL}
    2828                          };
     
    6363#define TST04_NUM 5.0
    6464// These macros define the max sizes of the various input transforms.
    65 #define TST04_T1_X_X 5
     65#define TST04_T1_X_X 2
    6666#define TST04_T1_X_Y 3
    6767#define TST04_T1_Y_X 3
     
    205205    bool testStatus = true;
    206206
     207    //HEY
    207208    // Create a variety of input transforms, then test them.
    208209    //
     
    215216                            for (psS32 t2yx = 0 ; t2yx < TST04_T2_Y_X ; t2yx++) {
    216217                                for (psS32 t2yy = 0 ; t2yy < TST04_T2_Y_Y ; t2yy++) {
    217                                     //                                    printf("(%d %d %d %d %d %d %d %d)\n", t1xx, t1xy, t1yx, t1yy, t2xx, t2xy, t2yx, t2yy);
     218                                    //printf("(%d %d %d %d %d %d %d %d)\n", t1xx, t1xy, t1yx, t1yy, t2xx, t2xy, t2yx, t2yy);
    218219                                    psPlaneTransform *trans1 = psPlaneTransformAlloc(PS_MAX(t1xx, t1yx), PS_MAX(t1xy, t1yy));
    219220                                    psPlaneTransform *trans2 = psPlaneTransformAlloc(PS_MAX(t2xx, t2yx), PS_MAX(t2xy, t2yy));
Note: See TracChangeset for help on using the changeset viewer.