IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2006, 11:58:44 AM (20 years ago)
Author:
eugene
Message:

renamed config to recipe in lower-level functions, added pixel weights to pmSource, other cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotWeightBias.c

    r6851 r6862  
    55// only allow the normalization to vary
    66// XXX eventually, we should be able to do this with linear fitting...
    7 bool psphotWeightBias (pmReadout *readout, psArray *sources, psMetadata *config, pmPSF *psf) {
     7bool psphotWeightBias (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf) {
    88
    99    int Nfit = 0;
     
    2121   
    2222    // option to limit analysis to a specific region
    23     char *region = psMetadataLookupStr (&status, config, "ANALYSIS_REGION");
     23    char *region = psMetadataLookupStr (&status, recipe, "ANALYSIS_REGION");
    2424    psRegion AnalysisRegion = psRegionForImage (readout->image, psRegionFromString (region));
    2525    if (psRegionIsNaN (AnalysisRegion)) psAbort ("psphot", "analysis region mis-defined");
Note: See TracChangeset for help on using the changeset viewer.