Changeset 8815
- Timestamp:
- Sep 14, 2006, 11:49:01 PM (20 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 58 edited
-
astrom/pmAstrometryDistortion.c (modified) (1 diff)
-
astrom/pmAstrometryObjects.c (modified) (1 diff)
-
astrom/pmFPAAstrometry.c (modified) (1 diff)
-
camera/pmFPA.c (modified) (1 diff)
-
camera/pmFPAConstruct.c (modified) (1 diff)
-
camera/pmFPACopy.c (modified) (1 diff)
-
camera/pmFPAEnsemble.c (modified) (1 diff)
-
camera/pmFPAHeader.c (modified) (1 diff)
-
camera/pmFPAMaskWeight.c (modified) (1 diff)
-
camera/pmFPAMosaic.c (modified) (1 diff)
-
camera/pmFPARead.c (modified) (1 diff)
-
camera/pmFPAUtils.c (modified) (1 diff)
-
camera/pmFPAWrite.c (modified) (1 diff)
-
camera/pmFPA_JPEG.c (modified) (1 diff)
-
camera/pmFPAfile.c (modified) (1 diff)
-
camera/pmFPAfileDefine.c (modified) (1 diff)
-
camera/pmFPAfileFitsIO.c (modified) (1 diff)
-
camera/pmFPAfileIO.c (modified) (1 diff)
-
camera/pmFPAview.c (modified) (1 diff)
-
camera/pmHDU.c (modified) (1 diff)
-
camera/pmHDUGenerate.c (modified) (1 diff)
-
camera/pmHDUUtils.c (modified) (1 diff)
-
concepts/pmConcepts.c (modified) (1 diff)
-
concepts/pmConceptsAverage.c (modified) (1 diff)
-
concepts/pmConceptsPhotcode.c (modified) (1 diff)
-
concepts/pmConceptsRead.c (modified) (1 diff)
-
concepts/pmConceptsStandard.c (modified) (1 diff)
-
concepts/pmConceptsWrite.c (modified) (1 diff)
-
config/pmConfig.c (modified) (1 diff)
-
detrend/pmDetrendDB.c (modified) (1 diff)
-
detrend/pmFlatNormalize.c (modified) (1 diff)
-
detrend/pmFringeStats.c (modified) (1 diff)
-
detrend/pmSubtractSky.c (modified) (2 diffs)
-
detrend/psIOBuffer.c (modified) (1 diff)
-
detrend/psPipe.c (modified) (1 diff)
-
imcombine/pmImageCombine.c (modified) (2 diffs)
-
imcombine/pmImageSubtract.c (modified) (2 diffs)
-
imcombine/pmReadoutCombine.c (modified) (1 diff)
-
objects/pmGrowthCurve.c (modified) (1 diff)
-
objects/pmModel.c (modified) (1 diff)
-
objects/pmModelGroup.c (modified) (1 diff)
-
objects/pmMoments.c (modified) (1 diff)
-
objects/pmObjects.c (modified) (1 diff)
-
objects/pmPSF.c (modified) (1 diff)
-
objects/pmPSF_IO.c (modified) (1 diff)
-
objects/pmPSFtry.c (modified) (1 diff)
-
objects/pmPeaks.c (modified) (1 diff)
-
objects/pmSource.c (modified) (1 diff)
-
objects/pmSourceContour.c (modified) (1 diff)
-
objects/pmSourceFitModel.c (modified) (1 diff)
-
objects/pmSourceIO.c (modified) (1 diff)
-
objects/pmSourceIO_CMF.c (modified) (1 diff)
-
objects/pmSourceIO_CMP.c (modified) (3 diffs)
-
objects/pmSourceIO_OBJ.c (modified) (1 diff)
-
objects/pmSourceIO_RAW.c (modified) (1 diff)
-
objects/pmSourceIO_SX.c (modified) (1 diff)
-
objects/pmSourcePhotometry.c (modified) (1 diff)
-
objects/pmSourceSky.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryDistortion.c
r7604 r8815 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-0 6-21 03:21:16$9 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-09-15 09:49:01 $ 11 11 * 12 12 * Copyright 2006 Institute for Astronomy, University of Hawaii 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 #include <config.h> 17 #endif 14 18 15 19 /******************************************************************************/ -
trunk/psModules/src/astrom/pmAstrometryObjects.c
r8669 r8815 8 8 * @author EAM, IfA 9 9 * 10 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-0 8-29 21:39:44$10 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-09-15 09:49:01 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 */ 15 16 #ifdef HAVE_CONFIG_H 17 #include <config.h> 18 #endif 15 19 16 20 /******************************************************************************/ -
trunk/psModules/src/astrom/pmFPAAstrometry.c
r7604 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/psModules/src/camera/pmFPA.c
r8669 r8815 12 12 * XXX: Should we implement non-linear cell->chip transforms? 13 13 * 14 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-0 8-29 21:39:44$14 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-09-15 09:49:01 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 18 18 */ 19 20 #ifdef HAVE_CONFIG_H 21 #include <config.h> 22 #endif 19 23 20 24 /******************************************************************************/ -
trunk/psModules/src/camera/pmFPAConstruct.c
r8246 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h> -
trunk/psModules/src/camera/pmFPACopy.c
r8669 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h> -
trunk/psModules/src/camera/pmFPAEnsemble.c
r8246 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h> -
trunk/psModules/src/camera/pmFPAHeader.c
r7604 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h> -
trunk/psModules/src/camera/pmFPAMaskWeight.c
r8246 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h> -
trunk/psModules/src/camera/pmFPAMosaic.c
r8669 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h> -
trunk/psModules/src/camera/pmFPARead.c
r8418 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <strings.h> -
trunk/psModules/src/camera/pmFPAUtils.c
r7604 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/psModules/src/camera/pmFPAWrite.c
r7756 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <strings.h> -
trunk/psModules/src/camera/pmFPA_JPEG.c
r7723 r8815 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-0 6-28 19:09:57$7 * @version $Revision: 1.7 $ $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 /*****************************************************************************/ -
trunk/psModules/src/camera/pmFPAfile.c
r8669 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/psModules/src/camera/pmFPAfileDefine.c
r8669 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/psModules/src/camera/pmFPAfileFitsIO.c
r8669 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/psModules/src/camera/pmFPAfileIO.c
r8246 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/psModules/src/camera/pmFPAview.c
r8047 r8815 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 8-02 02:17:11 $5 * @version $Revision: 1.6 $ $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/camera/pmHDU.c
r8246 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h> -
trunk/psModules/src/camera/pmHDUGenerate.c
r8669 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h> -
trunk/psModules/src/camera/pmHDUUtils.c
r8669 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include "pmFPA.h" -
trunk/psModules/src/concepts/pmConcepts.c
r8669 r8815 1 1 // XXX *REALLY* need generic "concept update" and "concept read" functions that handles the type transparently 2 3 #ifdef HAVE_CONFIG_H 4 #include <config.h> 5 #endif 2 6 3 7 #include <stdio.h> -
trunk/psModules/src/concepts/pmConceptsAverage.c
r7851 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/psModules/src/concepts/pmConceptsPhotcode.c
r7679 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <pslib.h> -
trunk/psModules/src/concepts/pmConceptsRead.c
r8669 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h> -
trunk/psModules/src/concepts/pmConceptsStandard.c
r8669 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h> -
trunk/psModules/src/concepts/pmConceptsWrite.c
r8669 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h> -
trunk/psModules/src/config/pmConfig.c
r8776 r8815 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1.4 2$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-09- 08 02:20:17$5 * @version $Revision: 1.43 $ $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 15 11 16 #include <stdio.h> 12 17 #include <string.h> -
trunk/psModules/src/detrend/pmDetrendDB.c
r7770 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include <pslib.h> 2 6 # include "pmFPA.h" -
trunk/psModules/src/detrend/pmFlatNormalize.c
r8669 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h> -
trunk/psModules/src/detrend/pmFringeStats.c
r8669 r8815 3 3 * @author Eugene Magnier, IfA 4 4 * 5 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 8-29 21:39:44$5 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-09-15 09:49:01 $ 7 7 * 8 8 * Copyright 2004 IfA 9 9 */ 10 11 #ifdef HAVE_CONFIG_H 12 #include <config.h> 13 #endif 10 14 11 15 #include <stdio.h> -
trunk/psModules/src/detrend/pmSubtractSky.c
r8246 r8815 6 6 * @author GLG, MHPCC 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 … … 14 14 * 15 15 */ 16 17 #ifdef HAVE_CONFIG_H 18 #include <config.h> 19 #endif 16 20 17 21 #include <stdio.h> -
trunk/psModules/src/detrend/psIOBuffer.c
r7772 r8815 1 2 #ifdef HAVE_CONFIG_H 3 #include <config.h> 4 #endif 5 1 6 # include <unistd.h> 2 7 # include <pslib.h> -
trunk/psModules/src/detrend/psPipe.c
r7770 r8815 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 1 5 # include <sys/types.h> 2 6 # include <unistd.h> -
trunk/psModules/src/imcombine/pmImageCombine.c
r8669 r8815 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-0 8-29 21:39:44$10 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-09-15 09:49:01 $ 12 12 * 13 13 * XXX: pmRejectPixels() has a known bug with the pmImageTransform() call. … … 16 16 * 17 17 */ 18 19 #ifdef HAVE_CONFIG_H 20 #include <config.h> 21 #endif 18 22 19 23 #include <config.h> -
trunk/psModules/src/imcombine/pmImageSubtract.c
r8669 r8815 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-0 8-29 21:39:44$9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-09-15 09:49:01 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 38 38 */ 39 39 40 #ifdef HAVE_CONFIG_H 41 #include <config.h> 42 #endif 43 40 44 #include <stdio.h> 41 45 #include <math.h> -
trunk/psModules/src/imcombine/pmReadoutCombine.c
r8669 r8815 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.2 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-0 8-29 21:39:44$7 * @version $Revision: 1.25 $ $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 <stdio.h> -
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.
