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

    r5828 r5993  
    1919
    2020// saturated stars should fall outside (larger), but have peaks above SATURATION
    21 // galaxies should be larger, cosmic rays smaller
     21// extended sources should be larger, cosmic rays smaller
    2222// we also reject objects with S/N too low or ChiSquare to high
    2323
     
    138138    }
    139139
    140     // object appears to be large, suspected galaxy
     140    // object appears to be large, suspected extended source
    141141    if ((nSx >= PSF_SHAPE_NSIGMA) || (nSy >= PSF_SHAPE_NSIGMA)) {
    142         source->type = PM_SOURCE_GALAXY;
     142        source->type = PM_SOURCE_EXTENDED;
    143143        return false;
    144144    }
Note: See TracChangeset for help on using the changeset viewer.