- Timestamp:
- Feb 14, 2011, 1:05:28 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/psphot
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/psphot/src/psphotSourceFits.c
r29548 r30631 365 365 366 366 // copy most data from the primary source (modelEXT, blends stay NULL) 367 pmSource *newSrc = pmSourceCopy Data(source);367 pmSource *newSrc = pmSourceCopy (source); 368 368 newSrc->modelPSF = psMemIncrRefCounter (DBL->data[1]); 369 369 … … 385 385 psLogMsg ("psphot", 1, "PAR %d : %f +/- %f\n", i, source->modelPSF->params->data.F32[i], source->modelPSF->dparams->data.F32[i]); 386 386 } 387 psphotVisualShowResidualImage (readout );387 psphotVisualShowResidualImage (readout, false); 388 388 } 389 389 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
