IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2007, 3:09:20 PM (19 years ago)
Author:
eugene
Message:

updating all changes from from eam_branch_20071023

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.h

    r15039 r15562  
    33 * @author EAM, IfA; GLG, MHPCC
    44 *
    5  * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2007-09-27 03:35:29 $
     5 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2007-11-10 01:09:20 $
    77 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    88 */
     
    1010# ifndef PM_SOURCE_H
    1111# define PM_SOURCE_H
     12
     13# include "pmSourceExtendedPars.h"
    1214
    1315/// @addtogroup Objects Object Detection / Analysis Functions
     
    8486    psRegion region;                    ///< area on image covered by selected pixels
    8587    float sky, skyErr;                  ///< The sky and its error at the center of the object
     88    pmSourceExtendedPars *extpars;      ///< extended source parameters
    8689};
    8790
     
    111114 *
    112115 */
     116
     117bool psMemCheckSource(psPtr ptr);
     118
    113119pmSource  *pmSourceCopy(pmSource *source);
    114120
     
    178184 */
    179185pmPSFClump pmSourcePSFClump(
    180     psArray *source,   ///< The input pmSource
    181     psMetadata *metadata  ///< Contains classification parameters
    182 );
    183 
     186    psArray *source,                    ///< The input pmSource
     187    psMetadata *metadata                ///< Contains classification parameters
     188);
    184189
    185190/** pmSourceRoughClass()
     
    194199 */
    195200bool pmSourceRoughClass(
    196     psArray *source,   ///< The input pmSource
    197     psMetadata *metadata,  ///< Contains classification parameters
    198     pmPSFClump clump,   ///< Statistics about the PSF clump
     201    psArray *source,                    ///< The input pmSource
     202    psMetadata *metadata,               ///< Contains classification parameters
     203    pmPSFClump clump,                   ///< Statistics about the PSF clump
    199204    psMaskType maskSat                  ///< Mask value for saturated pixels
    200205);
Note: See TracChangeset for help on using the changeset viewer.