Changeset 6326
- Timestamp:
- Feb 6, 2006, 11:23:46 AM (20 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
psLib/test/astronomy/tst_psAstrometry01.c (modified) (2 diffs)
-
psLib/test/math/tst_psStats07.c (modified) (1 diff)
-
psModules/test/config/tst_pmConfig.c (modified) (2 diffs)
-
psModules/test/imsubtract/tst_pmSubtractSky.c (modified) (1 diff)
-
psModules/test/objects/tst_pmObjects01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psAstrometry01.c
r6204 r6326 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.3 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-0 1-26 21:10:22$7 * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-02-06 21:23:46 $ 9 9 * 10 10 * XXX: Must test … … 880 880 psPlane *outData = (psPlane *) dst->data[i]; 881 881 psPlane *outDataDeriv = psPlaneTransformApply(NULL, trans, inData); 882 // HERE883 882 if (!PS_PERCENT_COMPARE(outDataDeriv->x, outData->x, 0.20) || 884 883 !PS_PERCENT_COMPARE(outDataDeriv->y, outData->y, 0.20)) { -
trunk/psLib/test/math/tst_psStats07.c
r6316 r6326 478 478 } 479 479 480 //This code will -
trunk/psModules/test/config/tst_pmConfig.c
r6325 r6326 3 3 * @brief Contains the tests for pmConfig.c: 4 4 * 5 * test00: This code will ...5 * test00: This code will test the pmConfig() routine. 6 6 * 7 7 * @author GLG, MHPCC … … 13 13 * pmConfigDB() 14 14 * 15 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $16 * @date $Date: 2006-02-06 21: 03:25$15 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2006-02-06 21:23:46 $ 17 17 * 18 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii -
trunk/psModules/test/imsubtract/tst_pmSubtractSky.c
r6205 r6326 3 3 * @brief Contains the tests for pmSubtractSky.c: 4 4 * 5 * test00: This code will ...5 * test00: This code will test the pmSubtractSky routine. 6 6 * 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-0 1-26 21:10:51$9 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-02-06 21:23:46 $ 11 11 * 12 12 * XXX: I added the CELL.TRIMSEC region code but there are not tests for it. -
trunk/psModules/test/objects/tst_pmObjects01.c
r5681 r6326 3 3 * @brief Contains the tests for pmObjects.c: 4 4 * 5 * test00: This code will ...5 * test00: This code will test the pmObjects routines. 6 6 * 7 7 * @author GLG, MHPCC … … 31 31 most of psObjects.c is not tested 32 32 * 33 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $34 * @date $Date: 200 5-12-05 21:28:55$33 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 34 * @date $Date: 2006-02-06 21:23:46 $ 35 35 * 36 36 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Note:
See TracChangeset
for help on using the changeset viewer.
