IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 28, 2008, 6:05:19 PM (18 years ago)
Author:
Paul Price
Message:

Added bad/poor distinction for pmStackReject: API change. This reduces the amount of bad pixels in the stacked image. New recipe value: POOR.FRACTION.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackArguments.c

    r19231 r19283  
    152152    psMetadataAddF32(arguments, PS_LIST_TAIL, "-combine-rej", 0,
    153153                     "Combination rejection thresold (sigma)", NAN);
    154     psMetadataAddStr(arguments,  PS_LIST_TAIL, "-mask-val", 0, "Mask value of input bad pixels", NULL);
    155     psMetadataAddStr(arguments,  PS_LIST_TAIL, "-mask-bad", 0, "Mask value to give bad pixels", NULL);
    156     psMetadataAddStr(arguments,  PS_LIST_TAIL, "-mask-poor", 0, "Mask value to give poor pixels", NULL);
     154    psMetadataAddStr(arguments, PS_LIST_TAIL, "-mask-val", 0, "Mask value of input bad pixels", NULL);
     155    psMetadataAddStr(arguments, PS_LIST_TAIL, "-mask-bad", 0, "Mask value to give bad pixels", NULL);
     156    psMetadataAddStr(arguments, PS_LIST_TAIL, "-mask-poor", 0, "Mask value to give poor pixels", NULL);
    157157    psMetadataAddF32(arguments, PS_LIST_TAIL, "-threshold-mask", 0, "Threshold for mask deconvolution", NAN);
     158    psMetadataAddF32(arguments, PS_LIST_TAIL, "-poor-frac", 0, "Fraction of weight for poor pixels", NAN);
    158159    psMetadataAddF32(arguments, PS_LIST_TAIL, "-image-rej", 0,
    159160                     "Pixel rejection fraction threshold for rejecting entire image", NAN);
     
    233234    VALUE_ARG_RECIPE_FLOAT("-image-rej",      "IMAGE.REJ",      F32);
    234235    VALUE_ARG_RECIPE_INT("-rows",             "ROWS",           S32, 0);
     236    VALUE_ARG_RECIPE_FLOAT("-poor-frac",      "POOR.FRACTION",  F32);
    235237
    236238    valueArgRecipeStr(arguments, recipe, "-mask-val",  "MASK.VAL",  recipe);
Note: See TracChangeset for help on using the changeset viewer.