Changeset 8848 for trunk/psModules/src/detrend
- Timestamp:
- Sep 19, 2006, 4:36:36 PM (20 years ago)
- Location:
- trunk/psModules/src/detrend
- Files:
-
- 4 edited
-
pmDetrendDB.c (modified) (1 diff)
-
pmFringeStats.c (modified) (2 diffs)
-
psIOBuffer.c (modified) (1 diff)
-
psPipe.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDetrendDB.c
r8815 r8848 3 3 #endif 4 4 5 # include <pslib.h> 6 # include "pmFPA.h" 7 # include "pmDetrendDB.h" 5 #include <stdio.h> 6 #include <string.h> 7 #include <pslib.h> 8 #include "pmFPA.h" 9 #include "pmDetrendDB.h" 8 10 9 11 // ************* detrend select functions ************** -
trunk/psModules/src/detrend/pmFringeStats.c
r8815 r8848 3 3 * @author Eugene Magnier, IfA 4 4 * 5 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-09- 15 09:49:01$5 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-09-20 02:36:36 $ 7 7 * 8 8 * Copyright 2004 IfA … … 15 15 #include <stdio.h> 16 16 #include <assert.h> 17 #include <string.h> 17 18 #include <pslib.h> 18 19 #include "pmFPA.h" -
trunk/psModules/src/detrend/psIOBuffer.c
r8815 r8848 4 4 #endif 5 5 6 # include <unistd.h> 7 # include <pslib.h> 8 # include "pmFPA.h" 9 # include "pmDetrendDB.h" 6 #include <stdio.h> 7 #include <string.h> 8 #include <unistd.h> 9 #include <pslib.h> 10 #include "pmFPA.h" 11 #include "pmDetrendDB.h" 10 12 11 13 static void psIOBufferFree (psIOBuffer *buffer) -
trunk/psModules/src/detrend/psPipe.c
r8815 r8848 3 3 #endif 4 4 5 # include <sys/types.h> 6 # include <unistd.h> 7 # include <fcntl.h> 8 # include <pslib.h> 9 # include "pmFPA.h" 10 # include "pmDetrendDB.h" 5 #include <stdio.h> 6 #include <string.h> 7 #include <sys/types.h> 8 #include <unistd.h> 9 #include <fcntl.h> 10 #include <pslib.h> 11 #include "pmFPA.h" 12 #include "pmDetrendDB.h" 11 13 12 14 void closePipes (int *stdin_fd, int *stdout_fd, int *stderr_fd)
Note:
See TracChangeset
for help on using the changeset viewer.
