IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 15, 2006, 8:30:16 AM (21 years ago)
Author:
eugene
Message:

API cleanup, removed old test files, some re-organization, changed FLT/GAL to EXT

File:
1 edited

Legend:

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

    r5828 r5993  
    2020    return true;
    2121}
    22 
    23 # if (0)
    24 if (source->mode &  PM_SOURCE_BLEND) continue;
    25 if (source->type == PM_SOURCE_SATURATED) continue;
    26 
    27 if (source->type == PM_SOURCE_DEFECT) {
    28     if (source->mode &  PM_SOURCE_SUBTRACTED) goto addPSF;
    29     continue;
    30 }
    31 
    32 if (source->type == PM_SOURCE_GALAXY) {
    33     if (source->mode & PM_SOURCE_FAIL) goto addPSF;
    34     if (source->mode & PM_SOURCE_POOR) goto addPSF;
    35     continue;
    36 }
    37 
    38 // need to skip the successful fits
    39 if (source->type == PM_SOURCE_STAR) {
    40     if (source->mode & PM_SOURCE_FAIL) goto addPSF;
    41     if (source->mode & PM_SOURCE_POOR) goto addPSF;
    42     continue;
    43 }
    44 # endif
Note: See TracChangeset for help on using the changeset viewer.