Changeset 7604 for trunk/psModules/src/astrom
- Timestamp:
- Jun 20, 2006, 5:21:16 PM (20 years ago)
- Location:
- trunk/psModules/src/astrom
- Files:
-
- 3 edited
-
pmAstrometryDistortion.c (modified) (2 diffs)
-
pmAstrometryObjects.c (modified) (2 diffs)
-
pmFPAAstrometry.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryDistortion.c
r7282 r7604 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-06- 02 02:15:35$9 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-06-21 03:21:16 $ 11 11 * 12 12 * Copyright 2006 Institute for Astronomy, University of Hawaii … … 21 21 //#include <math.h> 22 22 //#include <unistd.h> // for unlink 23 #include "pslib.h"23 #include <pslib.h> 24 24 #include "pmFPA.h" 25 25 #include "pmAstrometryObjects.h" -
trunk/psModules/src/astrom/pmAstrometryObjects.c
r7382 r7604 8 8 * @author EAM, IfA 9 9 * 10 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-06- 07 03:27:52$10 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-06-21 03:21:16 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 21 21 #include <math.h> 22 22 #include <unistd.h> // for unlink 23 #include "pslib.h" 24 #include "psVectorSmooth.h" 23 #include <pslib.h> 25 24 #include "pmFPA.h" 26 25 #include "pmAstrometryObjects.h" -
trunk/psModules/src/astrom/pmFPAAstrometry.c
r6872 r7604 1 1 #include <stdio.h> 2 #include "pslib.h"2 #include <pslib.h> 3 3 #include "pmFPAAstrometry.h" 4 4 #include "pmFPA.h"
Note:
See TracChangeset
for help on using the changeset viewer.
