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

    r6379 r6862  
    22
    33// 2006.02.02 : no leaks
    4 bool psphotRoughClass (psArray *sources, psMetadata *config) {
     4bool psphotRoughClass (psArray *sources, psMetadata *recipe) {
    55
    66    bool status;
    77    pmPSFClump   psfClump;
    88
    9     psfClump = pmSourcePSFClump (sources, config);
     9    psfClump = pmSourcePSFClump (sources, recipe);
    1010
    1111    // group into STAR, COSMIC, EXTENDED, SATURATED, etc.
    12     pmSourceRoughClass (sources, config, psfClump);
     12    pmSourceRoughClass (sources, recipe, psfClump);
    1313
    1414    // optional printout of source moments only
    15     psphotDumpMoments (config, sources);
     15    psphotDumpMoments (recipe, sources);
    1616
    17     char *breakPt = psMetadataLookupStr (&status, config, "BREAK_POINT");
     17    char *breakPt = psMetadataLookupStr (&status, recipe, "BREAK_POINT");
    1818    if (!strcasecmp (breakPt, "CLASS")) exit (0);
    1919
Note: See TracChangeset for help on using the changeset viewer.