IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2009, 9:06:25 AM (17 years ago)
Author:
Paul Price
Message:

Adding new input parameter: limit to the 'maximum deconvolution fraction' --- when this value is in excess of unity (e.g., 1.01 is probably OK, 1.1 is bad), the convolved image tends to be bad. We now detect these and throw them out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090108/ppStack/src/ppStackArguments.c

    r20995 r21150  
    152152    psMetadataAddF32(arguments, PS_LIST_TAIL, "-threshold-mask", 0, "Threshold for mask deconvolution", NAN);
    153153    psMetadataAddF32(arguments, PS_LIST_TAIL, "-poor-frac", 0, "Fraction of weight for poor pixels", NAN);
     154    psMetadataAddF32(arguments, PS_LIST_TAIL, "-deconv-limit", 0, "Maximum deconvolution fraction limit", NAN);
    154155    psMetadataAddF32(arguments, PS_LIST_TAIL, "-image-rej", 0,
    155156                     "Pixel rejection fraction threshold for rejecting entire image", NAN);
     
    236237    VALUE_ARG_RECIPE_FLOAT("-threshold-mask", "THRESHOLD.MASK", F32);
    237238    VALUE_ARG_RECIPE_FLOAT("-image-rej",      "IMAGE.REJ",      F32);
     239    VALUE_ARG_RECIPE_FLOAT("-deconv-limit",   "DECONV.LIMIT",   F32);
    238240    VALUE_ARG_RECIPE_INT("-rows",             "ROWS",           S32, 0);
    239241    VALUE_ARG_RECIPE_FLOAT("-poor-frac",      "POOR.FRACTION",  F32);
Note: See TracChangeset for help on using the changeset viewer.