- Timestamp:
- Jul 16, 2010, 7:00:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/psphot/src/psphotPSFConvModel.c
r28657 r28683 10 10 // modelConv to contain the fitted parameters, and the modelFlux to contain the 11 11 // convolved model image. 12 pmModel *psphotPSFConvModel (pmReadout *readout, pmSource *source, pmModelType modelType, psImageMaskType maskVal, psImageMaskType markVal, int psfSize) { 12 13 // XXX need to generalize this -- number of fitted parameters must be flexible based on the fitOptions 14 15 pmModel *psphotPSFConvModel (pmReadout *readout, pmSource *source, pmSourceFitOptions *fitOptions, pmModelType modelType, psImageMaskType maskVal, psImageMaskType markVal, int psfSize) { 13 16 14 17 // maskVal is used to test for rejected pixels, and must include markVal
Note:
See TracChangeset
for help on using the changeset viewer.
