Changeset 21220 for trunk/psModules/test/astrom/tap_pmAstrometry.c
- Timestamp:
- Jan 29, 2009, 10:06:01 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/astrom/tap_pmAstrometry.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/astrom/tap_pmAstrometry.c
r13879 r21220 9 9 * XXX: Create the pmHDU alloc/free function, test them here 10 10 * 11 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $12 * @date $Date: 200 7-06-19 18:28:38$11 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2009-01-29 19:58:01 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 53 53 pmFPA* generateSimpleFPA(psMetadata *camera) 54 54 { 55 pmFPA* fpa = pmFPAAlloc(camera );55 pmFPA* fpa = pmFPAAlloc(camera, cameraName); 56 56 fpa->fromTPA = PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM(); 57 57 fpa->toTPA = PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM();
Note:
See TracChangeset
for help on using the changeset viewer.
