Changeset 7604 for trunk/psModules/src/detrend
- Timestamp:
- Jun 20, 2006, 5:21:16 PM (20 years ago)
- Location:
- trunk/psModules/src/detrend
- Files:
-
- 5 edited
-
pmFlatField.c (modified) (2 diffs)
-
pmFringeStats.c (modified) (2 diffs)
-
pmNonLinear.c (modified) (2 diffs)
-
pmSubtractBias.c (modified) (2 diffs)
-
pmSubtractSky.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmFlatField.c
r7283 r7604 18 18 * @author Ross Harman, MHPCC 19 19 * 20 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $21 * @date $Date: 2006-06- 02 02:16:05$20 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 21 * @date $Date: 2006-06-21 03:21:16 $ 22 22 * 23 23 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 28 28 #endif 29 29 30 #include <stdio.h>31 #include <math.h>30 #include <stdio.h> 31 #include <math.h> 32 32 #include <strings.h> 33 33 34 #include "pslib.h"34 #include <pslib.h> 35 35 #include "pmFlatField.h" 36 36 #include "pmFPAMaskWeight.h" -
trunk/psModules/src/detrend/pmFringeStats.c
r7567 r7604 3 3 * @author Eugene Magnier, IfA 4 4 * 5 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-06- 14 22:34:46 $5 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-06-21 03:21:16 $ 7 7 * 8 8 * Copyright 2004 IfA … … 11 11 #include <stdio.h> 12 12 #include <assert.h> 13 #include "pslib.h"13 #include <pslib.h> 14 14 #include "pmFPA.h" 15 15 #include "pmFringeStats.h" -
trunk/psModules/src/detrend/pmNonLinear.c
r6873 r7604 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-0 4-17 18:10:08$12 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-06-21 03:21:16 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 23 23 #endif 24 24 25 #include<stdio.h> 26 #include<math.h> 25 #include <stdio.h> 26 #include <math.h> 27 #include <pslib.h> 27 28 28 29 #include "pmNonLinear.h" -
trunk/psModules/src/detrend/pmSubtractBias.c
r7589 r7604 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-06- 17 01:50:43$13 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-06-21 03:21:16 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 22 22 #endif 23 23 24 #include <stdio.h> 24 25 #include <assert.h> 26 #include <pslib.h> 25 27 #include "pmSubtractBias.h" 26 28 -
trunk/psModules/src/detrend/pmSubtractSky.c
r7018 r7604 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 5-01 01:56:29$8 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-06-21 03:21:16 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 15 15 */ 16 16 17 #include <stdio.h>18 #include <math.h>19 #include "pslib.h"17 #include <stdio.h> 18 #include <math.h> 19 #include <pslib.h> 20 20 #include "pmSubtractSky.h" 21 21
Note:
See TracChangeset
for help on using the changeset viewer.
