IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2006, 5:14:23 PM (20 years ago)
Author:
magnier
Message:

major rework of objects code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmSourcePhotometry.h

    r6537 r6556  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.1.2.1 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-03-07 06:33:35 $
     5 *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-03-09 03:14:23 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2525 *
    2626 */
    27 bool pmSourcePhotometry(
     27bool pmSourcePhotometryModel(
    2828    float *fitMag,                      ///< integrated fit magnitude
    29     float *obsMag,   ///< aperture flux magnitude
     29    pmModel *model                      ///< model used for photometry
     30);
     31
     32bool pmSourcePhotometryAper(
     33    float *apMag,                       ///< aperture flux magnitude
    3034    pmModel *model,                     ///< model used for photometry
    3135    psImage *image,                     ///< image pixels to be used
Note: See TracChangeset for help on using the changeset viewer.