Changeset 38543
- Timestamp:
- Jun 25, 2015, 12:34:10 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMergeSources.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMergeSources.c
r38535 r38543 1002 1002 sourceOut->tmpFlags &= ~PM_SOURCE_TMPF_SUBTRACTED; 1003 1003 } else { 1004 if (sourceSrc->modelFlux) {1005 bool isPSF = false;1006 pmModel *model = pmSourceGetModel (&isPSF, sourceOut);1004 bool isPSF = false; 1005 pmModel *model = pmSourceGetModel (&isPSF, sourceOut); 1006 if (model && sourceSrc->modelFlux) { 1007 1007 if (model->isPCM) { 1008 1008 pmPCMdata *pcm = pmPCMinit (sourceOut, fitOptions, model, maskVal, psfSize);
Note:
See TracChangeset
for help on using the changeset viewer.
