IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2005, 3:35:20 PM (21 years ago)
Author:
eugene
Message:

substantial work to match with psLib v.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/pmObjects_EAM.h

    r4983 r5048  
    55 *  @author GLG, MHPCC
    66 *
    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 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    210210
    211211*****************************************************************************/
    212 pmSource *pmSourceLocalSky(
    213     const psImage *image,               ///< The input image (float)
    214     const pmPeak *peak,                 ///< The peak for which the pmSource struct is created.
     212bool pmSourceLocalSky(
     213    pmSource *source,                   ///< The input image (float)
    215214    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    );
    219217
    220218/******************************************************************************
     
    298296);
    299297
     298bool 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
     304bool 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
    300310#endif
Note: See TracChangeset for help on using the changeset viewer.