IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2007, 5:00:44 PM (19 years ago)
Author:
eugene
Message:

converted pmPSF to use pmTrend2D to represent psf parameters; updated PSF I/O to handle full pmTrend2D

File:
1 edited

Legend:

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

    r14986 r14989  
    66 * @author EAM, IfA
    77 *
    8  * @version $Revision: 1.16.2.3 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-09-22 13:47:28 $
     8 * @version $Revision: 1.16.2.4 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-09-24 03:00:44 $
    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     int Nx, Ny;                         ///< reference image dimensions
     49    int fieldNx;
     50    int fieldNy;
     51    int fieldXo;
     52    int fieldYo;
    5053    bool poissonErrorsPhotLMM;          ///< use poission errors for non-linear model fitting
    5154    bool poissonErrorsPhotLin;          ///< use poission errors for linear model fitting
     
    5861typedef struct {
    5962    pmModelType   type;
    60     psImage      *image;                // image for which the PSF is defined
    6163    psStats      *stats;                // psfTrend clipping stats
    6264    pmTrend2DMode psfTrendMode;
    6365    int           psfTrendNx;
    6466    int           psfTrendNy;
     67    int           psfFieldNx;
     68    int           psfFieldNy;
     69    int           psfFieldXo;
     70    int           psfFieldYo;
    6571    bool          poissonErrorsPhotLMM; ///< use poission errors for non-linear model fitting
    6672    bool          poissonErrorsPhotLin; ///< use poission errors for linear model fitting
    6773    bool          poissonErrorsParams; ///< use poission errors for model parameter fitting
    6874    float         radius;
    69    
    7075} pmPSFOptions;
    7176
Note: See TracChangeset for help on using the changeset viewer.