- Timestamp:
- Jan 28, 2009, 5:24:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20090128/ppMerge/src/ppMergeArguments.c
r19360 r21219 11 11 "\tIMAGE(STR): Image filename\n" 12 12 "\tMASK(STR): Mask filename\n" 13 "\t WEIGHT(STR) Weightmap filename\n"14 "where MASK and WEIGHTare optional.",13 "\tVARIANCE(STR) Variance map filename\n" 14 "where MASK and VARIANCE are optional.", 15 15 program); 16 16 fprintf(stderr, "\n"); … … 127 127 psMetadataAddF32(arguments, PS_LIST_TAIL, "-frachigh", 0, "Fraction of low pixels to discard", NAN); 128 128 psMetadataAddS32(arguments, PS_LIST_TAIL, "-nkeep", 0, "Minimum number of pixels in stack to keep", 0); 129 psMetadataAddBool(arguments, PS_LIST_TAIL, "- weights", 0, "Use image weights in combination?", false);129 psMetadataAddBool(arguments, PS_LIST_TAIL, "-variances", 0, "Use image variances in combination?", false); 130 130 131 131 // XXX EAM : not clear this should be allowed on the command line. … … 272 272 VALUE_ARG_RECIPE_FLOAT("-frachigh", "FRACHIGH", F32); 273 273 VALUE_ARG_RECIPE_INT("-nkeep", "NKEEP", S32, 0); 274 VALUE_ARG_RECIPE_BOOL("- weights", "WEIGHTS");274 VALUE_ARG_RECIPE_BOOL("-variances", "VARIANCES"); 275 275 276 276 // XXX we do not supply this on the command line
Note:
See TracChangeset
for help on using the changeset viewer.
