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/objects
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • 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.