IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7604


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
Files:
31 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryDistortion.c

    r7282 r7604  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-06-02 02:15:35 $
     9*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-06-21 03:21:16 $
    1111*
    1212*  Copyright 2006 Institute for Astronomy, University of Hawaii
     
    2121//#include <math.h>
    2222//#include <unistd.h>   // for unlink
    23 #include "pslib.h"
     23#include <pslib.h>
    2424#include "pmFPA.h"
    2525#include "pmAstrometryObjects.h"
  • trunk/psModules/src/astrom/pmAstrometryObjects.c

    r7382 r7604  
    88*  @author EAM, IfA
    99*
    10 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-06-07 03:27:52 $
     10*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-06-21 03:21:16 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2121#include <math.h>
    2222#include <unistd.h>   // for unlink
    23 #include "pslib.h"
    24 #include "psVectorSmooth.h"
     23#include <pslib.h>
    2524#include "pmFPA.h"
    2625#include "pmAstrometryObjects.h"
  • trunk/psModules/src/astrom/pmFPAAstrometry.c

    r6872 r7604  
    11#include <stdio.h>
    2 #include "pslib.h"
     2#include <pslib.h>
    33#include "pmFPAAstrometry.h"
    44#include "pmFPA.h"
  • trunk/psModules/src/camera/pmFPA.c

    r7589 r7604  
    1212* XXX: Should we implement non-linear cell->chip transforms?
    1313*
    14 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2006-06-17 01:50:43 $
     14*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2006-06-21 03:21:16 $
    1616*
    1717*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2424#include <math.h>
    2525#include <assert.h>
    26 #include "pslib.h"
     26#include <pslib.h>
    2727
    2828#include "pmHDU.h"
  • trunk/psModules/src/camera/pmFPAConstruct.c

    r7589 r7604  
    22#include <assert.h>
    33#include <string.h>
    4 #include "pslib.h"
    5 #include "psMetadataItemParse.h"
     4#include <pslib.h>
    65
    76#include "pmFPA.h"
  • trunk/psModules/src/camera/pmFPAHeader.c

    r7469 r7604  
    11#include <stdio.h>
    22#include <assert.h>
    3 #include "pslib.h"
     3#include <pslib.h>
    44#include "pmFPA.h"
    55#include "pmHDU.h"
  • trunk/psModules/src/camera/pmFPARead.c

    r7555 r7604  
    22#include <strings.h>
    33#include <assert.h>
    4 #include "pslib.h"
     4#include <pslib.h>
    55
    66#include "pmFPA.h"
  • trunk/psModules/src/camera/pmFPAUtils.c

    r7278 r7604  
    11#include <stdio.h>
    2 #include "pslib.h"
     2#include <pslib.h>
    33#include "pmFPA.h"
    44#include "pmFPAUtils.h"
  • trunk/psModules/src/camera/pmHDU.c

    r7382 r7604  
    22#include <assert.h>
    33
    4 #include "pslib.h"
     4#include <pslib.h>
    55#include "pmFPA.h"
    66
  • trunk/psModules/src/concepts/pmConceptsRead.c

    r7450 r7604  
    11#include <stdio.h>
    22#include <assert.h>
    3 
    4 #include "pslib.h"
    5 #include "psMetadataItemParse.h"
     3#include <pslib.h>
    64
    75#include "pmFPA.h"
  • trunk/psModules/src/concepts/pmConceptsWrite.c

    r7516 r7604  
    99#include "pmConcepts.h"
    1010#include "pmConceptsRead.h"
    11 #include "psMetadataItemCompare.h"
    1211
    1312//////////////////////////////////////////////////////////////////////////////////////////////////////////////
  • 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
  • trunk/psModules/src/imcombine/pmImageSubtract.c

    r7018 r7604  
    77 *  @author GLG, MHPCC
    88 *
    9  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-05-01 01:56:48 $
     9 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-06-21 03:21:16 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3838 */
    3939
    40 #include<stdio.h>
    41 #include<math.h>
    42 #include "pslib.h"
    43 #include "psConstants.h"
     40#include <stdio.h>
     41#include <math.h>
     42#include <pslib.h>
    4443#include "pmImageSubtract.h"
    4544
  • trunk/psModules/src/objects/pmModel.c

    r6943 r7604  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-04-21 21:26:01 $
     8 *  @version $Revision: 1.4 $ $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
     
    1616#include <math.h>
    1717#include <string.h>
    18 #include "pslib.h"
     18#include <pslib.h>
    1919#include "pmModel.h"
    2020
     
    9494
    9595/******************************************************************************
    96     pmModelEval(source, level, row): evaluates the model function at the specified coords. 
    97     
     96    pmModelEval(source, level, row): evaluates the model function at the specified coords.
     97 
    9898    NOTE: The coords are in subImage source->pixel coords, not image coords.
    99     
     99 
    100100    XXX: Use static vectors for x (NO: needs to be thread safe)
    101101*****************************************************************************/
  • trunk/psModules/src/objects/pmModelGroup.c

    r7589 r7604  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-06-17 01:50:43 $
     8 *  @version $Revision: 1.7 $ $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
     
    1616#include <math.h>
    1717#include <string.h>
    18 #include "pslib.h"
    19 #include "psEllipse.h"
     18#include <pslib.h>
    2019#include "pmHDU.h"
    2120#include "pmFPA.h"
     
    193192/******************************************************************************
    194193    pmSourceModelGuess(source, model): This function allocates a new
    195     pmModel structure based on the given modelType specified in the argument list. 
    196     The corresponding pmModelGuess function is returned, and used to 
    197     supply the values of the params array in the pmModel structure. 
    198     
     194    pmModel structure based on the given modelType specified in the argument list.
     195    The corresponding pmModelGuess function is returned, and used to
     196    supply the values of the params array in the pmModel structure.
     197 
    199198    XXX: Many parameters are based on the src->moments structure, which is in
    200199    image, not subImage coords.  Therefore, the calls to the model evaluation
  • trunk/psModules/src/objects/pmMoments.c

    r6872 r7604  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-04-17 18:01:05 $
     8 *  @version $Revision: 1.3 $ $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
     
    1313 */
    1414
    15 #include "pslib.h"
     15#include <stdio.h>
     16#include <pslib.h>
    1617#include "pmMoments.h"
    1718
  • trunk/psModules/src/objects/pmObjects.c

    r6873 r7604  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-04-17 18:10:08 $
     8 *  @version $Revision: 1.12 $ $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
     
    1616#include <math.h>
    1717#include <string.h>
    18 #include "pslib.h"
     18#include <pslib.h>
    1919#include "pmObjects.h"
    2020#include "pmModelGroup.h"
  • trunk/psModules/src/objects/pmPeaks.c

    r7311 r7604  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-06-03 01:02:08 $
     8 *  @version $Revision: 1.5 $ $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
     
    1616#include <math.h>
    1717#include <string.h>
    18 #include "pslib.h"
     18#include <pslib.h>
    1919#include "pmPeaks.h"
    2020
     
    5151psVector containing the specified row of data from the psImage.
    5252 
    53 XXX: Is there a better way to do this? 
     53XXX: Is there a better way to do this?
    5454XXX EAM: does this really need to alloc a new vector???
    5555*****************************************************************************/
  • trunk/psModules/src/objects/pmSource.c

    r7477 r7604  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-06-10 02:57:58 $
     8 *  @version $Revision: 1.8 $ $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
     
    1616#include <math.h>
    1717#include <string.h>
    18 #include "pslib.h"
     18#include <pslib.h>
    1919#include "pmHDU.h"
    2020#include "pmFPA.h"
  • trunk/psModules/src/objects/pmSourceFitModel.c

    r7324 r7604  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-06-03 03:45:57 $
     8 *  @version $Revision: 1.7 $ $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
     
    1616#include <math.h>
    1717#include <string.h>
    18 #include "pslib.h"
     18#include <pslib.h>
    1919#include "pmHDU.h"
    2020#include "pmFPA.h"
     
    320320
    321321/*
    322 i:         0           1               2 
     322i:         0           1               2
    323323n:         1  2  3  4  5  6  1  2  3  4  5  6  1  2  3  4  5  6
    324324i*6 + n: 0 1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18
  • trunk/psModules/src/objects/pmSourceIO_CMF.c

    r7413 r7604  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-06-07 22:58:30 $
     5 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-06-21 03:21:16 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1313#include <math.h>
    1414#include <string.h>
    15 #include "pslib.h"
    16 #include "psEllipse.h"
     15#include <pslib.h>
    1716#include "pmHDU.h"
    1817#include "pmFPA.h"
  • trunk/psModules/src/objects/pmSourceIO_CMP.c

    r7430 r7604  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-06-08 20:38:31 $
     5 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-06-21 03:21:16 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1313#include <math.h>
    1414#include <string.h>
    15 #include "pslib.h"
    16 #include "psLine.h"
    17 #include "psEllipse.h"
     15#include <pslib.h>
    1816#include "pmHDU.h"
    1917#include "pmFPA.h"
  • trunk/psModules/src/objects/pmSourceIO_OBJ.c

    r6872 r7604  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-04-17 18:01:05 $
     5 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-06-21 03:21:16 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1313#include <math.h>
    1414#include <string.h>
    15 #include "pslib.h"
    16 #include "psLine.h"
    17 #include "psEllipse.h"
     15#include <pslib.h>
    1816#include "pmHDU.h"
    1917#include "pmFPA.h"
  • trunk/psModules/src/objects/pmSourceIO_RAW.c

    r6872 r7604  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-04-17 18:01:05 $
     5 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-06-21 03:21:16 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1313#include <math.h>
    1414#include <string.h>
    15 #include "pslib.h"
    16 #include "psLine.h"
    17 #include "psEllipse.h"
     15#include <pslib.h>
    1816#include "pmHDU.h"
    1917#include "pmFPA.h"
  • trunk/psModules/src/objects/pmSourceIO_SX.c

    r6872 r7604  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-04-17 18:01:05 $
     5 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-06-21 03:21:16 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1313#include <math.h>
    1414#include <string.h>
    15 #include "pslib.h"
    16 #include "psLine.h"
    17 #include "psEllipse.h"
     15#include <pslib.h>
    1816#include "pmHDU.h"
    1917#include "pmFPA.h"
  • trunk/psModules/src/objects/pmSourcePhotometry.c

    r7283 r7604  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-06-02 02:16:05 $
     5 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-06-21 03:21:16 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1313#include <math.h>
    1414#include <string.h>
    15 #include "pslib.h"
     15#include <pslib.h>
    1616#include "pmHDU.h"
    1717#include "pmFPA.h"
  • trunk/psModules/src/objects/pmSourceSky.c

    r7283 r7604  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-06-02 02:16:05 $
     8 *  @version $Revision: 1.5 $ $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
     
    1616#include <math.h>
    1717#include <string.h>
    18 #include "pslib.h"
     18#include <pslib.h>
    1919#include "pmHDU.h"
    2020#include "pmFPA.h"
Note: See TracChangeset for help on using the changeset viewer.