Changeset 10786 for trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO2.c
- Timestamp:
- Dec 16, 2006, 11:48:15 PM (20 years ago)
- Location:
- trunk/psModules/test/astrom
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tap_pmAstrometryWCS_DVO2.c (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/astrom
- Property svn:ignore
-
old new 9 9 tap_pmAstrometryWCS_DVO2 10 10 tap_pmAstrometryWCS_DVO3 11 tap_pmAstrometryWCS_DVO
-
- Property svn:ignore
-
trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO2.c
r10775 r10786 24 24 int main (void) 25 25 { 26 plan_tests(14 72);27 28 diag("pmAstromReadWCS tests compared with DVO coords routines");26 plan_tests(1483); 27 28 note("pmAstromReadWCS tests compared with DVO coords routines"); 29 29 30 30 test1(); … … 41 41 void test1() 42 42 { 43 diag("test pmAstromReadWCS");43 note("test pmAstromReadWCS"); 44 44 psMemId id = psMemGetId(); 45 45 … … 112 112 void test2() 113 113 { 114 diag("test pmAstromReadWCS");114 note("test pmAstromReadWCS"); 115 115 psMemId id = psMemGetId(); 116 116 … … 183 183 void test3() 184 184 { 185 diag("test pmAstromReadWCS");185 note("test pmAstromReadWCS"); 186 186 psMemId id = psMemGetId(); 187 187 … … 257 257 void test1x() 258 258 { 259 diag("test pmAstromReadWCS");259 note("test pmAstromReadWCS"); 260 260 psMemId id = psMemGetId(); 261 261 … … 328 328 void test2x() 329 329 { 330 diag("test pmAstromReadWCS");330 note("test pmAstromReadWCS"); 331 331 psMemId id = psMemGetId(); 332 332 … … 399 399 void test3x() 400 400 { 401 diag("test pmAstromReadWCS");401 note("test pmAstromReadWCS"); 402 402 psMemId id = psMemGetId(); 403 403 … … 473 473 void test3inv() 474 474 { 475 diag("test the inversion of the non-linear polynomial for toFPA -> fromFPA in pmAstromReadWCS");476 diag("note that the tolerance for these tests are rather loose");477 diag("a 2nd order polynomial is not a great approximate to 1 over a 2nd order polynomial");478 diag("unless the non-linear terms are quite small");475 note("test the inversion of the non-linear polynomial for toFPA -> fromFPA in pmAstromReadWCS"); 476 note("note that the tolerance for these tests are rather loose"); 477 note("a 2nd order polynomial is not a great approximate to 1 over a 2nd order polynomial"); 478 note("unless the non-linear terms are quite small"); 479 479 psMemId id = psMemGetId(); 480 480 … … 621 621 plan_tests(0); 622 622 623 diag("pmAstrometryWCS tests compared with DVO coords routines : SKIPPED (libdvo not available)");623 note("pmAstrometryWCS tests compared with DVO coords routines : SKIPPED (libdvo not available)"); 624 624 625 625 return exit_status();
Note:
See TracChangeset
for help on using the changeset viewer.
