Changeset 6862 for trunk/psphot/src/psphotWeightBias.c
- Timestamp:
- Apr 14, 2006, 11:58:44 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotWeightBias.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotWeightBias.c
r6851 r6862 5 5 // only allow the normalization to vary 6 6 // XXX eventually, we should be able to do this with linear fitting... 7 bool psphotWeightBias (pmReadout *readout, psArray *sources, psMetadata * config, pmPSF *psf) {7 bool psphotWeightBias (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf) { 8 8 9 9 int Nfit = 0; … … 21 21 22 22 // option to limit analysis to a specific region 23 char *region = psMetadataLookupStr (&status, config, "ANALYSIS_REGION");23 char *region = psMetadataLookupStr (&status, recipe, "ANALYSIS_REGION"); 24 24 psRegion AnalysisRegion = psRegionForImage (readout->image, psRegionFromString (region)); 25 25 if (psRegionIsNaN (AnalysisRegion)) psAbort ("psphot", "analysis region mis-defined");
Note:
See TracChangeset
for help on using the changeset viewer.
