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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.