IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 26, 2006, 12:21:50 PM (19 years ago)
Author:
magnier
Message:

removed old model components of pmPSFtry (are kept in the sources array)

File:
1 edited

Legend:

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

    r9885 r10197  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-11-07 09:12:14 $
     8 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-11-26 22:21:50 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4848    pmPSF      *psf;                    ///< Add comment.
    4949    psArray    *sources;                ///< pointers to the original sources
    50     psArray    *modelEXT;               ///< model fits, floating parameters
    51     psArray    *modelPSF;               ///< model fits, PSF parameters
    5250    psVector   *mask;                   ///< Add comment.
    5351    psVector   *metric;                 ///< Add comment.
     
    8886 *
    8987 */
    90 pmPSFtry *pmPSFtryModel (psArray *sources, char *modelName, float RADIUS, bool poissonErrors, psPolynomial2D *psfTrendMask);
     88pmPSFtry *pmPSFtryModel (psArray *sources, char *modelName, float RADIUS, bool poissonErrors, psPolynomial2D *psfTrendMask, bool applyWeights);
    9189
    9290/** pmPSFtryMetric()
     
    125123 *
    126124 */
    127 bool pmPSFFromPSFtry (pmPSFtry *psfTry);
     125bool pmPSFFromPSFtry (pmPSFtry *psfTry, bool applyWeights);
    128126
    129127# endif
Note: See TracChangeset for help on using the changeset viewer.