- Timestamp:
- Mar 8, 2006, 6:25:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmSourceIO_CMP.c
r6556 r6565 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.1.2. 2$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-03-09 0 3:14:23 $5 * @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-03-09 04:25:03 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 36 36 float dmag, lsky; 37 37 bool status; 38 EllipseShape shape;39 EllipseAxes axes;38 psEllipseShape shape; 39 psEllipseAxes axes; 40 40 41 41 // find config information for output header … … 90 90 shape.sy = PAR[5]; 91 91 shape.sxy = PAR[6]; 92 axes = EllipseShapeToAxes (shape);92 axes = psEllipseShapeToAxes (shape); 93 93 94 94 psLineInit (line); … … 120 120 psF32 *PAR, *dPAR; 121 121 bool status; 122 EllipseShape shape;123 EllipseAxes axes;122 psEllipseShape shape; 123 psEllipseAxes axes; 124 124 125 125 // define PSF model type … … 226 226 axes.theta = atof (array->data[10]); 227 227 228 shape = EllipseAxesToShape (axes);228 shape = psEllipseAxesToShape (axes); 229 229 230 230 PAR[4] = shape.sx;
Note:
See TracChangeset
for help on using the changeset viewer.
