IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2006, 5:21:16 PM (20 years ago)
Author:
Paul Price
Message:

Cleaning up use of include files for pslib.

Location:
trunk/psModules/src/detrend
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmFlatField.c

    r7283 r7604  
    1818 *  @author Ross Harman, MHPCC
    1919 *
    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 $
    2222 *
    2323 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2828#endif
    2929
    30 #include<stdio.h>
    31 #include<math.h>
     30#include <stdio.h>
     31#include <math.h>
    3232#include <strings.h>
    3333
    34 #include "pslib.h"
     34#include <pslib.h>
    3535#include "pmFlatField.h"
    3636#include "pmFPAMaskWeight.h"
  • trunk/psModules/src/detrend/pmFringeStats.c

    r7567 r7604  
    33 *  @author Eugene Magnier, IfA
    44 *
    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 $
    77 *
    88 *  Copyright 2004 IfA
     
    1111#include <stdio.h>
    1212#include <assert.h>
    13 #include "pslib.h"
     13#include <pslib.h>
    1414#include "pmFPA.h"
    1515#include "pmFringeStats.h"
  • trunk/psModules/src/detrend/pmNonLinear.c

    r6873 r7604  
    1010 *  @author GLG, MHPCC
    1111 *
    12  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-04-17 18:10:08 $
     12 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-06-21 03:21:16 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2323#endif
    2424
    25 #include<stdio.h>
    26 #include<math.h>
     25#include <stdio.h>
     26#include <math.h>
     27#include <pslib.h>
    2728
    2829#include "pmNonLinear.h"
  • trunk/psModules/src/detrend/pmSubtractBias.c

    r7589 r7604  
    1111 *  @author GLG, MHPCC
    1212 *
    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 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2222#endif
    2323
     24#include <stdio.h>
    2425#include <assert.h>
     26#include <pslib.h>
    2527#include "pmSubtractBias.h"
    2628
  • trunk/psModules/src/detrend/pmSubtractSky.c

    r7018 r7604  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-05-01 01:56:29 $
     8 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-06-21 03:21:16 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1515 */
    1616
    17 #include<stdio.h>
    18 #include<math.h>
    19 #include "pslib.h"
     17#include <stdio.h>
     18#include <math.h>
     19#include <pslib.h>
    2020#include "pmSubtractSky.h"
    2121
Note: See TracChangeset for help on using the changeset viewer.