IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

removed the printing of RANDOM numbers!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.