IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2017, 10:47:38 AM (10 years ago)
Author:
eugene
Message:

add some comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/psModules/src/objects/pmPCM_MinimizeChisq.c

    r36859 r39913  
    480480# if (TESTCOPY)
    481481    psImageCopy (pcm->modelConvFlux, pcm->modelFlux, pcm->modelFlux->type.type);
    482 # else
     482# else // TESTCOPY
    483483    if (pcm->use1Dgauss) {
    484484
     
    496496        psImageConvolveKernel (pcm->modelConvFlux, pcm->modelFlux, NULL, 0, pcm->psfFFT);
    497497    }
    498 # endif
     498# endif // TESTCOPY
    499499
    500500    for (int n = 0; n < pcm->dmodelsFlux->n; n++) {
     
    505505# if (TESTCOPY)
    506506        psImageCopy (dmodelConv, dmodel, dmodel->type.type);
    507 # else
     507# else // TESTCOPY
    508508        if (pcm->use1Dgauss) {
    509509            if (USE_1D_CACHE) {
     
    520520            psImageConvolveKernel (dmodelConv, dmodel, NULL, 0, pcm->psfFFT);
    521521        }
    522 # endif
    523     }
    524 # else
     522# endif // TESTCOPY
     523    }
     524# else // PRE_CONVOLVE
    525525    // convolve model image and derivative images with psf via FFT
    526526    psImageConvolveFFT (pcm->modelConvFlux, pcm->modelFlux, NULL, 0, pcm->psf);
     
    547547    }
    548548# endif // PRE-CONVOLVE
    549 # else
     549# else // USE_FFT
    550550    // convolve model image and derivative images with psf direct
    551551    psImageConvolveDirect (pcm->modelConvFlux, pcm->modelFlux, pcm->psf);
Note: See TracChangeset for help on using the changeset viewer.