IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 4:47:00 PM (17 years ago)
Author:
Paul Price
Message:

Merging pap_branch_20090128. Resolved a small number of conflicts. Compiles, but not tested in detail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeArguments.c

    r21244 r21365  
    66 *
    77 *  @author IfA
    8  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2009-02-01 21:43:05 $
     8 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-06 02:44:31 $
    1010 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1111 */
     
    2525            "\tIMAGE(STR):     Image filename\n"
    2626            "\tMASK(STR):      Mask filename\n"
    27             "\tWEIGHT(STR)     Weight map filename\n"
    28             "where MASK and WEIGHT are optional.",
     27            "\tVARIANCE(STR)   Variance map filename\n"
     28            "where MASK and VARIANCE are optional.",
    2929            program);
    3030    fprintf(stderr, "\n");
     
    155155    psMetadataAddF32(arguments, PS_LIST_TAIL, "-frachigh", 0, "Fraction of low pixels to discard", NAN);
    156156    psMetadataAddS32(arguments, PS_LIST_TAIL, "-nkeep",    0, "Minimum number of pixels in stack to keep", 0);
    157     psMetadataAddBool(arguments, PS_LIST_TAIL, "-weights", 0, "Use image weights in combination?", false);
     157    psMetadataAddBool(arguments, PS_LIST_TAIL, "-variances", 0, "Use image variances in combination?", false);
    158158
    159159    // XXX EAM : not clear this should be allowed on the command line.
     
    300300    VALUE_ARG_RECIPE_FLOAT("-frachigh", "FRACHIGH", F32);
    301301    VALUE_ARG_RECIPE_INT("-nkeep",      "NKEEP",    S32, 0);
    302     VALUE_ARG_RECIPE_BOOL("-weights",   "WEIGHTS");
     302    VALUE_ARG_RECIPE_BOOL("-variances", "VARIANCES");
    303303
    304304    // XXX we do not supply this on the command line
Note: See TracChangeset for help on using the changeset viewer.