Changeset 5058 for trunk/psphot/src/pmPSF.c
- Timestamp:
- Sep 15, 2005, 12:12:26 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/pmPSF.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/pmPSF.c
r4977 r5058 24 24 pmPSF *psf = (pmPSF *) psAlloc(sizeof(pmPSF)); 25 25 26 psf->type = type; 27 psf->chisq = 0.0; 26 psf->type = type; 27 psf->chisq = 0.0; 28 psf->ApResid = 0.0; 29 psf->dApResid = 0.0; 30 psf->skyBias = 0.0; 28 31 29 32 Nparams = pmModelParameterCount (type);
Note:
See TracChangeset
for help on using the changeset viewer.
