IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2007, 9:27:37 AM (19 years ago)
Author:
magnier
Message:

adding cached psf model, holder for convolved psf model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.h

    r13898 r13982  
    33 * @author EAM, IfA; GLG, MHPCC
    44 *
    5  * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2007-06-20 02:22:26 $
     5 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2007-06-26 19:27:37 $
    77 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    88 */
     
    6363    psImage *pixels;                    ///< Rectangular region including object pixels.
    6464    psImage *weight;                    ///< Image variance.
    65     psImage *modelFlux;                 ///< cached copy of the model for this source
    6665    psImage *maskObj;                   ///< unique mask for this object which marks included pixels associated with objects.
    6766    psImage *maskView;                  ///< view into global image mask for this object region
     67    psImage *modelFlux;                 ///< cached copy of the best model for this source
     68    psImage *psfFlux;                   ///< cached copy of the psf model for this source
    6869    pmMoments *moments;                 ///< Basic moments measure for the object.
    6970    pmModel *modelPSF;                  ///< PSF Model fit (parameters and type)
    7071    pmModel *modelEXT;                  ///< EXT (floating) Model fit (parameters and type).
     72    pmModel *modelConv;                 ///< PSF-Convolved Model fit (parameters and type).
    7173    pmSourceType type;                  ///< Best identification of object.
    7274    pmSourceMode mode;                  ///< Best identification of object.
Note: See TracChangeset for help on using the changeset viewer.