IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2009, 10:06:01 AM (17 years ago)
Author:
giebink
Message:

conform to src

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/astrom/tap_pmAstrometry.c

    r13879 r21220  
    99 *  XXX: Create the pmHDU alloc/free function, test them here
    1010 *
    11  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2007-06-19 18:28:38 $
     11 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2009-01-29 19:58:01 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5353pmFPA* generateSimpleFPA(psMetadata *camera)
    5454{
    55     pmFPA* fpa = pmFPAAlloc(camera);
     55    pmFPA* fpa = pmFPAAlloc(camera, cameraName);
    5656    fpa->fromTPA = PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM();
    5757    fpa->toTPA = PS_CREATE_2D_IDENTITY_PLANE_TRANSFORM();
Note: See TracChangeset for help on using the changeset viewer.