IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2008, 3:05:13 AM (18 years ago)
Author:
eugene
Message:

upgrades to calculate the PSF clump for subregions on an image; the PSF I/O file now writes the region-based psf clump data, but will read the old format as well

File:
1 edited

Legend:

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

    r17396 r19906  
    33 * @author EAM, IfA; GLG, MHPCC
    44 *
    5  * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2008-04-08 18:35:38 $
     5 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2008-10-06 13:05:13 $
    77 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    88 */
     
    186186 */
    187187pmPSFClump pmSourcePSFClump(
     188    psRegion *region,                   ///< restrict measurement to specified region
    188189    psArray *source,                    ///< The input pmSource
    189190    psMetadata *metadata                ///< Contains classification parameters
     
    201202 */
    202203bool pmSourceRoughClass(
    203     psArray *source,                    ///< The input pmSource
     204    psRegion *region,                   ///< restrict measurement to specified region
     205    psArray *sources,                    ///< The input pmSources
    204206    psMetadata *metadata,               ///< Contains classification parameters
    205207    pmPSFClump clump,                   ///< Statistics about the PSF clump
Note: See TracChangeset for help on using the changeset viewer.