Changeset 8815 for trunk/psModules/src/detrend
- Timestamp:
- Sep 14, 2006, 11:49:01 PM (20 years ago)
- Location:
- trunk/psModules/src/detrend
- Files:
-
- 6 edited
-
pmDetrendDB.c (modified) (1 diff)
-
pmFlatNormalize.c (modified) (1 diff)
-
pmFringeStats.c (modified) (1 diff)
-
pmSubtractSky.c (modified) (2 diffs)
-
psIOBuffer.c (modified) (1 diff)
-
psPipe.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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>
Note:
See TracChangeset
for help on using the changeset viewer.
