IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2007, 4:39:12 PM (19 years ago)
Author:
magnier
Message:

changing CrossProduct functions to DataDotModel and ModelDotModel

File:
1 edited

Legend:

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

    r12958 r12977  
    44 * @author EAM, IfA; GLG, MHPCC
    55 *
    6  * @version $Revision: 1.8.6.1 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-04-23 18:04:18 $
     6 * @version $Revision: 1.8.6.2 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-04-24 02:39:12 $
    88 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    99 */
     
    5050bool pmSourceMagnitudesInit (psMetadata *config);
    5151bool pmSourceMagnitudes (pmSource *source, pmPSF *psf, pmSourcePhotometryMode mode);
    52 double pmSourceCrossProduct(const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum);
    53 double pmSourceCrossWeight(const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum);
    5452bool pmSourcePixelWeight (float *pixWeight, pmModel *model, psImage *image, psImage *mask);
    5553bool pmSourceChisq (pmModel *model, psImage *image, psImage *mask, psImage *weight);
    5654
    57 double pmSourceWeight(const pmSource *Mi, int term, const bool unweighted_sum);
     55
     56double pmSourceDataDotModel (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum);
     57double pmSourceModelDotModel (const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum);
     58double pmSourceModelWeight(const pmSource *Mi, int term, const bool unweighted_sum);
     59
     60// retire these:
     61// double pmSourceCrossProduct(const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum);
     62// double pmSourceCrossWeight(const pmSource *Mi, const pmSource *Mj, const bool unweighted_sum);
     63// double pmSourceWeight(const pmSource *Mi, int term, const bool unweighted_sum);
    5864
    5965/// @}
Note: See TracChangeset for help on using the changeset viewer.