IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2005, 6:02:29 AM (21 years ago)
Author:
eugene
Message:

improved galaxy model guesses, better handling of errors

File:
1 edited

Legend:

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

    r4251 r4574  
    99
    1010  // non-stellar sources are ignored
     11  if (source->type == PS_SOURCE_OTHER) return (false);
    1112  if (source->type == PS_SOURCE_GALAXY) return (false);
    1213  if (source->type == PS_SOURCE_DEFECT) return (false);
     14  if (source->type == PS_SOURCE_SATURATED) return (false);
    1315
    1416  psModel *model = source->modelPSF;
     
    1820  }         
    1921
    20   psImage  *pixels = source->pixels;
     22  psImage *pixels = source->pixels;
    2123
    2224  // subtract object, leave local sky
Note: See TracChangeset for help on using the changeset viewer.