Changeset 12696 for trunk/psModules/src/astrom
- Timestamp:
- Mar 30, 2007, 11:12:56 AM (19 years ago)
- Location:
- trunk/psModules/src/astrom
- Files:
-
- 5 edited
-
pmAstrometryDistortion.c (modified) (2 diffs)
-
pmAstrometryObjects.c (modified) (2 diffs)
-
pmAstrometryRegions.c (modified) (2 diffs)
-
pmAstrometryUtils.c (modified) (2 diffs)
-
pmAstrometryWCS.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryDistortion.c
r12519 r12696 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-03- 21 22:00:49$9 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-03-30 21:12:56 $ 11 11 * 12 12 * Copyright 2006 Institute for Astronomy, University of Hawaii … … 21 21 /******************************************************************************/ 22 22 23 //#include <stdio.h>24 //#include <string.h>25 //#include <math.h>26 //#include <unistd.h> // for unlink27 23 #include <pslib.h> 24 25 #include "pmHDU.h" 28 26 #include "pmFPA.h" 29 27 #include "pmFPAExtent.h" -
trunk/psModules/src/astrom/pmAstrometryObjects.c
r12482 r12696 8 8 * @author EAM, IfA 9 9 * 10 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-03- 18 22:03:36 $10 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-03-30 21:12:56 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 27 27 #include <unistd.h> // for unlink 28 28 #include <pslib.h> 29 30 #include "pmHDU.h" 29 31 #include "pmFPA.h" 30 32 #include "pmAstrometryObjects.h" -
trunk/psModules/src/astrom/pmAstrometryRegions.c
r12518 r12696 4 4 * 5 5 * @author EAM, IfA 6 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-03- 21 21:59:57$6 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-03-30 21:12:56 $ 8 8 * 9 9 * Copyright 2006 Institute for Astronomy, University of Hawaii … … 15 15 16 16 #include <pslib.h> 17 18 #include "pmHDU.h" 17 19 #include "pmFPA.h" 18 20 #include "pmFPAExtent.h" -
trunk/psModules/src/astrom/pmAstrometryUtils.c
r11687 r12696 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-0 2-07 23:58:17$9 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-03-30 21:12:56 $ 11 11 * 12 12 * Copyright 2006 Institute for Astronomy, University of Hawaii … … 18 18 19 19 #include <pslib.h> 20 21 #include "pmHDU.h" 20 22 #include "pmFPA.h" 21 23 #include "pmAstrometryUtils.h" -
trunk/psModules/src/astrom/pmAstrometryWCS.c
r12519 r12696 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-03- 21 22:00:49$9 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-03-30 21:12:56 $ 11 11 * 12 12 * Copyright 2006 Institute for Astronomy, University of Hawaii … … 19 19 #include <string.h> 20 20 #include <pslib.h> 21 22 #include "pmHDU.h" 21 23 #include "pmFPA.h" 22 24 #include "pmFPAExtent.h"
Note:
See TracChangeset
for help on using the changeset viewer.
