IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3883


Ignore:
Timestamp:
May 11, 2005, 12:00:35 PM (21 years ago)
Author:
desonia
Message:

removed the printing of RANDOM numbers!

Location:
trunk/psLib/test/astronomy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/tst_psAstrometry01.c

    r3882 r3883  
    55*  @author GLG, MHPCC
    66*
    7 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    8 *  @date $Date: 2005-05-11 21:49:01 $
     7*  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     8*  @date $Date: 2005-05-11 22:00:35 $
    99*
    1010* XXX: Must test
     
    870870    }
    871871
    872     printf("The initial transformation was:\n");
    873     printTrans(transInit);
    874     printf("The derived transformation is:\n");
    875     printTrans(trans);
    876 
    877872    //
    878873    // For the initial grid of input points, we transform them to output points with
  • trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stdout

    r3638 r3883  
    1212grom->refractB is -0.00
    1313grom->longitudeOffset is 2.36
    14 trans1: x = x+y, y = x+y
    15 -------------------- trans->x coeffs --------------------
    16 (0.0) (1.0)
    17 (1.0) (0.0)
    18 -------------------- trans->y coeffs --------------------
    19 (0.0) (1.0)
    20 (1.0) (0.0)
    21 trans2: x = x+y, y = x+y
    22 -------------------- trans->x coeffs --------------------
    23 (0.0) (1.0)
    24 (1.0) (0.0)
    25 -------------------- trans->y coeffs --------------------
    26 (0.0) (1.0)
    27 (1.0) (0.0)
    28 trans2: x = xy, y = xy
    29 -------------------- trans->x coeffs --------------------
    30 (0.0) (0.0)
    31 (0.0) (1.0)
    32 -------------------- trans->y coeffs --------------------
    33 (0.0) (0.0)
    34 (0.0) (1.0)
    3514----------------------------------------------------------------------------------
    3615Calling psPlaneTransformCombine with NULL trans1.  Should generate error and return NULL.
    3716----------------------------------------------------------------------------------
    3817Calling psPlaneTransformCombine with NULL trans2.  Should generate error and return NULL.
    39 ----------------------------------------------------------------------------------
    40 Calling psPlaneTransformCombine with acceptable data.
    41 trans3:
    42 -------------------- trans->x coeffs --------------------
    43 (0.0) (0.0) (1.0) (0.0)
    44 (0.0) (2.0) (0.0) (0.0)
    45 (1.0) (0.0) (0.0) (0.0)
    46 (0.0) (0.0) (0.0) (0.0)
    47 -------------------- trans->y coeffs --------------------
    48 (0.0) (0.0) (1.0) (0.0)
    49 (0.0) (2.0) (0.0) (0.0)
    50 (1.0) (0.0) (0.0) (0.0)
    51 (0.0) (0.0) (0.0) (0.0)
    5218----------------------------------------------------------------------------------
    5319Calling psPlaneTransformFit with NULL trans.  Should generate error and return NULL.
     
    6430----------------------------------------------------------------------------------
    6531Calling psPlaneTransformInvert with zero nSamples.  Should generate error and return NULL.
    66 ----------------------------------------------------------------------------------
    67 Calling psPlaneTransformInvert with acceptable data.
     32Calling psPlaneTransformInvert with an acceptable linear transformation.
Note: See TracChangeset for help on using the changeset viewer.