- 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_CMF.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 … … 39 39 float lsky; 40 40 bool status; 41 EllipseShape shape;42 EllipseAxes axes;41 psEllipseShape shape; 42 psEllipseAxes axes; 43 43 44 44 // find config information for output header … … 63 63 shape.sy = PAR[5]; 64 64 shape.sxy = PAR[6]; 65 axes = EllipseShapeToAxes (shape);65 axes = psEllipseShapeToAxes (shape); 66 66 67 67 row = psMetadataAlloc (); … … 98 98 bool status; 99 99 psF32 *PAR, *dPAR; 100 EllipseShape shape;101 EllipseAxes axes;100 psEllipseShape shape; 101 psEllipseAxes axes; 102 102 float lsky; 103 103 … … 140 140 axes.theta = psMetadataLookupF32 (&status, row, "THETA"); 141 141 142 shape = EllipseAxesToShape (axes);142 shape = psEllipseAxesToShape (axes); 143 143 144 144 PAR[4] = shape.sx;
Note:
See TracChangeset
for help on using the changeset viewer.
