IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2008, 12:43:11 PM (18 years ago)
Author:
Paul Price
Message:

Merging in dual convolution development branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubArguments.c

    r17813 r18289  
    186186    psMetadataAddS32(arguments, PS_LIST_TAIL, "-order", 0, "Spatial polynomial order", -1);
    187187    psMetadataAddStr(arguments, PS_LIST_TAIL, "-type", 0, "Kernel type (ISIS|POIS|SPAM|FRIES|GUNK|RINGS)", NULL);
     188    psMetadataAddF32(arguments, PS_LIST_TAIL, "-penalty", 0, "Penalty for wideness", NAN);
    188189    psMetadataAddStr(arguments, PS_LIST_TAIL, "-isis-widths", 0, "ISIS Gaussian FWHMs (comma-separated)", NULL);
    189190    psMetadataAddStr(arguments, PS_LIST_TAIL, "-isis-orders", 0, "ISIS polynomial orders (comma-separated)", NULL);
     
    260261    VALUE_ARG_RECIPE_FLOAT("-rej",        "REJ",             F32);
    261262    VALUE_ARG_RECIPE_FLOAT("-badfrac",    "BADFRAC",         F32);
     263    VALUE_ARG_RECIPE_FLOAT("-penalty",    "PENALTY",         F32);
    262264
    263265    valueArgRecipeStr(arguments, recipe, "-mask-bad",   "MASK.BAD",   config->arguments);
Note: See TracChangeset for help on using the changeset viewer.