Changeset 9730 for trunk/psModules/src/objects/pmPSF.c
- Timestamp:
- Oct 24, 2006, 12:55:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSF.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSF.c
r9562 r9730 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-10- 14 00:55:43$8 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-10-24 22:55:05 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 121 121 122 122 psf->params = psArrayAlloc(Nparams - 4); 123 psf->params->n = psf->params->nalloc;124 123 125 124 // the order of the PSF parameter (X,Y) fits is determined by the … … 166 165 psVector *z = psVectorAlloc (models->n, PS_TYPE_F64); 167 166 psVector *dz = psVectorAlloc (models->n, PS_TYPE_F64); 168 x->n = x->nalloc;169 y->n = y->nalloc;170 z->n = z->nalloc;171 dz->n = dz->nalloc;172 167 173 168 for (int i = 0; i < models->n; i++) { … … 258 253 259 254 /*********************************************** 260 * this function masks the psf.ApTrend polynomial 255 * this function masks the psf.ApTrend polynomial 261 256 * to enable the specific subset of the coefficients 262 257 **********************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
