IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36321


Ignore:
Timestamp:
Nov 28, 2013, 4:13:23 AM (13 years ago)
Author:
eugene
Message:

new recipe option to change the convolution Nsigma value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/ppSim/src/ppSimSmoothReadout.c

    r36308 r36321  
    88    // XXX use these defaults?
    99    // float minGauss = 0.1;
    10     float nSigma = 5.0;
     10    float nSigma = psMetadataLookupF32(&status, recipe, "CONVOLVE.NSIGMA"); // SIGMA convolutions (pixels)
     11    if (!status) nSigma = 5.0;
    1112    float sigma = psMetadataLookupF32(&status, recipe, "SEEING"); // Seeing SIGMA (pixels)
    1213
Note: See TracChangeset for help on using the changeset viewer.