IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2005, 7:04:10 AM (21 years ago)
Author:
eugene
Message:

cleanup memory leaks

File:
1 edited

Legend:

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

    r4630 r4642  
    3232        if (source->type == PS_SOURCE_SATSTAR) continue;
    3333        if (source->type == PS_SOURCE_GOODSTAR) continue;
     34
    3435        // skip all likely defects
    3536        if (source->type == PS_SOURCE_DEFECT) continue;
    3637        if (source->type == PS_SOURCE_SATURATED) continue;
    37         //
     38
     39        // skip poorly fitted stars
    3840        if (source->type == PS_SOURCE_FAINTSTAR) continue;
    3941        if (source->type == PS_SOURCE_POOR_FIT_PSF) continue;
Note: See TracChangeset for help on using the changeset viewer.