Changeset 6862 for trunk/psphot/src/psphotRadiusChecks.c
- Timestamp:
- Apr 14, 2006, 11:58:44 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotRadiusChecks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotRadiusChecks.c
r6753 r6862 6 6 static pmModelRadius modelRadiusPSF; 7 7 8 bool psphotInitRadiusPSF (psMetadata * config, pmModelType type) {8 bool psphotInitRadiusPSF (psMetadata *recipe, pmModelType type) { 9 9 10 10 bool status; 11 11 12 PSF_FIT_NSIGMA = psMetadataLookupF32 (&status, config, "PSF_FIT_NSIGMA");13 PSF_FIT_PADDING = psMetadataLookupF32 (&status, config, "PSF_FIT_PADDING");12 PSF_FIT_NSIGMA = psMetadataLookupF32 (&status, recipe, "PSF_FIT_NSIGMA"); 13 PSF_FIT_PADDING = psMetadataLookupF32 (&status, recipe, "PSF_FIT_PADDING"); 14 14 15 15 // this function specifies the radius at this the model hits the given flux … … 56 56 static pmModelRadius modelRadiusEXT; 57 57 58 bool psphotInitRadiusEXT (psMetadata * config, pmModelType type) {58 bool psphotInitRadiusEXT (psMetadata *recipe, pmModelType type) { 59 59 60 60 bool status; 61 61 62 EXT_FIT_NSIGMA = psMetadataLookupF32 (&status, config, "EXT_FIT_NSIGMA");63 EXT_FIT_PADDING = psMetadataLookupF32 (&status, config, "EXT_FIT_PADDING");62 EXT_FIT_NSIGMA = psMetadataLookupF32 (&status, recipe, "EXT_FIT_NSIGMA"); 63 EXT_FIT_PADDING = psMetadataLookupF32 (&status, recipe, "EXT_FIT_PADDING"); 64 64 65 65 // this function specifies the radius at this the model hits the given flux
Note:
See TracChangeset
for help on using the changeset viewer.
