IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 2, 2011, 2:58:39 PM (15 years ago)
Author:
bills
Message:

Get the value for STACK.TYPE from recipe an dpass it it ppStack using -stack-type parameter

File:
1 edited

Legend:

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

    r31158 r31422  
    204204        }
    205205        psArgumentRemove (argNum, &argc, argv);
    206         if (strcasecmp(argv[argNum], "NIGHTLY") && strcasecmp(argv[argNum], "DEEP") && strcasecmp(argv[argNum], "BEST_IQ")) {
     206        if (strcasecmp(argv[argNum], "NIGHTLY_STACK") && strcasecmp(argv[argNum], "DEEP_STACK") && strcasecmp(argv[argNum], "IQ_STACK")) {
    207207            psErrorStackPrint(stderr, "Invalid option for -stack-type %s (must be one of NIGHTLY_STACK, DEEP_STACK, IQ_STACK)", argv[argNum]);
    208208            exit(PS_EXIT_CONFIG_ERROR);
Note: See TracChangeset for help on using the changeset viewer.