Changeset 8815 for trunk/psModules/src/objects
- Timestamp:
- Sep 14, 2006, 11:49:01 PM (20 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 20 edited
-
pmGrowthCurve.c (modified) (1 diff)
-
pmModel.c (modified) (1 diff)
-
pmModelGroup.c (modified) (1 diff)
-
pmMoments.c (modified) (1 diff)
-
pmObjects.c (modified) (1 diff)
-
pmPSF.c (modified) (1 diff)
-
pmPSF_IO.c (modified) (1 diff)
-
pmPSFtry.c (modified) (1 diff)
-
pmPeaks.c (modified) (1 diff)
-
pmSource.c (modified) (1 diff)
-
pmSourceContour.c (modified) (1 diff)
-
pmSourceFitModel.c (modified) (1 diff)
-
pmSourceIO.c (modified) (1 diff)
-
pmSourceIO_CMF.c (modified) (1 diff)
-
pmSourceIO_CMP.c (modified) (3 diffs)
-
pmSourceIO_OBJ.c (modified) (1 diff)
-
pmSourceIO_RAW.c (modified) (1 diff)
-
pmSourceIO_SX.c (modified) (1 diff)
-
pmSourcePhotometry.c (modified) (1 diff)
-
pmSourceSky.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmGrowthCurve.c
r6943 r8815 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-0 4-21 21:25:52$7 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-09-15 09:49:01 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 11 11 * 12 12 */ 13 14 #ifdef HAVE_CONFIG_H 15 #include <config.h> 16 #endif 13 17 14 18 #include <pslib.h> -
trunk/psModules/src/objects/pmModel.c
r8246 r8815 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 8-09 02:37:07$8 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-09-15 09:49:01 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 12 * 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 #include <config.h> 17 #endif 14 18 15 19 #include <stdio.h> -
trunk/psModules/src/objects/pmModelGroup.c
r8246 r8815 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 8-09 02:37:07$8 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-09-15 09:49:01 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 12 * 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 #include <config.h> 17 #endif 14 18 15 19 #include <stdio.h> -
trunk/psModules/src/objects/pmMoments.c
r8246 r8815 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 8-09 02:37:07$8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-09-15 09:49:01 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 12 * 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 #include <config.h> 17 #endif 14 18 15 19 #include <stdio.h> -
trunk/psModules/src/objects/pmObjects.c
r7604 r8815 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 6-21 03:21:16$8 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-09-15 09:49:01 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 12 * 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 #include <config.h> 17 #endif 14 18 15 19 #include <stdio.h> -
trunk/psModules/src/objects/pmPSF.c
r7311 r8815 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 6-03 01:02:08$8 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-09-15 09:49:01 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 12 * 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 #include <config.h> 17 #endif 14 18 15 19 /*****************************************************************************/ -
trunk/psModules/src/objects/pmPSF_IO.c
r8776 r8815 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-09- 08 02:20:17$8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-09-15 09:49:01 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 12 * 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 #include <config.h> 17 #endif 14 18 15 19 /*****************************************************************************/ -
trunk/psModules/src/objects/pmPSFtry.c
r8669 r8815 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-0 8-29 21:39:44$7 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-09-15 09:49:01 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 11 11 * 12 12 */ 13 14 #ifdef HAVE_CONFIG_H 15 #include <config.h> 16 #endif 13 17 14 18 # include <pslib.h> -
trunk/psModules/src/objects/pmPeaks.c
r8669 r8815 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 8-29 21:39:44$8 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-09-15 09:49:01 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 12 * 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 #include <config.h> 17 #endif 14 18 15 19 #include <stdio.h> -
trunk/psModules/src/objects/pmSource.c
r8474 r8815 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 8-22 23:20:23$8 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-09-15 09:49:01 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 12 * 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 #include <config.h> 17 #endif 14 18 15 19 #include <stdio.h> -
trunk/psModules/src/objects/pmSourceContour.c
r8246 r8815 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 8-09 02:37:08$8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-09-15 09:49:01 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 12 * 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 #include <config.h> 17 #endif 14 18 15 19 #include <stdio.h> -
trunk/psModules/src/objects/pmSourceFitModel.c
r8246 r8815 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 8-09 02:37:08$8 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-09-15 09:49:01 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 12 * 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 #include <config.h> 17 #endif 14 18 15 19 #include <stdio.h> -
trunk/psModules/src/objects/pmSourceIO.c
r8669 r8815 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 8-29 21:39:44$5 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-09-15 09:49:01 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 9 9 * 10 10 */ 11 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 11 15 12 16 #include <stdio.h> -
trunk/psModules/src/objects/pmSourceIO_CMF.c
r7604 r8815 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 6-21 03:21:16$5 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-09-15 09:49:01 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 9 9 * 10 10 */ 11 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 11 15 12 16 #include <stdio.h> -
trunk/psModules/src/objects/pmSourceIO_CMP.c
r8813 r8815 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-09-1 4 23:01:28$5 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-09-15 09:49:01 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 9 9 * 10 10 */ 11 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 11 15 12 16 #include <stdio.h> … … 96 100 return false; 97 101 } 98 #if defined _LARGEFILE_SOURCE && defined HAVE_SEEKO 99 fseeko (f, 0, SEEK_END); 100 #else 101 102 fseek(f, 0, SEEK_END); 103 #endif 102 103 fseeko(f, 0, SEEK_END); 104 104 105 105 psLine *line = psLineAlloc (67); // 66 is imclean-defined line length … … 182 182 return NULL; 183 183 } 184 #if defined _LARGEFILE_SOURCE && defined HAVE_SEEKO 185 fseeko (f, nBytes, SEEK_SET); 186 #else 187 188 fseek(f, nBytes, SEEK_SET); 189 #endif 184 185 fseeko(f, nBytes, SEEK_SET); 190 186 191 187 // prepare array to store data -
trunk/psModules/src/objects/pmSourceIO_OBJ.c
r7604 r8815 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 6-21 03:21:16$5 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-09-15 09:49:01 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 9 9 * 10 10 */ 11 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 11 15 12 16 #include <stdio.h> -
trunk/psModules/src/objects/pmSourceIO_RAW.c
r7604 r8815 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 6-21 03:21:16$5 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-09-15 09:49:01 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 9 9 * 10 10 */ 11 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 11 15 12 16 #include <stdio.h> -
trunk/psModules/src/objects/pmSourceIO_SX.c
r7604 r8815 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 6-21 03:21:16$5 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-09-15 09:49:01 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 9 9 * 10 10 */ 11 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 11 15 12 16 #include <stdio.h> -
trunk/psModules/src/objects/pmSourcePhotometry.c
r7604 r8815 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 6-21 03:21:16$5 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-09-15 09:49:01 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 9 9 * 10 10 */ 11 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 11 15 12 16 #include <stdio.h> -
trunk/psModules/src/objects/pmSourceSky.c
r8246 r8815 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 8-09 02:37:08$8 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-09-15 09:49:01 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 12 * 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 #include <config.h> 17 #endif 14 18 15 19 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.
