- Timestamp:
- Jan 6, 2017, 10:47:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/psModules/src/objects/pmPCM_MinimizeChisq.c
r36859 r39913 480 480 # if (TESTCOPY) 481 481 psImageCopy (pcm->modelConvFlux, pcm->modelFlux, pcm->modelFlux->type.type); 482 # else 482 # else // TESTCOPY 483 483 if (pcm->use1Dgauss) { 484 484 … … 496 496 psImageConvolveKernel (pcm->modelConvFlux, pcm->modelFlux, NULL, 0, pcm->psfFFT); 497 497 } 498 # endif 498 # endif // TESTCOPY 499 499 500 500 for (int n = 0; n < pcm->dmodelsFlux->n; n++) { … … 505 505 # if (TESTCOPY) 506 506 psImageCopy (dmodelConv, dmodel, dmodel->type.type); 507 # else 507 # else // TESTCOPY 508 508 if (pcm->use1Dgauss) { 509 509 if (USE_1D_CACHE) { … … 520 520 psImageConvolveKernel (dmodelConv, dmodel, NULL, 0, pcm->psfFFT); 521 521 } 522 # endif 523 } 524 # else 522 # endif // TESTCOPY 523 } 524 # else // PRE_CONVOLVE 525 525 // convolve model image and derivative images with psf via FFT 526 526 psImageConvolveFFT (pcm->modelConvFlux, pcm->modelFlux, NULL, 0, pcm->psf); … … 547 547 } 548 548 # endif // PRE-CONVOLVE 549 # else 549 # else // USE_FFT 550 550 // convolve model image and derivative images with psf direct 551 551 psImageConvolveDirect (pcm->modelConvFlux, pcm->modelFlux, pcm->psf);
Note:
See TracChangeset
for help on using the changeset viewer.
