- Timestamp:
- Sep 23, 2009, 11:17:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psphot/src/psphotSourceFits.c
r25433 r25497 294 294 // save new model 295 295 source->modelEXT = EXT; 296 source->modelEXT-> radiusFit= radius;296 source->modelEXT->fitRadius = radius; 297 297 source->type = PM_SOURCE_TYPE_EXTENDED; 298 298 source->mode |= PM_SOURCE_MODE_EXTMODEL; … … 324 324 source->tmpFlags |= PM_SOURCE_TMPF_SUBTRACTED; 325 325 source->mode |= PM_SOURCE_MODE_PAIR; 326 source->modelPSF-> radiusFit= radius;326 source->modelPSF->fitRadius = radius; 327 327 328 328 // copy most data from the primary source (modelEXT, blends stay NULL) 329 329 pmSource *newSrc = pmSourceCopy (source); 330 330 newSrc->modelPSF = psMemIncrRefCounter (DBL->data[1]); 331 newSrc->modelPSF-> radiusFit= radius;331 newSrc->modelPSF->fitRadius = radius; 332 332 333 333 // build cached models and subtract
Note:
See TracChangeset
for help on using the changeset viewer.
