IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2006, 11:48:15 PM (20 years ago)
Author:
magnier
Message:

finished tests for non-linear WCS conversions

Location:
trunk/psModules/test/astrom
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/astrom

    • Property svn:ignore
      •  

        old new  
        99tap_pmAstrometryWCS_DVO2
        1010tap_pmAstrometryWCS_DVO3
         11tap_pmAstrometryWCS_DVO
  • trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO2.c

    r10775 r10786  
    2424int main (void)
    2525{
    26     plan_tests(1472);
    27 
    28     diag("pmAstromReadWCS tests compared with DVO coords routines");
     26    plan_tests(1483);
     27
     28    note("pmAstromReadWCS tests compared with DVO coords routines");
    2929
    3030    test1();
     
    4141void test1()
    4242{
    43     diag("test pmAstromReadWCS");
     43    note("test pmAstromReadWCS");
    4444    psMemId id = psMemGetId();
    4545
     
    112112void test2()
    113113{
    114     diag("test pmAstromReadWCS");
     114    note("test pmAstromReadWCS");
    115115    psMemId id = psMemGetId();
    116116
     
    183183void test3()
    184184{
    185     diag("test pmAstromReadWCS");
     185    note("test pmAstromReadWCS");
    186186    psMemId id = psMemGetId();
    187187
     
    257257void test1x()
    258258{
    259     diag("test pmAstromReadWCS");
     259    note("test pmAstromReadWCS");
    260260    psMemId id = psMemGetId();
    261261
     
    328328void test2x()
    329329{
    330     diag("test pmAstromReadWCS");
     330    note("test pmAstromReadWCS");
    331331    psMemId id = psMemGetId();
    332332
     
    399399void test3x()
    400400{
    401     diag("test pmAstromReadWCS");
     401    note("test pmAstromReadWCS");
    402402    psMemId id = psMemGetId();
    403403
     
    473473void test3inv()
    474474{
    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");
    479479    psMemId id = psMemGetId();
    480480
     
    621621    plan_tests(0);
    622622
    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)");
    624624
    625625    return exit_status();
Note: See TracChangeset for help on using the changeset viewer.