IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2007, 12:16:43 PM (18 years ago)
Author:
Paul Price
Message:

Support for dual convolution. Dual convolution doesn't work yet, but if it ever does, ppSub can support it!

File:
1 edited

Legend:

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

    r15431 r15817  
    211211    psMetadataAddF32(arguments, PS_LIST_TAIL, "-opt-tol", 0, "Tolerance for optimum kernel search", NAN);
    212212    psMetadataAddS32(arguments, PS_LIST_TAIL, "-opt-order", 0, "Maximum order for optimum kernel search", -1);
     213    psMetadataAddBool(arguments, PS_LIST_TAIL, "-dual", 0, "Dual convolution", false);
    213214
    214215    if (argc == 1 || !psArgumentParse(arguments, &argc, argv) || argc != 4) {
     
    287288    psMetadataAddBool(config->arguments, PS_LIST_TAIL, "MASK.GENERATE", 0, "Generate mask if not supplied",
    288289                      psMetadataLookupBool(NULL, arguments, "-generate-mask"));
     290    psMetadataAddBool(config->arguments, PS_LIST_TAIL, "DUAL", 0, "Dual convolution?",
     291                      psMetadataLookupBool(NULL, arguments, "-dual"));
    289292
    290293    // Translate the kernel type
Note: See TracChangeset for help on using the changeset viewer.