Changeset 9833
- Timestamp:
- Nov 3, 2006, 5:04:50 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotApResid.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApResid.c
r9807 r9833 25 25 // S/N limit to perform full non-linear fits 26 26 float MAX_AP_OFFSET = psMetadataLookupF32 (&status, recipe, "MAX_AP_OFFSET"); 27 28 // this is the smallest radius allowed: need to at least extend growth curve down to this... 29 float PSF_FIT_PAD = psMetadataLookupF32 (&status, recipe, "PSF_FIT_PADDING"); 27 30 bool IGNORE_GROWTH = psMetadataLookupBool (&status, recipe, "IGNORE_GROWTH"); 28 31 … … 32 35 // measure the aperture loss as a function of radius for PSF 33 36 float REF_RADIUS = psMetadataLookupF32 (&status, recipe, "PSF_REF_RADIUS"); 34 psf->growth = pmGrowthCurveAlloc ( 3.0, 100.0, REF_RADIUS);37 psf->growth = pmGrowthCurveAlloc (PSF_FIT_PAD, 100.0, REF_RADIUS); 35 38 36 39 psphotGrowthCurve (readout, psf, IGNORE_GROWTH);
Note:
See TracChangeset
for help on using the changeset viewer.
