IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2007, 2:59:23 PM (19 years ago)
Author:
gusciora
Message:

Adding several changes to the objects directory. Most of these changes are
mere additions of PS_ASSERTs to the beginning of psModule functions to ensure
that input parameters are correct.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071023/psModules/src/objects/pmSource.h

    r15398 r15418  
    33 * @author EAM, IfA; GLG, MHPCC
    44 *
    5  * @version $Revision: 1.18.2.2 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2007-10-29 01:37:48 $
     5 * @version $Revision: 1.18.2.3 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2007-10-30 00:59:23 $
    77 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    88 */
     
    114114 *
    115115 */
     116
     117bool psMemCheckSource(psPtr ptr);
     118
    116119pmSource  *pmSourceCopy(pmSource *source);
    117120
     
    181184 */
    182185pmPSFClump pmSourcePSFClump(
    183     psArray *source,   ///< The input pmSource
    184     psMetadata *metadata  ///< Contains classification parameters
    185 );
    186 
     186    psArray *source,                    ///< The input pmSource
     187    psMetadata *metadata                ///< Contains classification parameters
     188);
    187189
    188190/** pmSourceRoughClass()
     
    197199 */
    198200bool pmSourceRoughClass(
    199     psArray *source,   ///< The input pmSource
    200     psMetadata *metadata,  ///< Contains classification parameters
    201     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
    202204    psMaskType maskSat                  ///< Mask value for saturated pixels
    203205);
Note: See TracChangeset for help on using the changeset viewer.