IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2005, 8:41:28 PM (21 years ago)
Author:
eugene
Message:

using source masks to select PSF stars

File:
1 edited

Legend:

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

    r4115 r4116  
    99  psSource *source = sources->data[i];
    1010
     11  // non-stellar sources are ignored
    1112  if (source->type == PS_SOURCE_GALAXY) return (false);
    1213  if (source->type == PS_SOURCE_DEFECT) return (false);
Note: See TracChangeset for help on using the changeset viewer.