Changeset 5828 for trunk/psphot/src/psphotRadiusChecks.c
- Timestamp:
- Dec 22, 2005, 4:20:27 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotRadiusChecks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotRadiusChecks.c
r5802 r5828 20 20 } 21 21 22 bool psphotCheckRadiusPSF (eamReadout *imdata, pmSource *source) { 23 24 pmModel *model = source->modelPSF; 22 bool psphotCheckRadiusPSF (eamReadout *imdata, pmSource *source, pmModel *model) { 25 23 26 24 // set the fit radius based on the object flux limit and the model … … 64 62 } 65 63 66 bool psphotCheckRadiusFLT (eamReadout *imdata, pmSource *source) { 67 68 pmModel *model = source->modelFLT; 64 bool psphotCheckRadiusFLT (eamReadout *imdata, pmSource *source, pmModel *model) { 69 65 70 66 // set the fit radius based on the object flux limit and the model
Note:
See TracChangeset
for help on using the changeset viewer.
