Changeset 8882 for trunk/psModules/src/objects/pmSourceIO_SX.c
- Timestamp:
- Sep 22, 2006, 2:29:31 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO_SX.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO_SX.c
r8815 r8882 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-09- 15 09:49:01$5 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-09-22 12:24:38 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 60 60 // pmSourceSextractType (source, &type, &flags); 61 61 62 shape.sx = PAR[ 4];63 shape.sy = PAR[ 5];64 shape.sxy = PAR[ 6];62 shape.sx = PAR[PM_PAR_SXX]; 63 shape.sy = PAR[PM_PAR_SYY]; 64 shape.sxy = PAR[PM_PAR_SXY]; 65 65 axes = psEllipseShapeToAxes (shape); 66 66 67 67 psLineInit (line); 68 68 psLineAdd (line, "%5.2f", 0.0); // should be type 69 psLineAdd (line, "%11.3f", PAR[ 2]);70 psLineAdd (line, "%11.3f", PAR[ 3]);69 psLineAdd (line, "%11.3f", PAR[PM_PAR_XPOS]); 70 psLineAdd (line, "%11.3f", PAR[PM_PAR_YPOS]); 71 71 psLineAdd (line, "%9.4f", source->psfMag); 72 72 psLineAdd (line, "%9.4f", source->errMag); 73 psLineAdd (line, "%13.4f", PAR[ 0]);73 psLineAdd (line, "%13.4f", PAR[PM_PAR_SKY]); 74 74 psLineAdd (line, "%9.2f", axes.major); 75 75 psLineAdd (line, "%9.2f", axes.minor);
Note:
See TracChangeset
for help on using the changeset viewer.
