IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 20, 2007, 4:46:25 PM (19 years ago)
Author:
eugene
Message:

added FluxScale to psf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPSF.c

    r14936 r14961  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-09-21 00:05:35 $
     8 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-09-21 02:46:25 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7575    psFree (psf->ChiTrend);
    7676    psFree (psf->ApTrend);
     77    psFree (psf->FluxScale);
    7778    psFree (psf->growth);
    7879    psFree (psf->params);
     
    113114    // psf->ApTrend = pmTrend2DAlloc (PM_TREND_MAP, Nx, Ny, 1, 1, stats);
    114115    psf->ApTrend = NULL;
     116
     117    // the flux scale is the relationship between the integrated flux and the peak flux for a
     118    // psf model.  this is a 2D function of position, and is modeled with pmTrend2D after the
     119    // psf model is determined for an image.  until it is determined, the flux calculation
     120    // integrates the sources
     121    psf->FluxScale = NULL;
    115122
    116123    if (psf->poissonErrors) {
Note: See TracChangeset for help on using the changeset viewer.