- Timestamp:
- Sep 23, 2007, 5:00:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070921/psModules/src/objects/pmPSF.h
r14986 r14989 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.16.2. 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-09-2 2 13:47:28$8 * @version $Revision: 1.16.2.4 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-09-24 03:00:44 $ 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 11 11 */ … … 47 47 int nPSFstars; ///< number of stars used to measure PSF 48 48 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; 50 53 bool poissonErrorsPhotLMM; ///< use poission errors for non-linear model fitting 51 54 bool poissonErrorsPhotLin; ///< use poission errors for linear model fitting … … 58 61 typedef struct { 59 62 pmModelType type; 60 psImage *image; // image for which the PSF is defined61 63 psStats *stats; // psfTrend clipping stats 62 64 pmTrend2DMode psfTrendMode; 63 65 int psfTrendNx; 64 66 int psfTrendNy; 67 int psfFieldNx; 68 int psfFieldNy; 69 int psfFieldXo; 70 int psfFieldYo; 65 71 bool poissonErrorsPhotLMM; ///< use poission errors for non-linear model fitting 66 72 bool poissonErrorsPhotLin; ///< use poission errors for linear model fitting 67 73 bool poissonErrorsParams; ///< use poission errors for model parameter fitting 68 74 float radius; 69 70 75 } pmPSFOptions; 71 76
Note:
See TracChangeset
for help on using the changeset viewer.
