IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 11, 2013, 11:21:30 AM (13 years ago)
Author:
eugene
Message:

pass Nsigma as an argument to 2d cached image convolve

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psLib/src/imageops/psImageConvolve2dCache.c

    r36278 r36282  
    8383
    8484// allocate the psImageSmooth2dCache data structure, but do not define the kernel
    85 psImageSmooth2dCacheData *psImageSmooth2dCacheAlloc (void) {
     85psImageSmooth2dCacheData *psImageSmooth2dCacheAlloc (float Nsigma) {
    8686
    8787    psImageSmooth2dCacheData *smdata = psAlloc(sizeof(psImageSmooth2dCacheData));
     
    8989
    9090    smdata->radflux = NULL;
    91     smdata->Nsigma = 3;
     91    smdata->Nsigma = Nsigma;
    9292    smdata->Ns = -1;
    9393
Note: See TracChangeset for help on using the changeset viewer.