Changeset 11227 for trunk/psModules/src/objects/pmSourceIO_CMP.c
- Timestamp:
- Jan 21, 2007, 3:12:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO_CMP.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO_CMP.c
r10854 r11227 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $6 * @date $Date: 200 6-12-29 18:32:01$5 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-01-22 01:12:06 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 126 126 axes = psEllipseShapeToAxes (shape, 20.0); 127 127 128 float errMag = isfinite(source->errMag) ? source->errMag : 999; 129 128 130 psLineInit (line); 129 131 psLineAdd (line, "%6.1f ", PAR[PM_PAR_XPOS]); 130 132 psLineAdd (line, "%6.1f ", PAR[PM_PAR_YPOS]); 131 133 psLineAdd (line, "%6.3f ", PS_MIN (99.0, source->psfMag + ZERO_POINT)); 132 psLineAdd (line, "%03d ", PS_MIN (999, (int) (1000*source->errMag)));134 psLineAdd (line, "%03d ", PS_MIN (999, (int)errMag)); 133 135 psLineAdd (line, "%2d ", type); 134 136 psLineAdd (line, "%3.1f ", lsky);
Note:
See TracChangeset
for help on using the changeset viewer.
