Changeset 3883
- Timestamp:
- May 11, 2005, 12:00:35 PM (21 years ago)
- Location:
- trunk/psLib/test/astronomy
- Files:
-
- 2 edited
-
tst_psAstrometry01.c (modified) (2 diffs)
-
verified/tst_psAstrometry01.stdout (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psAstrometry01.c
r3882 r3883 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-05-11 2 1:49:01$7 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-05-11 22:00:35 $ 9 9 * 10 10 * XXX: Must test … … 870 870 } 871 871 872 printf("The initial transformation was:\n");873 printTrans(transInit);874 printf("The derived transformation is:\n");875 printTrans(trans);876 877 872 // 878 873 // For the initial grid of input points, we transform them to output points with -
trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stdout
r3638 r3883 12 12 grom->refractB is -0.00 13 13 grom->longitudeOffset is 2.36 14 trans1: x = x+y, y = x+y15 -------------------- 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+y22 -------------------- 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 = xy29 -------------------- 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)35 14 ---------------------------------------------------------------------------------- 36 15 Calling psPlaneTransformCombine with NULL trans1. Should generate error and return NULL. 37 16 ---------------------------------------------------------------------------------- 38 17 Calling 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)52 18 ---------------------------------------------------------------------------------- 53 19 Calling psPlaneTransformFit with NULL trans. Should generate error and return NULL. … … 64 30 ---------------------------------------------------------------------------------- 65 31 Calling psPlaneTransformInvert with zero nSamples. Should generate error and return NULL. 66 ---------------------------------------------------------------------------------- 67 Calling psPlaneTransformInvert with acceptable data. 32 Calling psPlaneTransformInvert with an acceptable linear transformation.
Note:
See TracChangeset
for help on using the changeset viewer.
