- Timestamp:
- Aug 16, 2023, 8:42:18 AM (3 years ago)
- Location:
- branches/eam_branches/ipp-20230313/psModules/test/camera
- Files:
-
- 12 edited
-
tap_pmAstrometry.c (modified) (1 diff)
-
tap_pmFPA.c (modified) (1 diff)
-
tap_pmFPACellSquish.c (modified) (1 diff)
-
tap_pmFPACopy.c (modified) (1 diff)
-
tap_pmFPAExtent.c (modified) (1 diff)
-
tap_pmFPAFlags.c (modified) (1 diff)
-
tap_pmFPAHeader.c (modified) (1 diff)
-
tap_pmFPAMaskW.c (modified) (1 diff)
-
tap_pmFPAReadWrite.c (modified) (1 diff)
-
tap_pmFPAUtils.c (modified) (1 diff)
-
tap_pmFPAView.c (modified) (1 diff)
-
tap_pmHDUUtils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psModules/test/camera/tap_pmAstrometry.c
r15995 r42501 60 60 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 61 61 { 62 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );62 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 63 63 pt->x->coeff[1][0] = 1.0; 64 64 pt->y->coeff[0][1] = 1.0; -
branches/eam_branches/ipp-20230313/psModules/test/camera/tap_pmFPA.c
r21474 r42501 23 23 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 24 24 { 25 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );25 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 26 26 pt->x->coeff[1][0] = 1.0; 27 27 pt->y->coeff[0][1] = 1.0; -
branches/eam_branches/ipp-20230313/psModules/test/camera/tap_pmFPACellSquish.c
r21474 r42501 35 35 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 36 36 { 37 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );37 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 38 38 pt->x->coeff[1][0] = 1.0; 39 39 pt->y->coeff[0][1] = 1.0; -
branches/eam_branches/ipp-20230313/psModules/test/camera/tap_pmFPACopy.c
r21474 r42501 28 28 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 29 29 { 30 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );30 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 31 31 pt->x->coeff[1][0] = 1.0; 32 32 pt->y->coeff[0][1] = 1.0; -
branches/eam_branches/ipp-20230313/psModules/test/camera/tap_pmFPAExtent.c
r21474 r42501 33 33 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 34 34 { 35 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );35 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 36 36 pt->x->coeff[1][0] = 1.0; 37 37 pt->y->coeff[0][1] = 1.0; -
branches/eam_branches/ipp-20230313/psModules/test/camera/tap_pmFPAFlags.c
r21474 r42501 56 56 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 57 57 { 58 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );58 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 59 59 pt->x->coeff[1][0] = 1.0; 60 60 pt->y->coeff[0][1] = 1.0; -
branches/eam_branches/ipp-20230313/psModules/test/camera/tap_pmFPAHeader.c
r21474 r42501 30 30 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 31 31 { 32 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );32 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 33 33 pt->x->coeff[1][0] = 1.0; 34 34 pt->y->coeff[0][1] = 1.0; -
branches/eam_branches/ipp-20230313/psModules/test/camera/tap_pmFPAMaskW.c
r24850 r42501 39 39 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 40 40 { 41 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );41 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 42 42 pt->x->coeff[1][0] = 1.0; 43 43 pt->y->coeff[0][1] = 1.0; -
branches/eam_branches/ipp-20230313/psModules/test/camera/tap_pmFPAReadWrite.c
r21474 r42501 33 33 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 34 34 { 35 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );35 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 36 36 pt->x->coeff[1][0] = 1.0; 37 37 pt->y->coeff[0][1] = 1.0; -
branches/eam_branches/ipp-20230313/psModules/test/camera/tap_pmFPAUtils.c
r21474 r42501 29 29 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 30 30 { 31 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );31 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 32 32 pt->x->coeff[1][0] = 1.0; 33 33 pt->y->coeff[0][1] = 1.0; -
branches/eam_branches/ipp-20230313/psModules/test/camera/tap_pmFPAView.c
r21474 r42501 29 29 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 30 30 { 31 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );31 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 32 32 pt->x->coeff[1][0] = 1.0; 33 33 pt->y->coeff[0][1] = 1.0; -
branches/eam_branches/ipp-20230313/psModules/test/camera/tap_pmHDUUtils.c
r21474 r42501 29 29 psPlaneTransform *PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM() 30 30 { 31 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1 );31 psPlaneTransform *pt = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD); 32 32 pt->x->coeff[1][0] = 1.0; 33 33 pt->y->coeff[0][1] = 1.0;
Note:
See TracChangeset
for help on using the changeset viewer.
