IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2019, 2:55:58 PM (7 years ago)
Author:
eugene
Message:

add fake time / mjd of observation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSimSmoothReadout.c

    r36375 r40738  
    2424      // smooth the image in place, applying the mask as we go
    2525      psImageSmooth2dCacheData *smdata = psImageSmooth2dCacheAlloc(nSigma);
    26       psImageSmooth2dCacheKernel_PS1_V1 (smdata, sigma, 1.0);
     26      psImageSmooth2dCacheKernel_PS1_V1 (smdata, sigma, 0.2);
    2727
    2828      psImageSmooth2dCache_F32 (input->image, smdata);
Note: See TracChangeset for help on using the changeset viewer.