Changeset 4129 for trunk/psphot/src/subtract_psf_source.c
- Timestamp:
- Jun 6, 2005, 11:20:45 PM (21 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/subtract_psf_source.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
-
Property svn:ignore
set to
bin
-
Property svn:ignore
set to
-
trunk/psphot/src/subtract_psf_source.c
r4116 r4129 4 4 // need to control application of this with some thresholding 5 5 6 bool subtract_psf_source s(psSource *source)6 bool subtract_psf_source (psSource *source) 7 7 { 8 8 float sky; 9 psSource *source = sources->data[i];10 9 11 10 // non-stellar sources are ignored … … 15 14 psModel *model = source->modelPSF; 16 15 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); 18 17 return (false); 19 18 }
Note:
See TracChangeset
for help on using the changeset viewer.
