Changeset 21183 for trunk/psphot/src/psphotRadiusChecks.c
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotRadiusChecks.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotRadiusChecks.c
r19308 r21183 19 19 20 20 // call this function whenever you (re)-define the PSF model 21 bool psphotCheckRadiusPSF (pmReadout *readout, pmSource *source, pmModel *model, ps MaskType markVal)21 bool psphotCheckRadiusPSF (pmReadout *readout, pmSource *source, pmModel *model, psImageMaskType markVal) 22 22 { 23 23 psF32 *PAR = model->params->data.F32; … … 50 50 } 51 51 52 bool psphotCheckRadiusPSFBlend (pmReadout *readout, pmSource *source, pmModel *model, ps MaskType markVal, float dR) {52 bool psphotCheckRadiusPSFBlend (pmReadout *readout, pmSource *source, pmModel *model, psImageMaskType markVal, float dR) { 53 53 54 54 psF32 *PAR = model->params->data.F32; … … 86 86 87 87 // call this function whenever you (re)-define the EXT model 88 bool psphotCheckRadiusEXT (pmReadout *readout, pmSource *source, pmModel *model, ps MaskType markVal) {88 bool psphotCheckRadiusEXT (pmReadout *readout, pmSource *source, pmModel *model, psImageMaskType markVal) { 89 89 90 90 psF32 *PAR = model->params->data.F32;
Note:
See TracChangeset
for help on using the changeset viewer.
