IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13466


Ignore:
Timestamp:
May 21, 2007, 6:49:19 PM (19 years ago)
Author:
Paul Price
Message:

Fixing order of arguments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackArguments.c

    r13464 r13466  
    8989    }
    9090
     91    psMetadataAddStr(config->arguments, PS_LIST_TAIL, "IMAGE.LIST", 0,
     92                     "Name of the input image list", argv[1]);
     93    psMetadataAddStr(config->arguments, PS_LIST_TAIL, "MASKS.LIST", 0,
     94                     "Name of the input masks list", argv[2]);
    9195    psMetadataAddStr(config->arguments, PS_LIST_TAIL, "OUTPUT", 0,
    92                      "Root name of the output image list", argv[1]);
    93     psMetadataAddStr(config->arguments, PS_LIST_TAIL, "IMAGE.LIST", 0,
    94                      "Name of the input image list", argv[2]);
    95     psMetadataAddStr(config->arguments, PS_LIST_TAIL, "MASKS.LIST", 0,
    96                      "Name of the input masks list", argv[3]);
     96                     "Root name of the output image list", argv[3]);
    9797
    9898    valueArgStr(config, arguments, "-stat",      "STATS",         config->arguments);
Note: See TracChangeset for help on using the changeset viewer.