Changeset 14961 for trunk/psModules/src/objects/pmPSF.c
- Timestamp:
- Sep 20, 2007, 4:46:25 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSF.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSF.c
r14936 r14961 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-09-21 0 0:05:35 $8 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-09-21 02:46:25 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 75 75 psFree (psf->ChiTrend); 76 76 psFree (psf->ApTrend); 77 psFree (psf->FluxScale); 77 78 psFree (psf->growth); 78 79 psFree (psf->params); … … 113 114 // psf->ApTrend = pmTrend2DAlloc (PM_TREND_MAP, Nx, Ny, 1, 1, stats); 114 115 psf->ApTrend = NULL; 116 117 // the flux scale is the relationship between the integrated flux and the peak flux for a 118 // psf model. this is a 2D function of position, and is modeled with pmTrend2D after the 119 // psf model is determined for an image. until it is determined, the flux calculation 120 // integrates the sources 121 psf->FluxScale = NULL; 115 122 116 123 if (psf->poissonErrors) {
Note:
See TracChangeset
for help on using the changeset viewer.
