IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2009, 5:24:09 PM (18 years ago)
Author:
Paul Price
Message:

Convering 'weight' to 'variance' where appropriate. Mostly just propagating changes from psModules. Fixed some mask types as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090128/ppMerge/src/ppMergeArguments.c

    r19360 r21219  
    1111            "\tIMAGE(STR):     Image filename\n"
    1212            "\tMASK(STR):      Mask filename\n"
    13             "\tWEIGHT(STR)     Weight map filename\n"
    14             "where MASK and WEIGHT are optional.",
     13            "\tVARIANCE(STR)   Variance map filename\n"
     14            "where MASK and VARIANCE are optional.",
    1515            program);
    1616    fprintf(stderr, "\n");
     
    127127    psMetadataAddF32(arguments, PS_LIST_TAIL, "-frachigh", 0, "Fraction of low pixels to discard", NAN);
    128128    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);
    130130
    131131    // XXX EAM : not clear this should be allowed on the command line.
     
    272272    VALUE_ARG_RECIPE_FLOAT("-frachigh", "FRACHIGH", F32);
    273273    VALUE_ARG_RECIPE_INT("-nkeep",      "NKEEP",    S32, 0);
    274     VALUE_ARG_RECIPE_BOOL("-weights",   "WEIGHTS");
     274    VALUE_ARG_RECIPE_BOOL("-variances", "VARIANCES");
    275275
    276276    // XXX we do not supply this on the command line
Note: See TracChangeset for help on using the changeset viewer.