Changeset 9889
- Timestamp:
- Nov 6, 2006, 11:21:24 PM (20 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 3 edited
-
psphotChoosePSF.c (modified) (1 diff)
-
psphotFitSet.c (modified) (1 diff)
-
psphotGrowthCurve.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotChoosePSF.c
r9838 r9889 146 146 147 147 // save only the best model; 148 // XXX we are not saving the fitted sources 149 // XXX do we want to keep them so we may optionally write them out? 148 150 psf = psMemIncrRefCounter(try->psf); 149 151 psFree (models); -
trunk/psphot/src/psphotFitSet.c
r9734 r9889 1 1 # include "psphot.h" 2 2 3 // XXX this is not used in main psphot code 3 4 bool psphotFitSet (pmSource *source, pmModel *oneModel, char *fitset, pmSourceFitMode mode) { 4 5 -
trunk/psphot/src/psphotGrowthCurve.c
r9837 r9889 45 45 46 46 // loop over a range of source fluxes 47 // no need to interpolate since we have force the object center 48 // to 0.5, 0.5 above 47 49 for (int i = 0; i < psf->growth->radius->n; i++) { 48 50
Note:
See TracChangeset
for help on using the changeset viewer.
