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_CMF.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
     
    3939    float lsky;
    4040    bool status;
    41     EllipseShape shape;
    42     EllipseAxes axes;
     41    psEllipseShape shape;
     42    psEllipseAxes axes;
    4343
    4444    // find config information for output header
     
    6363        shape.sy  = PAR[5];
    6464        shape.sxy = PAR[6];
    65         axes = EllipseShapeToAxes (shape);
     65        axes = psEllipseShapeToAxes (shape);
    6666
    6767        row = psMetadataAlloc ();
     
    9898    bool status;
    9999    psF32 *PAR, *dPAR;
    100     EllipseShape shape;
    101     EllipseAxes axes;
     100    psEllipseShape shape;
     101    psEllipseAxes axes;
    102102    float lsky;
    103103
     
    140140        axes.theta     = psMetadataLookupF32 (&status, row, "THETA");
    141141
    142         shape = EllipseAxesToShape (axes);
     142        shape = psEllipseAxesToShape (axes);
    143143
    144144        PAR[4] = shape.sx;
Note: See TracChangeset for help on using the changeset viewer.