IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2025, 4:50:20 PM (14 months ago)
Author:
eugene
Message:

remove deprecated tests and fix tap versions

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

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/astrom

    • Property svn:ignore
      •  

        old new  
        1111tap_pmAstrometryWCS_DVO3
        1212tap_pmAstrometryWCS_DVO4
         13test-suite.log
  • trunk/psModules/test/astrom/tap_pmAstrometry.c

    r21220 r42828  
    3232psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM()
    3333{
    34     psPlaneTransform *pt = psPlaneTransformAlloc(1, 1);
     34    psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD);
    3535    pt->x->coeff[1][0] = 1.0;
    3636    pt->y->coeff[0][1] = 1.0;
Note: See TracChangeset for help on using the changeset viewer.