IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2007, 3:55:17 AM (19 years ago)
Author:
rhl
Message:

Added argument to psphotRoughClass to indicate that the PSF clump's already known

File:
1 edited

Legend:

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

    r13353 r13374  
    104104
    105105    // classify sources based on moments, brightness
    106     if (!psphotRoughClass (sources, recipe)) {
     106    if (!psphotRoughClass (sources, recipe, true)) {
    107107        psLogMsg ("psphot", 3, "failed to find a valid PSF clump for image");
    108108        return psphotReadoutCleanup (config, readout, recipe, NULL, sources);
     
    201201
    202202    // set source type
    203     psphotRoughClass (newSources, recipe);
     203    psphotRoughClass (newSources, recipe, false);
    204204
    205205    // create full input models
Note: See TracChangeset for help on using the changeset viewer.