IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 2, 2009, 6:07:02 PM (17 years ago)
Author:
watersc1
Message:

Inserted the dumpconfig code that was commented out.

Made edit so that -sigma command line argument is respected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSmooth/src/ppSmoothReadout.c

    r25976 r26008  
    3535    float minGauss = 0.1;
    3636    float nSigma = 3.0;
    37     float sigma = psMetadataLookupF32 (&status, recipe, "SIGMA");
     37    float sigma;
     38    if (!(sigma = psMetadataLookupF32(&status,config->arguments,"SIGMA"))) {
     39      sigma = psMetadataLookupF32 (&status, recipe, "SIGMA");
     40    }
    3841
    3942    bool oldThreads = psImageConvolveSetThreads(true); // Old value of threading in psImageConvolve
Note: See TracChangeset for help on using the changeset viewer.