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/psphotEvalPSF.c

    r6851 r6862  
    3131static float PSF_SHAPE_NSIGMA;
    3232
    33 bool psphotInitLimitsPSF (psMetadata *config) {
     33bool psphotInitLimitsPSF (psMetadata *recipe) {
    3434
    3535    bool status;
    3636
    3737    // we may set this differently here from the value used to mark likely saturated stars
    38     SATURATION       = psMetadataLookupF32 (&status, config, "SATURATION");
    39     PSF_MIN_SN       = psMetadataLookupF32 (&status, config, "PSF_MIN_SN");
    40     PSF_MAX_CHI      = psMetadataLookupF32 (&status, config, "PSF_MAX_CHI");
    41     PSF_SHAPE_NSIGMA = psMetadataLookupF32 (&status, config, "PSF_SHAPE_NSIGMA");
     38    SATURATION       = psMetadataLookupF32 (&status, recipe, "SATURATION");
     39    PSF_MIN_SN       = psMetadataLookupF32 (&status, recipe, "PSF_MIN_SN");
     40    PSF_MAX_CHI      = psMetadataLookupF32 (&status, recipe, "PSF_MAX_CHI");
     41    PSF_SHAPE_NSIGMA = psMetadataLookupF32 (&status, recipe, "PSF_SHAPE_NSIGMA");
    4242
    4343    return true;
Note: See TracChangeset for help on using the changeset viewer.