IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2006, 6:25:04 PM (20 years ago)
Author:
Paul Price
Message:

Building without objects until discrepancies between PAP and EAM over pmHDU,pmFPA,etc are resolved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmSourceIO_SX.c

    r6556 r6565  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-03-09 03:14:23 $
     5 *  @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-03-09 04:25:03 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3232
    3333    psF32 *PAR, *dPAR;
    34     EllipseShape shape;
    35     EllipseAxes axes;
     34    psEllipseShape shape;
     35    psEllipseAxes axes;
    3636
    3737    psLine *line = psLineAlloc (110);  // 110 is sextractor line length
     
    5858        shape.sy  = PAR[5];
    5959        shape.sxy = PAR[6];
    60         axes = EllipseShapeToAxes (shape);
     60        axes = psEllipseShapeToAxes (shape);
    6161
    6262        psLineInit (line);
Note: See TracChangeset for help on using the changeset viewer.