Changeset 5048 for trunk/psphot/src/pmObjects_EAM.h
- Timestamp:
- Sep 13, 2005, 3:35:20 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/pmObjects_EAM.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/pmObjects_EAM.h
r4983 r5048 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-09- 09 18:31:29$7 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-09-14 01:35:20 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 210 210 211 211 *****************************************************************************/ 212 pmSource *pmSourceLocalSky( 213 const psImage *image, ///< The input image (float) 214 const pmPeak *peak, ///< The peak for which the pmSource struct is created. 212 bool pmSourceLocalSky( 213 pmSource *source, ///< The input image (float) 215 214 psStatsOptions statsOptions, ///< The statistic used in calculating the background sky 216 float innerRadius, ///< The inner radius of the suqare annulus for calculating sky 217 float outerRadius ///< The outer radius of the suqare annulus for calculating sky 218 ); 215 float Radius ///< The inner radius of the square annulus to exclude 216 ); 219 217 220 218 /****************************************************************************** … … 298 296 ); 299 297 298 bool pmSourceFitModel_v5( 299 pmSource *source, ///< The input pmSource 300 pmModel *model, ///< model to be fitted 301 const bool PSF ///< Treat model as PSF or FLT? 302 ); 303 304 bool pmSourceFitModel_v7( 305 pmSource *source, ///< The input pmSource 306 pmModel *model, ///< model to be fitted 307 const bool PSF ///< Treat model as PSF or FLT? 308 ); 309 300 310 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
