IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2007, 3:47:28 AM (19 years ago)
Author:
eugene
Message:

fix compilation issues re pmTrend for psf parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070921/psModules/src/objects/pmPSF.h

    r14980 r14986  
    66 * @author EAM, IfA
    77 *
    8  * @version $Revision: 1.16.2.2 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-09-22 02:20:11 $
     8 * @version $Revision: 1.16.2.3 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-09-22 13:47:28 $
    1010 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1111 */
     
    4747    int nPSFstars;                      ///< number of stars used to measure PSF
    4848    int nApResid;                       ///< number of stars used to measure ApResid
    49     bool poissonErrors;
     49    int Nx, Ny;                         ///< reference image dimensions
     50    bool poissonErrorsPhotLMM;          ///< use poission errors for non-linear model fitting
     51    bool poissonErrorsPhotLin;          ///< use poission errors for linear model fitting
     52    bool poissonErrorsParams;           ///< use poission errors for model parameter fitting
    5053    pmGrowthCurve *growth;              ///< apMag vs Radius
    5154    pmResiduals *residuals;             ///< normalized residual image (no spatial variation)
     
    6063    int           psfTrendNx;
    6164    int           psfTrendNy;
    62     bool          poissonErrors;
     65    bool          poissonErrorsPhotLMM; ///< use poission errors for non-linear model fitting
     66    bool          poissonErrorsPhotLin; ///< use poission errors for linear model fitting
     67    bool          poissonErrorsParams; ///< use poission errors for model parameter fitting
     68    float         radius;
     69   
    6370} pmPSFOptions;
    6471
     
    7279 *
    7380 */
    74 pmPSF *pmPSFAlloc(
    75     pmModelType type,     // type of model for PSF
    76     bool poissonErrors,
    77     psPolynomial2D *psfTrendMask
    78 );
     81pmPSF *pmPSFAlloc (pmPSFOptions *options);
     82pmPSFOptions *pmPSFOptionsAlloc ();
    7983
    8084double pmPSF_SXYfromModel (psF32 *modelPar);
Note: See TracChangeset for help on using the changeset viewer.