Changeset 15562 for trunk/psModules/src/objects/pmSource.h
- Timestamp:
- Nov 9, 2007, 3:09:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.h
r15039 r15562 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.1 8$ $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 $ 7 7 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 8 8 */ … … 10 10 # ifndef PM_SOURCE_H 11 11 # define PM_SOURCE_H 12 13 # include "pmSourceExtendedPars.h" 12 14 13 15 /// @addtogroup Objects Object Detection / Analysis Functions … … 84 86 psRegion region; ///< area on image covered by selected pixels 85 87 float sky, skyErr; ///< The sky and its error at the center of the object 88 pmSourceExtendedPars *extpars; ///< extended source parameters 86 89 }; 87 90 … … 111 114 * 112 115 */ 116 117 bool psMemCheckSource(psPtr ptr); 118 113 119 pmSource *pmSourceCopy(pmSource *source); 114 120 … … 178 184 */ 179 185 pmPSFClump 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 ); 184 189 185 190 /** pmSourceRoughClass() … … 194 199 */ 195 200 bool pmSourceRoughClass( 196 psArray *source, ///< The input pmSource197 psMetadata *metadata, ///< Contains classification parameters198 pmPSFClump clump, ///< Statistics about the PSF clump201 psArray *source, ///< The input pmSource 202 psMetadata *metadata, ///< Contains classification parameters 203 pmPSFClump clump, ///< Statistics about the PSF clump 199 204 psMaskType maskSat ///< Mask value for saturated pixels 200 205 );
Note:
See TracChangeset
for help on using the changeset viewer.
