IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2006, 10:01:31 PM (20 years ago)
Author:
magnier
Message:

more astrometry tests

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

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/astrom/Makefile.am

    r10615 r10645  
    1515check_PROGRAMS = \
    1616        tap_pmAstrometryWCS \
    17         tap_pmAstrometryWCS_DVO
     17        tap_pmAstrometryWCS_DVO \
     18        tap_pmAstrometryWCS_DVO2
    1819
    1920test: check
  • trunk/psModules/test/astrom/tap_pmAstrometryWCS_DVO.c

    r10617 r10645  
    2323int main (void)
    2424{
    25     plan_tests(240);
     25    plan_tests(492);
    2626
    2727    diag("pmAstrometryWCS tests compared with DVO coords routines");
    2828
    29     // test1();
    30     // test2();
     29    test1();
     30    test2();
    3131    test3();
    3232    return exit_status();
     
    278278    psMetadataAddF32 (header, PS_LIST_TAIL, "PCA2X0Y3", PS_META_REPLACE, "", coords[0].polyterms[6][1]);
    279279
     280    psMetadataAddS32 (header, PS_LIST_TAIL, "NPLYTERM", PS_META_REPLACE, "", coords[0].Npolyterms);
     281
    280282    return header;
    281283}
Note: See TracChangeset for help on using the changeset viewer.