Changeset 4115 for trunk/psphot/src/choose_psf_model.c
- Timestamp:
- Jun 4, 2005, 5:22:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/choose_psf_model.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/choose_psf_model.c
r4114 r4115 68 68 for (int i = 0; i < test->sources->n; i++) { 69 69 psSource *source = test->sources->data[i]; 70 source->modelPSF = test->modelPSF->data[i]; 70 // drop masked sources from PSFSTAR list 71 if (test->mask->data.U8[i]) { 72 source->type = PS_SOURCE_OTHER; 73 // XXX is this the right type to go to? 74 } else { 75 source->modelPSF = test->modelPSF->data[i]; 76 } 71 77 } 72 78 return (test->psf);
Note:
See TracChangeset
for help on using the changeset viewer.
