Changeset 9734 for trunk/psphot/src/psphotChoosePSF.c
- Timestamp:
- Oct 24, 2006, 2:07:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotChoosePSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotChoosePSF.c
r9661 r9734 50 50 pmSourceFitModelInit (15, 0.1, POISSON_ERRORS); 51 51 52 stars = psArrayAlloc (sources->n);52 stars = psArrayAllocEmpty (sources->n); 53 53 54 54 // select the candidate PSF stars (pointers to original sources) … … 87 87 // set up an array to store the results 88 88 psArray *models = psArrayAlloc (list->n); 89 models->n = list->n;90 89 91 90 // try each model option listed in config
Note:
See TracChangeset
for help on using the changeset viewer.
