IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2005, 12:25:39 PM (21 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmObjects.h

    r4770 r4992  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-08-16 01:10:34 $
     7 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-09-11 22:25:39 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4242/** pmPeak data structure
    4343 * 
    44  * 
    45  * 
    4644 */
    4745typedef struct
     
    5553
    5654/** pmMoments data structure
    57  * 
    58  * 
    5955 * 
    6056 */
     
    7571/** pmModelType enumeration
    7672 * 
    77  * 
    78  * 
    7973 */
    8074typedef enum {
     
    8983
    9084/** pmModel data structure
    91  * 
    92  * 
    9385 * 
    9486 */
     
    194186    psList *peaks,                      ///< The psList of peaks to be culled
    195187    float maxValue,                     ///< Cull peaks above this value
    196     const psRegion *valid               ///< Cull peaks otside this psRegion
     188    const psRegion valid               ///< Cull peaks otside this psRegion
    197189);
    198190
     
    399391pmModelFromPSFFunc pmModelFromPSFFunc_GetFunction (pmModelType type);
    400392pmModelRadius pmModelRadius_GetFunction (pmModelType type);
     393psS32 pmModelParameterCount(pmModelType type);
     394psS32 pmModelSetType(char *name);
     395char *pmModelGetType(pmModelType type);
    401396
    402397#endif
Note: See TracChangeset for help on using the changeset viewer.