IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2005, 11:20:45 PM (21 years ago)
Author:
eugene
Message:

further basic concepts

Location:
trunk/psphot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot

    • Property svn:ignore set to
      bin
  • trunk/psphot/src/subtract_psf_source.c

    r4116 r4129  
    44// need to control application of this with some thresholding
    55
    6 bool subtract_psf_sources (psSource *source)
     6bool subtract_psf_source (psSource *source)
    77{
    88  float sky;
    9   psSource *source = sources->data[i];
    109
    1110  // non-stellar sources are ignored
     
    1514  psModel *model = source->modelPSF;
    1615  if (model == NULL) {
    17     psLogMsg ("psphot.subtract_psf_source", "missing model for %f, %f\n", source->moments->x, source->moments->y);
     16    psLogMsg ("psphot.subtract_psf_source", 2, "missing model for %f, %f\n", source->moments->x, source->moments->y);
    1817    return (false);
    1918  }         
Note: See TracChangeset for help on using the changeset viewer.